Update to 204-1
- System: Highlight failed services - Machines: Configure read-only and shareable disks - Playground: Add index page
This commit is contained in:
parent
13b03ec275
commit
72cd8e59a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -158,3 +158,4 @@
|
||||
/cockpit-202.tar.xz
|
||||
/cockpit-202.1.tar.xz
|
||||
/cockpit-203.tar.xz
|
||||
/cockpit-204.tar.xz
|
||||
|
20
cockpit.spec
20
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 203
|
||||
Version: 204
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -501,8 +501,8 @@ sosreport tool.
|
||||
|
||||
%package networkmanager
|
||||
Summary: Cockpit user interface for networking, using NetworkManager
|
||||
Requires: cockpit-bridge >= 122
|
||||
Requires: cockpit-shell >= 122
|
||||
Requires: cockpit-bridge >= 186
|
||||
Requires: cockpit-shell >= 186
|
||||
Requires: NetworkManager
|
||||
# Optional components
|
||||
Recommends: NetworkManager-team
|
||||
@ -548,7 +548,7 @@ Dummy package from building optional packages only; never install or publish me.
|
||||
|
||||
%package -n cockpit-storaged
|
||||
Summary: Cockpit user interface for storage, using udisks
|
||||
Requires: cockpit-shell >= 122
|
||||
Requires: cockpit-shell >= 186
|
||||
Requires: udisks2 >= 2.6
|
||||
Recommends: udisks2-lvm2 >= 2.6
|
||||
Recommends: udisks2-iscsi >= 2.6
|
||||
@ -582,8 +582,8 @@ These files are not required for running Cockpit.
|
||||
%package -n cockpit-machines
|
||||
BuildArch: noarch
|
||||
Summary: Cockpit user interface for virtual machines
|
||||
Requires: cockpit-bridge >= 122
|
||||
Requires: cockpit-system >= 122
|
||||
Requires: cockpit-bridge >= 186
|
||||
Requires: cockpit-system >= 186
|
||||
Requires: libvirt-daemon-kvm
|
||||
Requires: libvirt-client
|
||||
Requires: libvirt-dbus >= 1.2.0
|
||||
@ -654,7 +654,7 @@ This package is not yet complete.
|
||||
%package -n cockpit-packagekit
|
||||
Summary: Cockpit user interface for packages
|
||||
BuildArch: noarch
|
||||
Requires: cockpit-bridge >= 138
|
||||
Requires: cockpit-bridge >= 186
|
||||
Requires: PackageKit
|
||||
|
||||
%description -n cockpit-packagekit
|
||||
@ -667,6 +667,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Oct 02 2019 Martin Pitt <mpitt@redhat.com> - 204-1
|
||||
|
||||
- System: Highlight failed services
|
||||
- Machines: Configure read-only and shareable disks
|
||||
- Playground: Add index page
|
||||
|
||||
* Wed Sep 18 2019 Marius Vollmer <mvollmer@redhat.com> - 203-1
|
||||
|
||||
- shell: Display message when websocket fails early
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-203.tar.xz) = 7ca236bbfe1d73de35c182f57f9802593c5c5a7c8cb23a0a873322b58e93ba6b061886d8a004e4f4d5483f6a26b7b24dd1472f7899499ee34c3ac012b272aa86
|
||||
SHA512 (cockpit-204.tar.xz) = 09c25955046531a64275b02a52ac60f664335f277806a8f762fce951fd7983ad9206f08957266e1555c438aa6a6fa565ceb1287eda2fb5008a0acc7b4349f615
|
||||
|
Loading…
Reference in New Issue
Block a user