Update to version 0.89
* Start routine testing of Cockpit on Debian Unstable * Make the config file case insensitive * Reorder graphs on server summary page * Don't suggest syncing users when adding a machine to dashboard * Enable weak dependencies for F24+ * Show correct data in per interface network graphs * Fix the Vagrantfile to pull in latest Cockpit * Add Content-Security-Policy header support
This commit is contained in:
parent
b3516c4097
commit
b23de967f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@
|
||||
/cockpit-0.86.tar.bz2
|
||||
/cockpit-0.87.tar.bz2
|
||||
/cockpit-0.88.tar.bz2
|
||||
/cockpit-0.89.tar.bz2
|
||||
|
32
cockpit.spec
32
cockpit.spec
@ -1,4 +1,4 @@
|
||||
%define tag 0.88
|
||||
%define tag 0.89
|
||||
%define rev 1
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -84,18 +84,32 @@ BuildRequires: krb5-server
|
||||
# For documentation
|
||||
BuildRequires: xmlto
|
||||
|
||||
# Mandatory components of "cockpit"
|
||||
Requires: %{name}-bridge = %{version}-%{release}
|
||||
Requires: %{name}-networkmanager = %{version}-%{release}
|
||||
Requires: %{name}-ws = %{version}-%{release}
|
||||
Requires: %{name}-shell = %{version}-%{release}
|
||||
|
||||
# Optional components (for f24 we use soft deps)
|
||||
%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8
|
||||
Recommends: %{name}-networkmanager = %{version}-%{release}
|
||||
Recommends: %{name}-storaged = %{version}-%{release}
|
||||
%ifarch x86_64 armv7hl
|
||||
Recommends: %{name}-docker = %{version}-%{release}
|
||||
%endif
|
||||
Suggests: %{name}-pcp = %{version}-%{release}
|
||||
Suggests: %{name}-kubernetes = %{version}-%{release}
|
||||
|
||||
# Older releases need to have strict requirements
|
||||
%else
|
||||
Requires: %{name}-networkmanager = %{version}-%{release}
|
||||
Requires: %{name}-storaged = %{version}-%{release}
|
||||
%ifarch x86_64 armv7hl
|
||||
Requires: %{name}-docker = %{version}-%{release}
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
Requires: %{name}-subscriptions = %{version}-%{release}
|
||||
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
Cockpit runs in a browser and can manage your network of GNU/Linux
|
||||
machines.
|
||||
@ -454,6 +468,16 @@ pulls in some necessary packages via dependencies.
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 22 2015 Stef Walter <stefw@redhat.com> - 0.89-1
|
||||
- * Start routine testing of Cockpit on Debian Unstable
|
||||
- * Make the config file case insensitive
|
||||
- * Reorder graphs on server summary page
|
||||
- * Don't suggest syncing users when adding a machine to dashboard
|
||||
- * Enable weak dependencies for F24+
|
||||
- * Show correct data in per interface network graphs
|
||||
- * Fix the Vagrantfile to pull in latest Cockpit
|
||||
- * Add Content-Security-Policy header support
|
||||
|
||||
* Fri Dec 18 2015 Stef Walter <stefw@redhat.com> - 0.88-1
|
||||
- * User interface for OSTree upgrades and rollbacks
|
||||
- * General reusable purpose angular kubernetes client code
|
||||
|
Loading…
Reference in New Issue
Block a user