Update to 21-1
- Support for pod groups - Support checkpoint and restore - Registry selection in "download image" dialog - Selected tag removal during deletion
This commit is contained in:
parent
06ae78dde6
commit
a7ecb6ec6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/cockpit-podman-18.tar.gz
|
/cockpit-podman-18.tar.gz
|
||||||
/cockpit-podman-19.tar.gz
|
/cockpit-podman-19.tar.gz
|
||||||
/cockpit-podman-20.tar.gz
|
/cockpit-podman-20.tar.gz
|
||||||
|
/cockpit-podman-21.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 20
|
Version: 21
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Name: cockpit-podman
|
Name: cockpit-podman
|
||||||
Summary: Cockpit component for Podman containers
|
Summary: Cockpit component for Podman containers
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -12,7 +12,7 @@ BuildRequires: libappstream-glib
|
|||||||
|
|
||||||
Requires: cockpit-bridge >= 138
|
Requires: cockpit-bridge >= 138
|
||||||
Requires: cockpit-shell >= 138
|
Requires: cockpit-shell >= 138
|
||||||
Requires: podman >= 2.0.2
|
Requires: podman >= 2.0.4
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Cockpit user interface for Podman containers.
|
The Cockpit user interface for Podman containers.
|
||||||
@ -32,6 +32,13 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|||||||
%{_datadir}/metainfo/*
|
%{_datadir}/metainfo/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20-2
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-podman-20.tar.gz) = c6984a30101c6deb1123ccd48a13f8ae48f2d6c6be03c1f98bcb95bfcc4ae05c0013e8e0b035a7bf388882f9932972eeee983a8cd20ecab1f9df3d110d9fef4d
|
SHA512 (cockpit-podman-21.tar.gz) = 4abaea988cfeab5a67bccd96ae1bfe88b0aabf3ba195985100132bdda698fc87b2d3a8f6bf5f8ba3eb0d7ee2b0ef3213594bb241244768059b51830fd6415ac7
|
||||||
|
Loading…
Reference in New Issue
Block a user