Update to 164-1
- Storage: Move NFS management into new details page - System: Show available package updates and missing registration - System: Fix inconsistent tooltips - Logs: Change severities to officially defined syslog levels - Machines: Add error notifications - Accessibility improvements - Reloading the page in the browser now reloads Cockpit package manifests
This commit is contained in:
parent
388c6a7f4f
commit
033480ebfc
1
.gitignore
vendored
1
.gitignore
vendored
@ -124,3 +124,4 @@
|
||||
/cockpit-160.tar.xz
|
||||
/cockpit-161.tar.xz
|
||||
/cockpit-163.tar.xz
|
||||
/cockpit-164.tar.xz
|
||||
|
22
cockpit.spec
22
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 163
|
||||
Version: 164
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -346,10 +346,16 @@ Requires: %{name}-bridge >= 122
|
||||
Requires: %{name}-system >= 122
|
||||
Requires: libvirt
|
||||
Requires: libvirt-client
|
||||
# Optional components (for f24 we use soft deps)
|
||||
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
|
||||
Recommends: virt-install
|
||||
%endif
|
||||
|
||||
%description machines
|
||||
The Cockpit components for managing virtual machines.
|
||||
|
||||
If "virt-install" is installed, you can also create new virtual machines.
|
||||
|
||||
%files machines -f machines.list
|
||||
|
||||
%package machines-ovirt
|
||||
@ -488,6 +494,9 @@ Requires: NetworkManager
|
||||
Provides: %{name}-kdump = %{version}-%{release}
|
||||
Requires: kexec-tools
|
||||
# Optional components (only when soft deps are supported)
|
||||
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
|
||||
Recommends: polkit
|
||||
%endif
|
||||
%if 0%{?rhel} >= 8
|
||||
Recommends: NetworkManager-team
|
||||
Recommends: setroubleshoot-server >= 3.3.3
|
||||
@ -647,6 +656,7 @@ Summary: Cockpit user interface for Docker containers
|
||||
Requires: %{name}-bridge >= 122
|
||||
Requires: %{name}-shell >= 122
|
||||
Requires: /usr/bin/docker
|
||||
Requires: /usr/lib/systemd/system/docker.service
|
||||
Requires: python2
|
||||
|
||||
%description docker
|
||||
@ -693,6 +703,16 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Mar 21 2018 Martin Pitt <martin@piware.de> - 164-1
|
||||
|
||||
- Storage: Move NFS management into new details page
|
||||
- System: Show available package updates and missing registration
|
||||
- System: Fix inconsistent tooltips
|
||||
- Logs: Change severities to officially defined syslog levels
|
||||
- Machines: Add error notifications
|
||||
- Accessibility improvements
|
||||
- Reloading the page in the browser now reloads Cockpit package manifests
|
||||
|
||||
* Wed Mar 07 2018 Martin Pitt <martin@piware.de> - 163-1
|
||||
|
||||
- Drop "Transfer data asynchronously" VDO option on Storage page
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-163.tar.xz) = 13e333ce359d82873ee8c8ffe52096a9e972ae39b0760ecd32668521d2973340d70df6b08f249fe5428a0213853145e45717653f184e6afbeb96c69746cb5db3
|
||||
SHA512 (cockpit-164.tar.xz) = 6ef5f07916eaf0e19afa6e23a4704cedd77e55f6e6f50bd3e86187e97c859203f1363ff23a25038f680bb56c28120c6cb8560cad0265940c6eaf83b7c41a4d74
|
||||
|
Loading…
Reference in New Issue
Block a user