diff --git a/.cockpit.metadata b/.cockpit.metadata index 3ab1329..f1de793 100644 --- a/.cockpit.metadata +++ b/.cockpit.metadata @@ -1 +1 @@ -dd39979c6536708f868b0849973ef6eea8920a07 SOURCES/cockpit-195.5.tar.xz +d255bc70012ef59c151d2e0e7c00a3c9d56135e6 SOURCES/cockpit-195.12.tar.xz diff --git a/.gitignore b/.gitignore index 5df9ece..fa6233f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cockpit-195.5.tar.xz +SOURCES/cockpit-195.12.tar.xz diff --git a/SPECS/cockpit.spec b/SPECS/cockpit.spec index 41ea0bf..9ea9c66 100644 --- a/SPECS/cockpit.spec +++ b/SPECS/cockpit.spec @@ -1,6 +1,6 @@ # This spec file has been automatically updated -Version: 195.5 -Release: 2%{?dist} +Version: 195.12 +Release: 1%{?dist} # # This file is maintained at the following location: # https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec @@ -828,6 +828,20 @@ The Cockpit component for installing package updates, via PackageKit. %endif # build optional extension packages %changelog +* Wed Jun 10 2020 Martin Pitt 195.12-1 +- Machines: Fix typo in default volume format detection in Disk Add dialog (rhbz#1833198) + +* Mon Jun 08 2020 Martin Pitt 195.11-1 +- Machines: Fix default volume format detection in Disk Add dialog (rhbz#1833198) + +* Wed Jun 03 2020 Martin Pitt 195.10-2 +- Machines: Fix volume format when adding new disks (rhbz#1833198) + +* Thu Apr 02 2020 Martin Pitt 195.8-2 +- Machines: Avoid D-Bus introspection to libvirt-dbus, to speed up polkit + operations (rhbz#1780400) +- Machines: Fix CPU statistics (rhbz#1763641) + * Fri Nov 08 2019 Martin Pitt 195.5-2 - machines: Fix incorrect disk format when attaching existing volume (rhbz#1765488)