import cockpit-podman-11-1.module+el8.2.0+4966+a27241e9

This commit is contained in:
CentOS Sources 2020-01-21 15:31:08 -05:00 committed by Stepan Oksanichenko
parent 20a996e6ac
commit 19578f2d91
3 changed files with 21 additions and 13 deletions

View File

@ -1 +1 @@
980523467a4ebef153e55b60e56cb671bcc90a9e SOURCES/cockpit-podman-3.tar.gz
b7e78c163be798d3bb04a00b6969a7613eaf3280 SOURCES/cockpit-podman-11.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/cockpit-podman-3.tar.gz
SOURCES/cockpit-podman-11.tar.gz

View File

@ -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 <mmarusak@redhat.com> - 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 <mmarusak@redhat.com> - 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 <mpitt@redhat.com> - 4-1
- Fix regression in container commit
- Fix AppStream ID rhbz#1734809
* Mon Jun 17 2019 Martin Pitt <mpitt@redhat.com> - 3-1
- Enable Commit button for running containers
- Fix race condition with container deletion