From 0cda5100ee780fb2f82132dceb252a7d81b12200 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Oct 22 2016 06:28:18 +0000 Subject: 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 --- diff --git a/.gitignore b/.gitignore index 9fa014a..4596c62 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,4 @@ /cockpit-0.117.tar.xz /cockpit-118.tar.xz /cockpit-119.tar.xz +/cockpit-120.tar.xz diff --git a/cockpit.spec b/cockpit.spec index 24e449e..f5844ce 100644 --- a/cockpit.spec +++ b/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 - 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 - 119-2 - enabled cockpit-docker on aarch64, ppc64, ppc64le diff --git a/sources b/sources index 64cd298..be05103 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dfbb65d11cc8aa1309a61923385b6788 cockpit-119.tar.xz +354b47ee43a0b020f3b7ca8f6d2f7207 cockpit-120.tar.xz