Update to 19-1
- Switch to the new Podman REST API - Improve displaying on small screens
This commit is contained in:
parent
59204fdf25
commit
e5c5a920ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/cockpit-podman-16.tar.gz
|
/cockpit-podman-16.tar.gz
|
||||||
/cockpit-podman-17.tar.gz
|
/cockpit-podman-17.tar.gz
|
||||||
/cockpit-podman-18.tar.gz
|
/cockpit-podman-18.tar.gz
|
||||||
|
/cockpit-podman-19.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 18
|
Version: 19
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Name: cockpit-podman
|
Name: cockpit-podman
|
||||||
Summary: Cockpit component for Podman containers
|
Summary: Cockpit component for Podman containers
|
||||||
@ -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 >= 1.3.0
|
Requires: podman >= 2.0.2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Cockpit user interface for Podman containers.
|
The Cockpit user interface for Podman containers.
|
||||||
@ -32,6 +32,11 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
|
|||||||
%{_datadir}/metainfo/*
|
%{_datadir}/metainfo/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 15 2020 Matej Marusak <mmarusak@redhat.com> - 19-1
|
||||||
|
|
||||||
|
- Switch to the new Podman REST API
|
||||||
|
- Improve displaying on small screens
|
||||||
|
|
||||||
* Mon Jun 15 2020 Matej Marusak <mmarusak@redhat.com> - 18-1
|
* Mon Jun 15 2020 Matej Marusak <mmarusak@redhat.com> - 18-1
|
||||||
|
|
||||||
- Bump NPM dependencies to their latest versions
|
- Bump NPM dependencies to their latest versions
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-podman-18.tar.gz) = 842b07f52bbe87c00169660787eb5ae605a7c5bb3a41eb921c00483dca955bf7af0006ab2e08941fb6d1fb88723f3c60acdf593c12de640e92ae7a7b9121265a
|
SHA512 (cockpit-podman-19.tar.gz) = fac62aa258368b0c5104eb14e7dd52463e32d23b8e32a8ff0fdce79078a6daa0c3c7d65b5a2e69a46f5aacb1e6d39e5e261df28497373b25bb63ef4d3eaae835
|
||||||
|
Loading…
Reference in New Issue
Block a user