From 221cbc2bb507c558c64be863fcff6a14eafa8936 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Fri, 7 Jul 2017 10:29:35 +0000 Subject: [PATCH] Update to 145-1 - Resize the terminal dynamically to use all available space - Let the Machines page update immediately after changes - Add delete VM functionality to the Machines page - Retire support for external Machines provider API - Always recommend rebooting after applying Software Updates - Group D-Bus channels to avoid hitting connection limits - Fix building on Fedora Rawhide/glibc 2.25.90 --- .gitignore | 1 + cockpit.spec | 20 ++++++++++++++++++-- sources | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 872d4a2..61a67f6 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ /cockpit-139.tar.xz /cockpit-142.tar.xz /cockpit-143.tar.xz +/cockpit-145.tar.xz diff --git a/cockpit.spec b/cockpit.spec index fe15eb0..57d31ed 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,5 +1,5 @@ # This spec file has been automatically updated -Version: 143 +Version: 145 Release: 1%{?dist} # # This file is maintained at the following location: @@ -363,7 +363,12 @@ Cockpit support for remoting to other servers, bastion hosts, and a basic dashbo %post dashboard # HACK: Until policy changes make it downstream echo "Applying workaround for broken SELinux policy: https://bugzilla.redhat.com/show_bug.cgi?id=1381331" >&2 -chcon -t cockpit_ws_exec_t %{_libexecdir}/cockpit-ssh || true +if type semanage >/dev/null 2>&1; then + semanage fcontext -a %{_libexecdir}/cockpit-ssh -t cockpit_ws_exec_t || true + restorecon %{_libexecdir}/cockpit-ssh || true +else + chcon -t cockpit_ws_exec_t %{_libexecdir}/cockpit-ssh || true +fi %if 0%{?fedora} > 0 && 0%{?fedora} >= 26 if type semodule >/dev/null 2>&1; then tmp=$(mktemp -d) @@ -412,6 +417,7 @@ Provides: %{name}-tuned = %{version}-%{release} Provides: %{name}-users = %{version}-%{release} %if 0%{?rhel} Provides: %{name}-networkmanager = %{version}-%{release} +Obsoletes: %{name}-networkmanager < 135 Requires: NetworkManager Provides: %{name}-kdump = %{version}-%{release} Requires: kexec-tools @@ -649,6 +655,16 @@ The Cockpit component for installing package updates, via PackageKit. # The changelog is automatically generated and merged %changelog +* Fri Jul 07 2017 Martin Pitt - 145-1 + +- Resize the terminal dynamically to use all available space +- Let the Machines page update immediately after changes +- Add delete VM functionality to the Machines page +- Retire support for external Machines provider API +- Always recommend rebooting after applying Software Updates +- Group D-Bus channels to avoid hitting connection limits +- Fix building on Fedora Rawhide/glibc 2.25.90 + * Mon Jun 19 2017 Martin Pitt <> - 143-1 - Add "Software Updates" page for package (rpm/deb) based operating systems diff --git a/sources b/sources index 791c852..fac1493 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cockpit-143.tar.xz) = 8dad29b423c636960f3bf11b5cc67d94309ecbd1a1ad9ae386f874707470387e46cedcbb48de00f620fd1727d2bafb15b1d2e64ec8fd880cf8537b528bceaf18 +SHA512 (cockpit-145.tar.xz) = d707e302af6fd5379b53f81079743af5d6ee195799c1318d72869e895f99ae4671aeae0d1eef8a6af4da4750f108070bef1fdd7fe2620cc1de7666bc8ca978d5