7f2b3a
# This spec file has been automatically updated
7f2b3a
Version: 37
7f2b3a
Release: 1%{?dist}
7f2b3a
#
7f2b3a
# Copyright (C) 2017-2020 Red Hat, Inc.
7f2b3a
#
7f2b3a
# Cockpit is free software; you can redistribute it and/or modify it
7f2b3a
# under the terms of the GNU Lesser General Public License as published by
7f2b3a
# the Free Software Foundation; either version 2.1 of the License, or
7f2b3a
# (at your option) any later version.
7f2b3a
#
7f2b3a
# Cockpit is distributed in the hope that it will be useful, but
7f2b3a
# WITHOUT ANY WARRANTY; without even the implied warranty of
7f2b3a
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7f2b3a
# Lesser General Public License for more details.
7f2b3a
#
7f2b3a
# You should have received a copy of the GNU Lesser General Public License
7f2b3a
# along with Cockpit; If not, see <http://www.gnu.org/licenses/>.
7f2b3a
#
7f2b3a
7f2b3a
Name:           cockpit-podman
7f2b3a
Summary:        Cockpit component for Podman containers
7f2b3a
License:        LGPLv2+
7f2b3a
URL:            https://github.com/cockpit-project/cockpit-podman
7f2b3a
7f2b3a
Source0:        https://github.com/cockpit-project/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
7f2b3a
BuildArch:      noarch
7f2b3a
BuildRequires:  libappstream-glib
7f2b3a
BuildRequires:  make
7f2b3a
7f2b3a
Requires:       cockpit-bridge >= 138
7f2b3a
Requires:       podman >= 2.0.4
7f2b3a
7f2b3a
%description
7f2b3a
The Cockpit user interface for Podman containers.
7f2b3a
7f2b3a
%prep
7f2b3a
%setup -q -n %{name}
7f2b3a
7f2b3a
%build
7f2b3a
# Nothing to build
7f2b3a
7f2b3a
%install
7f2b3a
%make_install
7f2b3a
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
7f2b3a
7f2b3a
%files
7f2b3a
%doc README.md
7f2b3a
%license LICENSE dist/index.js.LICENSE.txt.gz
7f2b3a
%{_datadir}/cockpit/*
7f2b3a
%{_datadir}/metainfo/*
7f2b3a
7f2b3a
%changelog
7f2b3a
* Thu Nov 25 2021 Jindrich Novy <jnovy@redhat.com> - 37-1
7f2b3a
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/37
7f2b3a
- Related: #2000051
7f2b3a
7f2b3a
* Wed Nov 10 2021 Jindrich Novy <jnovy@redhat.com> - 36-1
7f2b3a
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/36
7f2b3a
- Related: #2000051
7f2b3a
7f2b3a
* Wed Sep 15 2021 Jindrich Novy <jnovy@redhat.com> - 35-1
7f2b3a
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/35
7f2b3a
- Related: #2000051
7f2b3a
7f2b3a
* Mon Sep 06 2021 Jindrich Novy <jnovy@redhat.com> - 34-1
7f2b3a
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/34
7f2b3a
- Related: #2000051
7f2b3a
7f2b3a
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 33-2
7f2b3a
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
7f2b3a
  Related: rhbz#1991688
7f2b3a
7f2b3a
* Thu Aug 05 2021 Jindrich Novy <jnovy@redhat.com> - 33-1
7f2b3a
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/33
7f2b3a
- Related: #1970747
7f2b3a
7f2b3a
* Mon Jul 05 2021 Jindrich Novy <jnovy@redhat.com> - 32-1
7f2b3a
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/32
7f2b3a
- Related: #1970747
7f2b3a
7f2b3a
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 31-2
7f2b3a
- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/31
7f2b3a
- Related: #1970747
7f2b3a
7f2b3a
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 29-2
7f2b3a
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
7f2b3a
7f2b3a
* Fri Feb 19 2021 Martin Pitt <martin@piware.de> - 29-1
7f2b3a
7f2b3a
- PatternFly 4 updates for a more consistent UI
7f2b3a
- Accessibility fixes
7f2b3a
- Add FMF tests for sharing tests with up- and downstream
7f2b3a
7f2b3a
* Thu Feb 11 2021 Matej Marusak <mmarusak@redhat.com> - 28.1-1
7f2b3a
7f2b3a
- Improve tests to be more robust against unstable Podman API
7f2b3a
7f2b3a
* Thu Feb 04 2021 Matej Marusak <mmarusak@redhat.com> - 28-1
7f2b3a
7f2b3a
- Drop cockpit-system dependency
7f2b3a
- Correctly show selected option for SELinux labels
7f2b3a
7f2b3a
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 27.1-2
7f2b3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7f2b3a
7f2b3a
* Thu Jan 07 2021 Matej Marusak <mmarusak@redhat.com> - 27.1-1
7f2b3a
7f2b3a
- test: Drop forgotten sit() to make tests work in gating
7f2b3a
7f2b3a
* Thu Jan 07 2021 Matej Marusak <mmarusak@redhat.com> - 27-1
7f2b3a
7f2b3a
- images: Indicate that force deletion is in progress
7f2b3a
- images: Fix handling of errors on pull
7f2b3a
- Use packaged sassc instead of node-sass
7f2b3a
- tests: Adjust to new Podman versions and robustify them
7f2b3a
7f2b3a
* Wed Dec 09 2020 Marius Vollmer <mvollmer@redhat.com> - 26-1
7f2b3a
- run: Make hostPort optional
7f2b3a
- run: Enable setting up IP address for exposed ports
7f2b3a
7f2b3a
* Wed Oct 14 2020 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 25-1
7f2b3a
7f2b3a
- Listen for image build event
7f2b3a
7f2b3a
* Wed Sep 30 2020 Marius Vollmer <mvollmer@redhat.com> - 24-1
7f2b3a
7f2b3a
- Use sentence case in the UI
7f2b3a
7f2b3a
* Wed Sep 02 2020 Martin Pitt <martin@piware.de> - 23-1
7f2b3a
7f2b3a
- Translation updates
7f2b3a
7f2b3a
* Wed Aug 19 2020 Marius Vollmer <mvollmer@redhat.com> - 22-1
7f2b3a
7f2b3a
- Support for pod group deletion
7f2b3a
7f2b3a
* Wed Aug 05 2020 Matej Marusak <mmarusak@redhat.com> - 21-1
7f2b3a
7f2b3a
- Support for pod groups
7f2b3a
- Support checkpoint and restore
7f2b3a
- Registry selection in "download image" dialog
7f2b3a
- Selected tag removal during deletion
7f2b3a
7f2b3a
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20-2
7f2b3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7f2b3a
7f2b3a
* Wed Jul 22 2020 Katerina Koukiou <kkoukiou@redhat.com> - 20-1
7f2b3a
7f2b3a
- Show networking information for containers
7f2b3a
- Enable filtering images and containers by owner
7f2b3a
- Optionally show intermediate images
7f2b3a
- Enable setting up SELinux label when mounting volumes
7f2b3a
7f2b3a
* Wed Jul 15 2020 Matej Marusak <mmarusak@redhat.com> - 19-1
7f2b3a
7f2b3a
- Switch to the new Podman REST API
7f2b3a
- Improve displaying on small screens
7f2b3a
7f2b3a
* Mon Jun 15 2020 Matej Marusak <mmarusak@redhat.com> - 18-1
7f2b3a
7f2b3a
- Bump NPM dependencies to their latest versions
7f2b3a
- Stop importing cockpit's deprecated base1/patternfly.css
7f2b3a
- Synchronize style with the newest Cockpit
7f2b3a
7f2b3a
* Thu May 14 2020 Matej Marusak <mmarusak@redhat.com> - 17-1
7f2b3a
7f2b3a
- Translation updates
7f2b3a
- Adjust tests to changed Services page in Cockpit 218
7f2b3a
7f2b3a
* Wed Apr 29 2020 Martin Pitt <martin@piware.de> - 16-1
7f2b3a
7f2b3a
- Restyle buttons and dropdowns to be consistent with Cockpit
7f2b3a
- Disable button and show a spinner while delete operation is in progress
7f2b3a
- Translation updates
7f2b3a
7f2b3a
* Thu Apr 16 2020 Martin Pitt <martin@piware.de> - 15-3
7f2b3a
7f2b3a
- Drop obsolete functionality for Fedora Atomic
7f2b3a
- Localize dates and times
7f2b3a
- Make tests non-destructive, to support Fedora gating
7f2b3a
7f2b3a
* Wed Mar 04 2020 Martin Pitt <martin@piware.de> - 14-1
7f2b3a
7f2b3a
- Fix crash on filtering anonymous images
7f2b3a
- Translation updates
7f2b3a
7f2b3a
* Wed Feb 05 2020 sanne raymaekers <sanne.raymaekers@gmail.com> - 13-1
7f2b3a
7f2b3a
- Show historical logs
7f2b3a
7f2b3a
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12-2
7f2b3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7f2b3a
7f2b3a
* Wed Jan 08 2020 Katerina Koukiou <kkoukiou@redhat.com> - 12-1
7f2b3a
7f2b3a
- Configure CPU share for system containers
7f2b3a
7f2b3a
* Wed Nov 27 2019 Martin Pitt <martin@piware.de> - 11-1
7f2b3a
7f2b3a
- Fix Alert notification in Image Search Modal
7f2b3a
- Allow more than a single Error Notification for Container action errors
7f2b3a
- Various Alert cleanups
7f2b3a
- Translation updates
7f2b3a
7f2b3a
* Wed Oct 30 2019 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 10-1
7f2b3a
7f2b3a
- Support for user containers
7f2b3a
7f2b3a
* Wed Oct 02 2019 Martin Pitt <martin@piware.de> - 9-1
7f2b3a
7f2b3a
- Minimize CSS in production builds
7f2b3a
- Bump NPM dependencies to latest versions
7f2b3a
7f2b3a
* Wed Sep 04 2019 Martin Pitt <martin@piware.de> - 8-1
7f2b3a
7f2b3a
- Show list of containers that use given image
7f2b3a
- Show placeholder while loading containers and images
7f2b3a
- Fix setting memory limit
7f2b3a
7f2b3a
* Wed Jul 31 2019 Martin Pitt <martin@piware.de> - 7-1
7f2b3a
7f2b3a
- Fix AppStream ID
7f2b3a
- Adjust tests to changed Cockpit Services page
7f2b3a
7f2b3a
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6-2
7f2b3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7f2b3a
7f2b3a
* Fri Jul 19 2019 Martin Pitt <martin@piware.de> - 6-1
7f2b3a
7f2b3a
- Fix various UI regressions from Cockpit's PatternFly 4 switch
7f2b3a
- Add packit configuration (https://packit.dev/)
7f2b3a
7f2b3a
* Wed Jul 10 2019 Martin Pitt <martin@piware.de> - 5-1
7f2b3a
7f2b3a
- Add container Terminal
7f2b3a
7f2b3a
* Wed Jun 26 2019 Katerina Koukiou <kkoukiou@redhat.com> - 4-1
7f2b3a
7f2b3a
- Fix regression in container commit
7f2b3a
7f2b3a
* Mon Jun 17 2019 Martin Pitt <martin@piware.de> - 3-1
7f2b3a
7f2b3a
- Enable Commit button for running containers
7f2b3a
- Fix race condition with container deletion
7f2b3a
- Stop fetching all containers/images for each container/image event
7f2b3a
7f2b3a
* Fri May 24 2019 Cockpit Project <cockpituous@gmail.com> - 2-1
7f2b3a
- Update to upstream 2 release
7f2b3a
7f2b3a
* Wed Apr 17 2019 Cockpit Project <cockpituous@gmail.com> - 1-2
7f2b3a
- Update to upstream 1 release
7f2b3a