Update to 207-1
- Web server: Accept EC certificates - Storage: List all software devices in a single panel - Redesigned notifications
This commit is contained in:
parent
b4fc0cf1af
commit
ee6fa62353
1
.gitignore
vendored
1
.gitignore
vendored
@ -162,3 +162,4 @@
|
||||
/cockpit-205.tar.xz
|
||||
/cockpit-205.1.tar.xz
|
||||
/cockpit-206.tar.xz
|
||||
/cockpit-207.tar.xz
|
||||
|
22
cockpit.spec
22
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 206
|
||||
Version: 207
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -417,12 +417,16 @@ The Cockpit Web Service listens on the network, and authenticates users.
|
||||
%{_unitdir}/cockpit-wsinstance-http.service
|
||||
%{_unitdir}/cockpit-wsinstance-http-redirect.socket
|
||||
%{_unitdir}/cockpit-wsinstance-http-redirect.service
|
||||
%{_unitdir}/cockpit-wsinstance-https.socket
|
||||
%{_unitdir}/cockpit-wsinstance-https.service
|
||||
%{_unitdir}/cockpit-wsinstance-https-factory.socket
|
||||
%{_unitdir}/cockpit-wsinstance-https-factory@.service
|
||||
%{_unitdir}/cockpit-wsinstance-https@.socket
|
||||
%{_unitdir}/cockpit-wsinstance-https@.service
|
||||
%{_unitdir}/system-cockpithttps.slice
|
||||
%{_prefix}/%{__lib}/tmpfiles.d/cockpit-tempfiles.conf
|
||||
%{_sbindir}/remotectl
|
||||
%{_libdir}/security/pam_ssh_add.so
|
||||
%{_libexecdir}/cockpit-ws
|
||||
%{_libexecdir}/cockpit-wsinstance-factory
|
||||
%{_libexecdir}/cockpit-tls
|
||||
%{_libexecdir}/cockpit-desktop
|
||||
%attr(4750, root, cockpit-wsinstance) %{_libexecdir}/cockpit-session
|
||||
@ -467,6 +471,12 @@ EOF
|
||||
rm -rf "$tmp"
|
||||
fi
|
||||
%endif
|
||||
%if 0%{?rhel} || 0%{?fedora}
|
||||
# HACK: SELinux policy adjustment for cockpit-tls; see https://github.com/fedora-selinux/selinux-policy-contrib/pull/161
|
||||
echo "Applying SELinux policy change for cockpit-wsinstance-factory..."
|
||||
semanage fcontext -a /usr/libexec/cockpit-wsinstance-factory -t cockpit_ws_exec_t
|
||||
restorecon /usr/libexec/cockpit-wsinstance-factory
|
||||
%endif
|
||||
|
||||
%preun ws
|
||||
%systemd_preun cockpit.socket
|
||||
@ -676,6 +686,12 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Wed Nov 13 2019 Katerina Koukiou <kkoukiou@redhat.com> - 207-1
|
||||
|
||||
- Web server: Accept EC certificates
|
||||
- Storage: List all software devices in a single panel
|
||||
- Redesigned notifications
|
||||
|
||||
* Wed Oct 30 2019 Sanne Raymaekers <sanne.raymaekers@gmail.com> - 206-1
|
||||
|
||||
- Machines: Network interface deletion
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-206.tar.xz) = 4ee0fabcb53139e3d678eda7abb3c0b1b68af2150df874b490f2f1416e332da12d19a46c9d708541c85b0ab62fd31ae10c818ece79b2ae3b4e7cc2d78aaea7a0
|
||||
SHA512 (cockpit-207.tar.xz) = 9ceff732ded6010c92ccb6230a8ce81d87b7226f95534fea8a72c5193eb759062f3849494b454996cd3b3678f423cc31c8bb9ce6e7fa5bbd97651a1fe7d3e581
|
||||
|
Loading…
Reference in New Issue
Block a user