Update to 165-1
- Storage: Show more details of sessions and services that keep NFS busy - Machines: Detect if libvirtd is not running - Machines: Show virtual machines that are being created
This commit is contained in:
parent
033480ebfc
commit
167d8d940e
1
.gitignore
vendored
1
.gitignore
vendored
@ -125,3 +125,4 @@
|
|||||||
/cockpit-161.tar.xz
|
/cockpit-161.tar.xz
|
||||||
/cockpit-163.tar.xz
|
/cockpit-163.tar.xz
|
||||||
/cockpit-164.tar.xz
|
/cockpit-164.tar.xz
|
||||||
|
/cockpit-165.tar.xz
|
||||||
|
14
cockpit.spec
14
cockpit.spec
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 164
|
Version: 165
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -459,7 +459,7 @@ Recommends: device-mapper-multipath
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||||
Requires: python3
|
Requires: python3
|
||||||
Requires: python3-dbus
|
Requires: python3-dbus
|
||||||
%else
|
%else
|
||||||
@ -657,7 +657,11 @@ Requires: %{name}-bridge >= 122
|
|||||||
Requires: %{name}-shell >= 122
|
Requires: %{name}-shell >= 122
|
||||||
Requires: /usr/bin/docker
|
Requires: /usr/bin/docker
|
||||||
Requires: /usr/lib/systemd/system/docker.service
|
Requires: /usr/lib/systemd/system/docker.service
|
||||||
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
||||||
|
Requires: python3
|
||||||
|
%else
|
||||||
Requires: python2
|
Requires: python2
|
||||||
|
%endif
|
||||||
|
|
||||||
%description docker
|
%description docker
|
||||||
The Cockpit components for interacting with Docker and user interface.
|
The Cockpit components for interacting with Docker and user interface.
|
||||||
@ -703,6 +707,12 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 04 2018 Martin Pitt <martin@piware.de> - 165-1
|
||||||
|
|
||||||
|
- Storage: Show more details of sessions and services that keep NFS busy
|
||||||
|
- Machines: Detect if libvirtd is not running
|
||||||
|
- Machines: Show virtual machines that are being created
|
||||||
|
|
||||||
* Wed Mar 21 2018 Martin Pitt <martin@piware.de> - 164-1
|
* Wed Mar 21 2018 Martin Pitt <martin@piware.de> - 164-1
|
||||||
|
|
||||||
- Storage: Move NFS management into new details page
|
- Storage: Move NFS management into new details page
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-164.tar.xz) = 6ef5f07916eaf0e19afa6e23a4704cedd77e55f6e6f50bd3e86187e97c859203f1363ff23a25038f680bb56c28120c6cb8560cad0265940c6eaf83b7c41a4d74
|
SHA512 (cockpit-165.tar.xz) = d96118828658af98a605dc9a03f694dc48f0588bf1570ee0ca964bd977d1367f94d2b60baf618244715c09e040dffc0cabba6b99af249debd80a003e8472de9d
|
||||||
|
Loading…
Reference in New Issue
Block a user