From 389b8e8d41394085bd3bfc992d40b07e0fc0d1f1 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 7 Jul 2016 15:35:43 +0000 Subject: [PATCH] Update to version 0.113 * Show timer information for systemd timer jobs * Use 'active-backup' as the default for new network bonds * When changing system time check formats properly * Hide the machine asset tag when no asset exists * Disable the network on/off switch for unknown or unmanaged interfaces * Show full string for system hardware info and operating system name --- .gitignore | 1 + cockpit.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 08a67f3..916055c 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /cockpit-0.109.tar.xz /cockpit-0.111.tar.xz /cockpit-0.112.tar.xz +/cockpit-0.113.tar.xz diff --git a/cockpit.spec b/cockpit.spec index 3fe8031..c2625ee 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.112 +%define tag 0.113 %define rev 1 # # This file is maintained at the following location: @@ -355,10 +355,6 @@ Provides: %{name}-subscriptions = %{version}-%{release} Requires: subscription-manager >= 1.13 Provides: %{name}-networkmanager = %{version}-%{release} Requires: NetworkManager -%ifarch x86_64 armv7hl -Provides: %{name}-docker = %{version}-%{release} -Requires: docker >= 1.3.0 -%endif %endif Provides: %{name}-assets Obsoletes: %{name}-assets < 0.32 @@ -508,6 +504,14 @@ pulls in some necessary packages via dependencies. %endif %changelog +* Thu Jul 07 2016 Stef Walter - 0.113-1 +- * Show timer information for systemd timer jobs +- * Use 'active-backup' as the default for new network bonds +- * When changing system time check formats properly +- * Hide the machine asset tag when no asset exists +- * Disable the network on/off switch for unknown or unmanaged interfaces +- * Show full string for system hardware info and operating system name + * Wed Jun 29 2016 Stef Walter - 0.112-1 - * Don't show network interfaces where NM_CONTROLLED=no is set - * Add textual fields to container memory and CPU sliders diff --git a/sources b/sources index 96d6e0e..7d314dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35bc10353e98ae220e2cf1b6c2246dba cockpit-0.112.tar.xz +00544933ef3b1488d55ad3f1bc240519 cockpit-0.113.tar.xz