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
This commit is contained in:
parent
d6e98d594e
commit
389b8e8d41
1
.gitignore
vendored
1
.gitignore
vendored
@ -83,3 +83,4 @@
|
|||||||
/cockpit-0.109.tar.xz
|
/cockpit-0.109.tar.xz
|
||||||
/cockpit-0.111.tar.xz
|
/cockpit-0.111.tar.xz
|
||||||
/cockpit-0.112.tar.xz
|
/cockpit-0.112.tar.xz
|
||||||
|
/cockpit-0.113.tar.xz
|
||||||
|
14
cockpit.spec
14
cockpit.spec
@ -1,4 +1,4 @@
|
|||||||
%define tag 0.112
|
%define tag 0.113
|
||||||
%define rev 1
|
%define rev 1
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -355,10 +355,6 @@ Provides: %{name}-subscriptions = %{version}-%{release}
|
|||||||
Requires: subscription-manager >= 1.13
|
Requires: subscription-manager >= 1.13
|
||||||
Provides: %{name}-networkmanager = %{version}-%{release}
|
Provides: %{name}-networkmanager = %{version}-%{release}
|
||||||
Requires: NetworkManager
|
Requires: NetworkManager
|
||||||
%ifarch x86_64 armv7hl
|
|
||||||
Provides: %{name}-docker = %{version}-%{release}
|
|
||||||
Requires: docker >= 1.3.0
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
Provides: %{name}-assets
|
Provides: %{name}-assets
|
||||||
Obsoletes: %{name}-assets < 0.32
|
Obsoletes: %{name}-assets < 0.32
|
||||||
@ -508,6 +504,14 @@ pulls in some necessary packages via dependencies.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 07 2016 Stef Walter <stefw@redhat.com> - 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 <stefw@redhat.com> - 0.112-1
|
* Wed Jun 29 2016 Stef Walter <stefw@redhat.com> - 0.112-1
|
||||||
- * Don't show network interfaces where NM_CONTROLLED=no is set
|
- * Don't show network interfaces where NM_CONTROLLED=no is set
|
||||||
- * Add textual fields to container memory and CPU sliders
|
- * Add textual fields to container memory and CPU sliders
|
||||||
|
Loading…
Reference in New Issue
Block a user