diff --git a/.cockpit.metadata b/.cockpit.metadata index d78a31e..801f39a 100644 --- a/.cockpit.metadata +++ b/.cockpit.metadata @@ -1 +1 @@ -32e1782decda9b6a6aa019a2cad85a0d6c78855d SOURCES/cockpit-195.6.tar.xz +2794d56837c0042c2f5c7057cfa4a63d93753b3d SOURCES/cockpit-195.10.tar.xz diff --git a/.gitignore b/.gitignore index 5e1fb80..35f66f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-195.6.tar.xz +SOURCES/cockpit-195.10.tar.xz diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index e4a9f74..97aba6f 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -1,5 +1,5 @@ # This spec file has been automatically updated -Version: 195.6 +Version: 195.10 Release: 1%{?dist} # # This file is maintained at the following location: @@ -60,7 +60,7 @@ Release: 1%{?dist} %endif # cockpit-kubernetes is 64 bit arches only -%ifarch aarch64 x86_64 ppc64le s390x %{arm} %{ix86} +%ifarch aarch64 x86_64 ppc64le s390x %define build_kubernetes 1 # the primary go-toolset-7-golang is too old (unfixed CVEs), use latest one %global go_scl_prefix go-toolset-1.12- @@ -837,6 +837,21 @@ via PackageKit. %endif # build optional extension packages %changelog +* Wed Jun 03 2020 Martin Pitt 195.10-1 +- Firewall: Fix privilege check for sudoers (rhbz#1841559) + +* Tue Jun 02 2020 Martin Pitt 195.9-1 +- ws: Add support for EC certificates (rhbz#1841070) +- Translation fixes (rhbz#1796834) +- Use RHSM1 service instead of the deprecated (and now removed) + com.redhat.SubscriptionManager + +* Thu Mar 26 2020 Martin Pitt 195.8-1 +- webserver: Fix large requests with TLS (rhbz#1785497) +- Machines: Avoid D-Bus introspection to libvirt-dbus, to speed up polkit + operations (rhbz#1780400) +- Machines: Fix CPU statistics (rhbz#1763641) + * Thu Dec 12 2019 Martin Pitt 195.6-1 - subscriptions: Avoid PackageKit when installing insights-client (rhbz#1768917)