1e1f0d
# This spec file has been automatically updated
1e1f0d
Version: 29
13886e
Release:        2%{?dist}
1e1f0d
Name:           cockpit-podman
1e1f0d
Summary:        Cockpit component for Podman containers
1e1f0d
License:        LGPLv2+
1e1f0d
URL:            https://github.com/cockpit-project/cockpit-podman
1e1f0d
1e1f0d
Source0:        https://github.com/cockpit-project/cockpit-podman/releases/download/%{version}/cockpit-podman-%{version}.tar.gz
13886e
# related bug: https://bugzilla.redhat.com/show_bug.cgi?id=1937863
13886e
# patch:       https://patch-diff.githubusercontent.com/raw/cockpit-project/cockpit-podman/pull/688.patch
13886e
Patch0: cockpit-podman-1937863.patch
1e1f0d
BuildArch:      noarch
1e1f0d
BuildRequires:  libappstream-glib
1e1f0d
1e1f0d
Requires:       cockpit-bridge >= 138
1e1f0d
Requires:       podman >= 1.3.0
1e1f0d
1e1f0d
%description
1e1f0d
The Cockpit user interface for Podman containers.
1e1f0d
1e1f0d
%prep
1e1f0d
%setup -q -n cockpit-podman
1e1f0d
13886e
# https://bugzilla.redhat.com/show_bug.cgi?id=1937863
13886e
%patch0 -p1
13886e
1e1f0d
%build
1e1f0d
# Nothing to build
1e1f0d
1e1f0d
%install
1e1f0d
%make_install
1e1f0d
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
1e1f0d
1e1f0d
%files
1e1f0d
%doc README.md
1e1f0d
%license LICENSE
1e1f0d
%{_datadir}/cockpit/*
1e1f0d
%{_datadir}/metainfo/*
1e1f0d
1e1f0d
%changelog
13886e
* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 29-2
13886e
- fix gating test failure for cockpit-podman
13886e
- Related: #1934415
13886e
1e1f0d
* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 29-1
1e1f0d
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/29
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 28.1-1
1e1f0d
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/28.1
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Wed Feb 10 2021 Jindrich Novy <jnovy@redhat.com> - 28-3
1e1f0d
- readd cockpit-system
1e1f0d
Related: #1914884
1e1f0d
1e1f0d
* Tue Feb 09 2021 Jindrich Novy <jnovy@redhat.com> - 28-2
1e1f0d
- fix gating tests for cockpit-podman - thanks for Matej Marusak
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 28-1
1e1f0d
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/28
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-4
1e1f0d
- fix "Fix gating tests of container-tools for 8.4.0"
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-3
1e1f0d
- another gating test fix - don't remove all containers but only admin ones
1e1f0d
  thanks to Matej Marusak
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-2
1e1f0d
- gating tests - always set VM password
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-1
1e1f0d
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/27.1
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 27-1
1e1f0d
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/27
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 26-1
1e1f0d
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/26
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 25-4
1e1f0d
- replace docker.io with quay.io for gating tests due do
1e1f0d
  docker.io new pull rate limit requirements
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Sat Nov 07 2020 Jindrich Novy <jnovy@redhat.com> - 25-3
1e1f0d
- test: Cleanup images before pulling the ones we need - thanks to Matej Marusak
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Tue Nov 03 2020 Jindrich Novy <jnovy@redhat.com> - 25-2
1e1f0d
- remove hack in tests
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 25-1
1e1f0d
- synchronize with stream-container-tools-rhel8
1e1f0d
- Related: #1883490
1e1f0d
1e1f0d
* Sun Jul 26 2020 Jindrich Novy <jnovy@redhat.com> - 18.1-2
1e1f0d
- revert back to 18.1 as this version is aimed at 8.3.0
1e1f0d
- Related: #1821193
1e1f0d
1e1f0d
* Wed Jul 15 2020 Jindrich Novy <jnovy@redhat.com> - 19-1
1e1f0d
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/19
1e1f0d
- Related: #1821193
1e1f0d
1e1f0d
* Wed Jul 15 2020 Martin Pitt <mpitt@redhat.com> - 18.1-1
1e1f0d
- Fix AppStream metainfo (rhbz#1854673)
1e1f0d
1e1f0d
* Mon Jun 15 2020 Jindrich Novy <jnovy@redhat.com> - 18-1
1e1f0d
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/v18
1e1f0d
- Related: #1821193
1e1f0d
1e1f0d
* Fri May 15 2020 Jindrich Novy <jnovy@redhat.com> - 17-1
1e1f0d
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/17
1e1f0d
- Related: #1821193
1e1f0d
1e1f0d
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 16-1
1e1f0d
- synchronize containter-tools 8.3.0 with 8.2.1
1e1f0d
- Related: #1821193
1e1f0d
1e1f0d
* Mon Apr 20 2020 Matej Marusak <mmarusak@redhat.com> - 15-1
1e1f0d
- Drop obsolete functionality for Fedora Atomic
1e1f0d
- Localize dates and times
1e1f0d
- Make tests non-destructive, to support gating
1e1f0d
- Fix crash on filtering anonymous images
1e1f0d
- Translation updates
1e1f0d
- Show historical logs
1e1f0d
1e1f0d
* Thu Jan 09 2020 Matej Marusak <mmarusak@redhat.com> - 12-1
1e1f0d
- Configure CPU share for system containers
1e1f0d
- Translation updates
1e1f0d
1e1f0d
* Thu Nov 28 2019 Matej Marusak <mmarusak@redhat.com> - 11-1
1e1f0d
- Fix Alert notification in Image Search Modal
1e1f0d
- Allow more than a single Error Notification for Container action errors
1e1f0d
- Various Alert cleanups
1e1f0d
- Translation updates
1e1f0d
1e1f0d
* Wed Nov 13 2019 Matej Marusak <mmarusak@redhat.com> - 10-1
1e1f0d
- Support for user containers
1e1f0d
- Show list of containers that use given image
1e1f0d
- Show placeholder while loading containers and images
1e1f0d
- Fix setting memory limit rhbz#1732713
1e1f0d
- Add container Terminal rhbz#1703245
1e1f0d
1e1f0d
* Wed Jun 26 2019 Martin Pitt <mpitt@redhat.com> - 4-1
1e1f0d
- Fix regression in container commit
1e1f0d
- Fix AppStream ID rhbz#1734809
1e1f0d
1e1f0d
* Mon Jun 17 2019 Martin Pitt <mpitt@redhat.com> - 3-1
1e1f0d
- Enable Commit button for running containers
1e1f0d
- Fix race condition with container deletion
1e1f0d
- Stop fetching all containers/images for each container/image event
1e1f0d
1e1f0d
* Sun Jun 09 2019 Martin Pitt <mpitt@redhat.com> - 2-2
1e1f0d
- Fix podman dependency
1e1f0d
1e1f0d
* Mon May 27 2019 Martin Pitt <mpitt@redhat.com> - 2-1
1e1f0d
- Update to upstream 2 release
1e1f0d
- Support podman API 1.3
1e1f0d
- Support running commands with arguments
1e1f0d
- Show the default command coming from image
1e1f0d
- Implement filtering of images and containers
1e1f0d
1e1f0d
* Wed Apr 17 2019 Cockpit Project <cockpituous@gmail.com> - 1-2
1e1f0d
- Update to upstream 1 release
1e1f0d