Update to 156-1
- Redesign navigation and support mobile browsing - Use /etc/cockpit/krb5.keytab if present to support alternate keytabs - Add project homepage link to Apps page - Maintain issue(5) file with current Cockpit status - Use event-driven refresh of oVirt data instead of polling
This commit is contained in:
parent
99b5be9aa7
commit
45011187b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,3 +117,4 @@
|
||||
/cockpit-153.tar.xz
|
||||
/cockpit-154.tar.xz
|
||||
/cockpit-155.tar.xz
|
||||
/cockpit-156.tar.xz
|
||||
|
||||
13
cockpit.spec
13
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 155
|
||||
Version: 156
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -560,9 +560,12 @@ The Cockpit Web Service listens on the network, and authenticates users.
|
||||
%doc %{_mandir}/man8/pam_ssh_add.8.gz
|
||||
%config(noreplace) %{_sysconfdir}/%{name}/ws-certs.d
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/cockpit
|
||||
%{_datadir}/%{name}/issue/active.issue
|
||||
%{_datadir}/%{name}/issue/inactive.issue
|
||||
%{_unitdir}/cockpit.service
|
||||
%{_unitdir}/cockpit.socket
|
||||
%{_prefix}/%{__lib}/firewalld/services/cockpit.xml
|
||||
%{_prefix}/%{__lib}/tmpfiles.d/cockpit-tempfiles.conf
|
||||
%{_sbindir}/remotectl
|
||||
%{_libdir}/security/pam_ssh_add.so
|
||||
%{_libexecdir}/cockpit-ws
|
||||
@ -719,6 +722,14 @@ via PackageKit.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Thu Nov 16 2017 Martin Pitt <martin@piware.de> - 156-1
|
||||
|
||||
- Redesign navigation and support mobile browsing
|
||||
- Use /etc/cockpit/krb5.keytab if present to support alternate keytabs
|
||||
- Add project homepage link to Apps page
|
||||
- Maintain issue(5) file with current Cockpit status
|
||||
- Use event-driven refresh of oVirt data instead of polling
|
||||
|
||||
* Tue Nov 07 2017 Martin Pitt <martin@piware.de> - 155-1
|
||||
|
||||
- Add NFS client support to the Storage page
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-155.tar.xz) = 251111f9f078bdc2a6a682649132166f7ed548973ee79fce6f41001a100a2deb4062764f1654e8d9ceca60eae6b00100e1bf3090807e625efd2447efcb74fefe
|
||||
SHA512 (cockpit-156.tar.xz) = e40797490b1413711becd8f67af16ab45204b40be253914f889e5e57e8e24d2dec9b906d71c69f1a989171c1412f20aeb77bed58566d5770fbd1caff95985b25
|
||||
|
||||
Loading…
Reference in New Issue
Block a user