b72275
# This spec file has been automatically updated
b72275
Version: 42
b72275
Release:        1%{?dist}
b72275
#
b72275
# Copyright (C) 2017-2020 Red Hat, Inc.
b72275
#
b72275
# Cockpit is free software; you can redistribute it and/or modify it
b72275
# under the terms of the GNU Lesser General Public License as published by
b72275
# the Free Software Foundation; either version 2.1 of the License, or
b72275
# (at your option) any later version.
b72275
#
b72275
# Cockpit is distributed in the hope that it will be useful, but
b72275
# WITHOUT ANY WARRANTY; without even the implied warranty of
b72275
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
b72275
# Lesser General Public License for more details.
b72275
#
b72275
# You should have received a copy of the GNU Lesser General Public License
b72275
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
b72275
#
b72275
b72275
Name:           cockpit-podman
b72275
Summary:        Cockpit component for Podman containers
b72275
License:        LGPLv2+
b72275
URL:            https://github.com/cockpit-project/cockpit-podman
b72275
b72275
Source0:        https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
b72275
BuildArch:      noarch
b72275
BuildRequires:  libappstream-glib
b72275
BuildRequires:  make
b72275
b72275
Requires:       cockpit-bridge >= 138
b72275
Requires:       podman >= 2.0.4
b72275
b72275
%description
b72275
The Cockpit user interface for Podman containers.
b72275
b72275
%prep
b72275
%setup -q -n %{name}
b72275
b72275
%build
b72275
# Nothing to build
b72275
b72275
%install
b72275
%make_install
b72275
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
b72275
b72275
%files
b72275
%doc README.md
b72275
%license LICENSE dist/index.js.LICENSE.txt.gz
b72275
%{_datadir}/cockpit/*
b72275
%{_datadir}/metainfo/*
b72275
b72275
%changelog
b72275
* Thu Feb 17 2022 Jindrich Novy <jnovy@redhat.com> - 42-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/42
b72275
- Related: #2001445
b72275
b72275
* Thu Feb 03 2022 Jindrich Novy <jnovy@redhat.com> - 41-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/41
b72275
- Related: #2001445
b72275
b72275
* Mon Jan 24 2022 Jindrich Novy <jnovy@redhat.com> - 40-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/40
b72275
- Related: #2001445
b72275
b72275
* Wed Jan 05 2022 Jindrich Novy <jnovy@redhat.com> - 39-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/39
b72275
- Related: #2001445
b72275
b72275
* Fri Dec 10 2021 Jindrich Novy <jnovy@redhat.com> - 38-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/38
b72275
- Related: #2001445
b72275
b72275
* Fri Nov 26 2021 Jindrich Novy <jnovy@redhat.com> - 37-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/37
b72275
- Related: #2001445
b72275
b72275
* Fri Nov 12 2021 Jindrich Novy <jnovy@redhat.com> - 36-2
b72275
- revert the ansible change to fix gating tests
b72275
- Related: #2001445
b72275
b72275
* Wed Nov 10 2021 Jindrich Novy <jnovy@redhat.com> - 36-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/36
b72275
- Related: #2001445
b72275
b72275
* Fri Sep 17 2021 Jindrich Novy <jnovy@redhat.com> - 35-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/35
b72275
- Related: #2001445
b72275
b72275
* Fri Sep 10 2021 Jindrich Novy <jnovy@redhat.com> - 34-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/34
b72275
- Related: #2001445
b72275
b72275
* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 33-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/33
b72275
- Related: #1934415
b72275
b72275
* Wed Jul 21 2021 Jindrich Novy <jnovy@redhat.com> - 32-2
b72275
- attempt to fix gating tests - thanks for Matej Marusak
b72275
- Related: #1934415
b72275
b72275
* Mon Jul 05 2021 Jindrich Novy <jnovy@redhat.com> - 32-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/32
b72275
- Related: #1934415
b72275
b72275
* Wed May 26 2021 Jindrich Novy <jnovy@redhat.com> - 31-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/31
b72275
- Related: #1934415
b72275
b72275
* Mon Apr 26 2021 Jindrich Novy <jnovy@redhat.com> - 30-1
b72275
- fix gating test failure for cockpit-podman
b72275
- Related: #1934415
b72275
b72275
* Thu Mar 11 2021 Jindrich Novy <jnovy@redhat.com> - 29-3
b72275
- fix gating test failure for cockpit-podman
b72275
- Related: #1934415
b72275
b72275
* Thu Mar 04 2021 Jindrich Novy <jnovy@redhat.com> - 29-2
b72275
- gating test fix - properly install browser
b72275
- Related: #1934415
b72275
b72275
* Mon Feb 22 2021 Jindrich Novy <jnovy@redhat.com> - 29-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/29
b72275
- Related: #1883490
b72275
b72275
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 28.1-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/28.1
b72275
- Related: #1883490
b72275
b72275
* Wed Feb 10 2021 Jindrich Novy <jnovy@redhat.com> - 28-4
b72275
- readd cockpit-system
b72275
Related: #1914884
b72275
b72275
* Mon Feb 08 2021 Jindrich Novy <jnovy@redhat.com> - 28-3
b72275
- fix gating tests for cockpit-podman - thanks for Matej Marusak
b72275
- Related: #1883490
b72275
b72275
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 28-2
b72275
- remove applied patch and cockpit-shell dependency
b72275
- Related: #1883490
b72275
b72275
* Sat Feb 06 2021 Jindrich Novy <jnovy@redhat.com> - 28-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/28
b72275
- Related: #1883490
b72275
b72275
* Mon Jan 18 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-4
b72275
- fix "Fix gating tests of container-tools for 8.4.0"
b72275
- Related: #1883490
b72275
b72275
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-3
b72275
- another gating test fix - don't remove all containers but only admin ones
b72275
  thanks to Matej Marusak
b72275
- Related: #1883490
b72275
b72275
* Fri Jan 08 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-2
b72275
- gating tests - always set VM password
b72275
- Related: #1883490
b72275
b72275
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 27.1-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/27.1
b72275
- Related: #1883490
b72275
b72275
* Thu Jan 07 2021 Jindrich Novy <jnovy@redhat.com> - 27-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/27
b72275
- Related: #1883490
b72275
b72275
* Thu Dec 10 2020 Jindrich Novy <jnovy@redhat.com> - 26-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/26
b72275
- Related: #1883490
b72275
b72275
* Thu Dec 03 2020 Jindrich Novy <jnovy@redhat.com> - 25-4
b72275
- replace docker.io with quay.io for gating tests due do
b72275
  docker.io new pull rate limit requirements
b72275
- Related: #1883490
b72275
b72275
* Sat Nov 07 2020 Jindrich Novy <jnovy@redhat.com> - 25-3
b72275
- test: Cleanup images before pulling the ones we need - thanks to Matej Marusak
b72275
- Related: #1883490
b72275
b72275
* Tue Nov 03 2020 Jindrich Novy <jnovy@redhat.com> - 25-2
b72275
- remove hack in tests
b72275
- Related: #1883490
b72275
b72275
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 25-1
b72275
- synchronize with stream-container-tools-rhel8
b72275
- Related: #1883490
b72275
b72275
* Sun Jul 26 2020 Jindrich Novy <jnovy@redhat.com> - 18.1-2
b72275
- revert back to 18.1 as this version is aimed at 8.3.0
b72275
- Related: #1821193
b72275
b72275
* Wed Jul 15 2020 Jindrich Novy <jnovy@redhat.com> - 19-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/19
b72275
- Related: #1821193
b72275
b72275
* Wed Jul 15 2020 Martin Pitt <mpitt@redhat.com> - 18.1-1
b72275
- Fix AppStream metainfo (rhbz#1854673)
b72275
b72275
* Mon Jun 15 2020 Jindrich Novy <jnovy@redhat.com> - 18-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/v18
b72275
- Related: #1821193
b72275
b72275
* Fri May 15 2020 Jindrich Novy <jnovy@redhat.com> - 17-1
b72275
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/17
b72275
- Related: #1821193
b72275
b72275
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 16-1
b72275
- synchronize containter-tools 8.3.0 with 8.2.1
b72275
- Related: #1821193
b72275
b72275
* Mon Apr 20 2020 Matej Marusak <mmarusak@redhat.com> - 15-1
b72275
- Drop obsolete functionality for Fedora Atomic
b72275
- Localize dates and times
b72275
- Make tests non-destructive, to support gating
b72275
- Fix crash on filtering anonymous images
b72275
- Translation updates
b72275
- Show historical logs
b72275
b72275
* Thu Jan 09 2020 Matej Marusak <mmarusak@redhat.com> - 12-1
b72275
- Configure CPU share for system containers
b72275
- Translation updates
b72275
b72275
* Thu Nov 28 2019 Matej Marusak <mmarusak@redhat.com> - 11-1
b72275
- Fix Alert notification in Image Search Modal
b72275
- Allow more than a single Error Notification for Container action errors
b72275
- Various Alert cleanups
b72275
- Translation updates
b72275
b72275
* Wed Nov 13 2019 Matej Marusak <mmarusak@redhat.com> - 10-1
b72275
- Support for user containers
b72275
- Show list of containers that use given image
b72275
- Show placeholder while loading containers and images
b72275
- Fix setting memory limit rhbz#1732713
b72275
- Add container Terminal rhbz#1703245
b72275
b72275
* Wed Jun 26 2019 Martin Pitt <mpitt@redhat.com> - 4-1
b72275
- Fix regression in container commit
b72275
- Fix AppStream ID rhbz#1734809
b72275
b72275
* Mon Jun 17 2019 Martin Pitt <mpitt@redhat.com> - 3-1
b72275
- Enable Commit button for running containers
b72275
- Fix race condition with container deletion
b72275
- Stop fetching all containers/images for each container/image event
b72275
b72275
* Sun Jun 09 2019 Martin Pitt <mpitt@redhat.com> - 2-2
b72275
- Fix podman dependency
b72275
b72275
* Mon May 27 2019 Martin Pitt <mpitt@redhat.com> - 2-1
b72275
- Update to upstream 2 release
b72275
- Support podman API 1.3
b72275
- Support running commands with arguments
b72275
- Show the default command coming from image
b72275
- Implement filtering of images and containers
b72275
b72275
* Wed Apr 17 2019 Cockpit Project <cockpituous@gmail.com> - 1-2
b72275
- Update to upstream 1 release
b72275