Update to version 120
* New containers page layout * Quick filtering of containers and images on the container page * Added sidebar for phisical volumes in a volume group * Run a separate cockpit-ssh process when making SSH connections * Allow connecting to remote machines from the login page * Only connect to remote machines already known to Cockpit * Fix bugs preventing journal page from working on Firefox 49 * Add tooltip describing group name in Roles list
This commit is contained in:
parent
d5f66645d1
commit
0cda5100ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -90,3 +90,4 @@
|
||||
/cockpit-0.117.tar.xz
|
||||
/cockpit-118.tar.xz
|
||||
/cockpit-119.tar.xz
|
||||
/cockpit-120.tar.xz
|
||||
|
20
cockpit.spec
20
cockpit.spec
@ -1,5 +1,5 @@
|
||||
%define tag 119
|
||||
%define rev 2
|
||||
%define tag 120
|
||||
%define rev 1
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec
|
||||
@ -14,6 +14,7 @@
|
||||
# * tag 0.91
|
||||
#
|
||||
|
||||
%define rev 1
|
||||
|
||||
%if %{defined gitcommit}
|
||||
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g -DWITH_DEBUG'
|
||||
@ -333,6 +334,7 @@ cat subscriptions.list sosreport.list networkmanager.list selinux.list >> shell.
|
||||
%{_libdir}/security/pam_ssh_add.so
|
||||
%{_libexecdir}/cockpit-ws
|
||||
%{_libexecdir}/cockpit-stub
|
||||
%{_libexecdir}/cockpit-ssh
|
||||
%attr(4750, root, cockpit-ws) %{_libexecdir}/cockpit-session
|
||||
%attr(775, -, wheel) %{_localstatedir}/lib/%{name}
|
||||
%{_datadir}/%{name}/static
|
||||
@ -346,7 +348,9 @@ getent passwd cockpit-ws >/dev/null || useradd -r -g cockpit-ws -d / -s /sbin/no
|
||||
%systemd_post cockpit.socket
|
||||
# firewalld only partially picks up changes to its services files without this
|
||||
test -f %{_bindir}/firewall-cmd && firewall-cmd --reload --quiet || true
|
||||
|
||||
# HACK: Until policy changes make it downstream
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1381331
|
||||
test -f %{_bindir}/chcon && chcon -t cockpit_ws_exec_t %{_libexecdir}/cockpit-ssh
|
||||
%preun ws
|
||||
%systemd_preun cockpit.socket
|
||||
|
||||
@ -550,6 +554,16 @@ pulls in some necessary packages via dependencies.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Oct 22 2016 Stef Walter <stefw@redhat.com> - 120-1
|
||||
- New containers page layout
|
||||
- Quick filtering of containers and images on the container page
|
||||
- Added sidebar for phisical volumes in a volume group
|
||||
- Run a separate cockpit-ssh process when making SSH connections
|
||||
- Allow connecting to remote machines from the login page
|
||||
- Only connect to remote machines already known to Cockpit
|
||||
- Fix bugs preventing journal page from working on Firefox 49
|
||||
- Add tooltip describing group name in Roles list
|
||||
|
||||
* Sat Oct 01 2016 Dennis Gilmore <dennis@ausil.us> - 119-2
|
||||
- enabled cockpit-docker on aarch64, ppc64, ppc64le
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user