Update to 203-1
- shell: Display message when websocket fails early - machines: Implement adding virtual network interfaces
This commit is contained in:
parent
ea79a536ac
commit
13b03ec275
1
.gitignore
vendored
1
.gitignore
vendored
@ -157,3 +157,4 @@
|
||||
/cockpit-201.tar.xz
|
||||
/cockpit-202.tar.xz
|
||||
/cockpit-202.1.tar.xz
|
||||
/cockpit-203.tar.xz
|
||||
|
14
cockpit.spec
14
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 202.1
|
||||
Version: 203
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -75,7 +75,7 @@ BuildRequires: intltool
|
||||
BuildRequires: libssh-devel >= 0.7.1
|
||||
%endif
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: gnutls-devel >= 3.4.3
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: krb5-devel >= 1.11
|
||||
BuildRequires: libxslt-devel
|
||||
@ -84,7 +84,7 @@ BuildRequires: glib-networking
|
||||
BuildRequires: sed
|
||||
|
||||
BuildRequires: glib2-devel >= 2.37.4
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: systemd-devel >= 235
|
||||
BuildRequires: pcp-libs-devel
|
||||
BuildRequires: krb5-server
|
||||
BuildRequires: gdb
|
||||
@ -373,7 +373,7 @@ Provides: bundled(js-jquery) = 3.4.1
|
||||
Provides: bundled(js-moment) = 2.24.0
|
||||
Provides: bundled(nodejs-flot) = 0.8.3
|
||||
Provides: bundled(xstatic-bootstrap-datepicker-common) = 1.9.0
|
||||
Provides: bundled(xstatic-patternfly-common) = 3.58.0
|
||||
Provides: bundled(xstatic-patternfly-common) = 3.59.4
|
||||
|
||||
%description system
|
||||
This package contains the Cockpit shell and system configuration interfaces.
|
||||
@ -388,6 +388,7 @@ Requires: glib2 >= 2.37.4
|
||||
Conflicts: firewalld < 0.6.0-1
|
||||
Recommends: sscg >= 2.3
|
||||
Recommends: system-logos
|
||||
Requires: systemd >= 235
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
@ -666,6 +667,11 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Sep 18 2019 Marius Vollmer <mvollmer@redhat.com> - 203-1
|
||||
|
||||
- shell: Display message when websocket fails early
|
||||
- machines: Implement adding virtual network interfaces
|
||||
|
||||
* Mon Sep 09 2019 Martin Pitt <mpitt@redhat.com> - 202.1-1
|
||||
|
||||
- Fix major CSS regression on Logs and some other pages
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-202.1.tar.xz) = a66a3864c5c8bfdedf734f6256638ae09704fbd49438c1aea1ffdf758f097c68a52b0e9e5ee62a83e92afa8340f1636e7db378a1b15e561f8ce2143ac1c788f4
|
||||
SHA512 (cockpit-203.tar.xz) = 7ca236bbfe1d73de35c182f57f9802593c5c5a7c8cb23a0a873322b58e93ba6b061886d8a004e4f4d5483f6a26b7b24dd1472f7899499ee34c3ac012b272aa86
|
||||
|
Loading…
Reference in New Issue
Block a user