From 19578f2d9121e5c88d1642b8a40e0fbc9e2edf4f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 21 Jan 2020 15:31:08 -0500 Subject: [PATCH] import cockpit-podman-11-1.module+el8.2.0+4966+a27241e9 --- .cockpit-podman.metadata | 2 +- .gitignore | 2 +- SPECS/cockpit-podman.spec | 30 +++++++++++++++++++----------- 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata index a3306a3..5cb4745 100644 --- a/.cockpit-podman.metadata +++ b/.cockpit-podman.metadata @@ -1 +1 @@ -980523467a4ebef153e55b60e56cb671bcc90a9e SOURCES/cockpit-podman-3.tar.gz +b7e78c163be798d3bb04a00b6969a7613eaf3280 SOURCES/cockpit-podman-11.tar.gz diff --git a/.gitignore b/.gitignore index d47dccd..6a17c8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-podman-3.tar.gz +SOURCES/cockpit-podman-11.tar.gz diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec index ef1e356..c26bf88 100644 --- a/SPECS/cockpit-podman.spec +++ b/SPECS/cockpit-podman.spec @@ -1,11 +1,6 @@ # This spec file has been automatically updated -Version: 3 +Version: 11 Release: 1%{?dist} -# we generally want CentOS packages to be like RHEL; special cases need to check %{centos} explicitly -%if 0%{?centos} -%define rhel %{centos} -%endif - Name: cockpit-podman Summary: Cockpit component for Podman containers License: LGPLv2+ @@ -17,11 +12,7 @@ BuildRequires: libappstream-glib Requires: cockpit-bridge >= 138 Requires: cockpit-shell >= 138 -%if 0%{?rhel} -Requires: podman >= 1.2.0 -%else -Requires: podman >= 1:1.2.0 -%endif +Requires: podman >= 1.3.0 %description The Cockpit user interface for Podman containers. @@ -41,6 +32,23 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/* %{_datadir}/metainfo/* %changelog +* Thu Nov 28 2019 Matej Marusak - 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 + +* Wed Nov 13 2019 Matej Marusak - 10-1 +- Support for user containers +- Show list of containers that use given image +- Show placeholder while loading containers and images +- Fix setting memory limit rhbz#1732713 +- Add container Terminal rhbz#1703245 + +* Wed Jun 26 2019 Martin Pitt - 4-1 +- Fix regression in container commit +- Fix AppStream ID rhbz#1734809 + * Mon Jun 17 2019 Martin Pitt - 3-1 - Enable Commit button for running containers - Fix race condition with container deletion