Update to 206-1
- Machines: Network interface deletion - login: Enable administration mode by default - Firewall: Prevent accidental deletion
This commit is contained in:
parent
e377a44556
commit
b4fc0cf1af
1
.gitignore
vendored
1
.gitignore
vendored
@ -161,3 +161,4 @@
|
|||||||
/cockpit-204.tar.xz
|
/cockpit-204.tar.xz
|
||||||
/cockpit-205.tar.xz
|
/cockpit-205.tar.xz
|
||||||
/cockpit-205.1.tar.xz
|
/cockpit-205.1.tar.xz
|
||||||
|
/cockpit-206.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: 205.1
|
Version: 206
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -72,7 +72,7 @@ BuildRequires: autoconf automake
|
|||||||
BuildRequires: /usr/bin/python3
|
BuildRequires: /usr/bin/python3
|
||||||
BuildRequires: gettext >= 0.19.7
|
BuildRequires: gettext >= 0.19.7
|
||||||
%if %{defined build_dashboard}
|
%if %{defined build_dashboard}
|
||||||
BuildRequires: libssh-devel >= 0.7.1
|
BuildRequires: libssh-devel >= 0.8
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: gnutls-devel >= 3.4.3
|
BuildRequires: gnutls-devel >= 3.4.3
|
||||||
@ -360,7 +360,7 @@ Provides: cockpit-users = %{version}-%{release}
|
|||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
Provides: cockpit-networkmanager = %{version}-%{release}
|
Provides: cockpit-networkmanager = %{version}-%{release}
|
||||||
Obsoletes: cockpit-networkmanager
|
Obsoletes: cockpit-networkmanager
|
||||||
Requires: NetworkManager
|
Requires: NetworkManager >= 1.6
|
||||||
Provides: cockpit-kdump = %{version}-%{release}
|
Provides: cockpit-kdump = %{version}-%{release}
|
||||||
Requires: kexec-tools
|
Requires: kexec-tools
|
||||||
Recommends: polkit
|
Recommends: polkit
|
||||||
@ -512,7 +512,7 @@ sosreport tool.
|
|||||||
Summary: Cockpit user interface for networking, using NetworkManager
|
Summary: Cockpit user interface for networking, using NetworkManager
|
||||||
Requires: cockpit-bridge >= 186
|
Requires: cockpit-bridge >= 186
|
||||||
Requires: cockpit-shell >= 186
|
Requires: cockpit-shell >= 186
|
||||||
Requires: NetworkManager
|
Requires: NetworkManager >= 1.6
|
||||||
# Optional components
|
# Optional components
|
||||||
Recommends: NetworkManager-team
|
Recommends: NetworkManager-team
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -676,6 +676,12 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 30 2019 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 206-1
|
||||||
|
|
||||||
|
- Machines: Network interface deletion
|
||||||
|
- login: Enable administration mode by default
|
||||||
|
- Firewall: Prevent accidental deletion
|
||||||
|
|
||||||
* Thu Oct 17 2019 Martin Pitt <mpitt@redhat.com> - 205.1-1
|
* Thu Oct 17 2019 Martin Pitt <mpitt@redhat.com> - 205.1-1
|
||||||
|
|
||||||
- Fix web server slowness/crash bugs with TLS connections
|
- Fix web server slowness/crash bugs with TLS connections
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-205.1.tar.xz) = ca511e633b01bbc5c304a2d79687ffe1cf87aeba5fa7fb0bbce14df99d4508eba50ecef4530f3c39430f2fbd03779736a3224a469b03de5ca272b879ff97885e
|
SHA512 (cockpit-206.tar.xz) = 4ee0fabcb53139e3d678eda7abb3c0b1b68af2150df874b490f2f1416e332da12d19a46c9d708541c85b0ab62fd31ae10c818ece79b2ae3b4e7cc2d78aaea7a0
|
||||||
|
Loading…
Reference in New Issue
Block a user