Update to 3-1
- Enable Commit button for running containers - Fix race condition with container deletion - Stop fetching all containers/images for each container/image event
This commit is contained in:
parent
279270f579
commit
d94ed65681
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/cockpit-podman-1.tar.gz
|
||||
/cockpit-podman-2.tar.gz
|
||||
/cockpit-podman-3.tar.gz
|
||||
|
@ -1,6 +1,11 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 2
|
||||
Version: 3
|
||||
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+
|
||||
@ -12,7 +17,11 @@ 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
|
||||
|
||||
%description
|
||||
The Cockpit user interface for Podman containers.
|
||||
@ -32,6 +41,12 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
||||
%{_datadir}/metainfo/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Fri May 24 2019 Cockpit Project <cockpituous@gmail.com> - 2-1
|
||||
- Update to upstream 2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-podman-2.tar.gz) = caa8281339cb4043cc22f27fd5fd94d7f218608d037e92412472f3dce8652b189714d925cd4da6ee909c67e99f15f73f16721922000e4fdf8221c5ca866eecf7
|
||||
SHA512 (cockpit-podman-3.tar.gz) = 99abe26c01a91abcd816d5f7e3c5d62f66742318b5fc1a4008c82d7ac942e150b2437088768c946de2dbe0b4a48ff7546a6f89248dd1f383c6658a4248dd265f
|
||||
|
Loading…
Reference in New Issue
Block a user