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