Update to 214-1
- Networking: List Firewall active zones when unprivileged - Start Selenium tests deprecation
This commit is contained in:
parent
910c003b4b
commit
0cfb42d0fe
1
.gitignore
vendored
1
.gitignore
vendored
@ -170,3 +170,4 @@
|
|||||||
/cockpit-211.1.tar.xz
|
/cockpit-211.1.tar.xz
|
||||||
/cockpit-212.tar.xz
|
/cockpit-212.tar.xz
|
||||||
/cockpit-213.tar.xz
|
/cockpit-213.tar.xz
|
||||||
|
/cockpit-214.tar.xz
|
||||||
|
15
cockpit.spec
15
cockpit.spec
@ -1,5 +1,5 @@
|
|||||||
# This spec file has been automatically updated
|
# This spec file has been automatically updated
|
||||||
Version: 213
|
Version: 214
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -101,15 +101,16 @@ Requires: cockpit-ws
|
|||||||
Requires: cockpit-system
|
Requires: cockpit-system
|
||||||
|
|
||||||
# Optional components
|
# Optional components
|
||||||
|
Recommends: (cockpit-storaged if udisks2)
|
||||||
|
Recommends: cockpit-packagekit
|
||||||
|
Suggests: cockpit-pcp
|
||||||
|
|
||||||
%if 0%{?rhel} == 0
|
%if 0%{?rhel} == 0
|
||||||
Recommends: cockpit-dashboard
|
Recommends: cockpit-dashboard
|
||||||
%ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x
|
%ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x
|
||||||
Recommends: (cockpit-docker if /usr/bin/docker)
|
Recommends: (cockpit-docker if /usr/bin/docker)
|
||||||
%endif
|
%endif
|
||||||
Recommends: (cockpit-networkmanager if NetworkManager)
|
Recommends: (cockpit-networkmanager if NetworkManager)
|
||||||
Recommends: (cockpit-storaged if udisks2)
|
|
||||||
Recommends: cockpit-packagekit
|
|
||||||
Suggests: cockpit-pcp
|
|
||||||
Suggests: cockpit-selinux
|
Suggests: cockpit-selinux
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} && 0%{?centos} == 0
|
%if 0%{?rhel} && 0%{?centos} == 0
|
||||||
@ -364,6 +365,7 @@ Requires: NetworkManager >= 1.6
|
|||||||
Provides: cockpit-kdump = %{version}-%{release}
|
Provides: cockpit-kdump = %{version}-%{release}
|
||||||
Requires: kexec-tools
|
Requires: kexec-tools
|
||||||
Recommends: polkit
|
Recommends: polkit
|
||||||
|
Recommends: PackageKit
|
||||||
Recommends: NetworkManager-team
|
Recommends: NetworkManager-team
|
||||||
Recommends: setroubleshoot-server >= 3.3.3
|
Recommends: setroubleshoot-server >= 3.3.3
|
||||||
Provides: cockpit-selinux = %{version}-%{release}
|
Provides: cockpit-selinux = %{version}-%{release}
|
||||||
@ -662,6 +664,11 @@ via PackageKit.
|
|||||||
|
|
||||||
# The changelog is automatically generated and merged
|
# The changelog is automatically generated and merged
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 04 2020 Martin Pitt <mpitt@redhat.com> - 214-1
|
||||||
|
|
||||||
|
- Networking: List Firewall active zones when unprivileged
|
||||||
|
- Start Selenium tests deprecation
|
||||||
|
|
||||||
* Wed Feb 19 2020 Marius Vollmer <mvollmer@redhat.com> - 213-1
|
* Wed Feb 19 2020 Marius Vollmer <mvollmer@redhat.com> - 213-1
|
||||||
|
|
||||||
- Inline documentation
|
- Inline documentation
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cockpit-213.tar.xz) = ea3b13c6bccb9998272b393ea76ac32c743935cb4c631736937b103cdb325b0f34750ae2a980366994fab3cb21d3fca2acfd04e18d185bb684ef962d7cdaed97
|
SHA512 (cockpit-214.tar.xz) = afbcc971167d77e6a432172197e606df6f04c33b747cb58823ffe4b937356eac0f0b471ca71ba43830e24619a5e2da7630581c17796f8efbd3cf40b2358b6acf
|
||||||
|
Loading…
Reference in New Issue
Block a user