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