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
This commit is contained in:
Cockpit Project 2017-07-07 10:29:35 +00:00
parent 2caac4ddcb
commit 221cbc2bb5
3 changed files with 20 additions and 3 deletions

1
.gitignore vendored
View File

@ -108,3 +108,4 @@
/cockpit-139.tar.xz /cockpit-139.tar.xz
/cockpit-142.tar.xz /cockpit-142.tar.xz
/cockpit-143.tar.xz /cockpit-143.tar.xz
/cockpit-145.tar.xz

View File

@ -1,5 +1,5 @@
# This spec file has been automatically updated # This spec file has been automatically updated
Version: 143 Version: 145
Release: 1%{?dist} Release: 1%{?dist}
# #
# This file is maintained at the following location: # 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 %post dashboard
# HACK: Until policy changes make it downstream # HACK: Until policy changes make it downstream
echo "Applying workaround for broken SELinux policy: https://bugzilla.redhat.com/show_bug.cgi?id=1381331" >&2 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 0%{?fedora} > 0 && 0%{?fedora} >= 26
if type semodule >/dev/null 2>&1; then if type semodule >/dev/null 2>&1; then
tmp=$(mktemp -d) tmp=$(mktemp -d)
@ -412,6 +417,7 @@ Provides: %{name}-tuned = %{version}-%{release}
Provides: %{name}-users = %{version}-%{release} Provides: %{name}-users = %{version}-%{release}
%if 0%{?rhel} %if 0%{?rhel}
Provides: %{name}-networkmanager = %{version}-%{release} Provides: %{name}-networkmanager = %{version}-%{release}
Obsoletes: %{name}-networkmanager < 135
Requires: NetworkManager Requires: NetworkManager
Provides: %{name}-kdump = %{version}-%{release} Provides: %{name}-kdump = %{version}-%{release}
Requires: kexec-tools Requires: kexec-tools
@ -649,6 +655,16 @@ The Cockpit component for installing package updates, via PackageKit.
# The changelog is automatically generated and merged # The changelog is automatically generated and merged
%changelog %changelog
* Fri Jul 07 2017 Martin Pitt <martin@piware.de> - 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 <<martin@piware.de>> - 143-1 * Mon Jun 19 2017 Martin Pitt <<martin@piware.de>> - 143-1
- Add "Software Updates" page for package (rpm/deb) based operating systems - Add "Software Updates" page for package (rpm/deb) based operating systems

View File

@ -1 +1 @@
SHA512 (cockpit-143.tar.xz) = 8dad29b423c636960f3bf11b5cc67d94309ecbd1a1ad9ae386f874707470387e46cedcbb48de00f620fd1727d2bafb15b1d2e64ec8fd880cf8537b528bceaf18 SHA512 (cockpit-145.tar.xz) = d707e302af6fd5379b53f81079743af5d6ee195799c1318d72869e895f99ae4671aeae0d1eef8a6af4da4750f108070bef1fdd7fe2620cc1de7666bc8ca978d5