diff --git a/.gitignore b/.gitignore index 941cd03..59be037 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /cockpit-0.75.tar.bz2 /cockpit-0.76.tar.bz2 /cockpit-0.77.tar.bz2 +/cockpit-0.78.tar.bz2 diff --git a/cockpit.spec b/cockpit.spec index 3f09135..d1f60d6 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,11 +1,22 @@ -%define tag 0.77 -%define rel 2 -# Globals that might be defined elsewhere +%define tag 0.78 +%define rel 1 +# +# This file is maintained at the following location: +# https://github.com/cockpit-project/cockpit/blob/master/tools/cockpit.spec +# +# If you are editing this file in another location, changes will likely +# be clobbered the next time an automated release is done. +# +# Check first cockpit-devel@lists.fedorahosted.org +# +# Globals that may be defined elsewhere # * gitcommit xxxx # * selinux 1 # * tag 0.71 +# %define branding auto +%define rev 1 %if %{defined gitcommit} %define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g' @@ -41,7 +52,7 @@ Version: %{gitcommit} %else Version: %{tag} %endif -Release: %{rel}%{?dist} +Release: %{rev}%{?dist} Summary: A user interface for Linux servers License: LGPLv2+ @@ -80,6 +91,8 @@ BuildRequires: gdb %if %{defined gitcommit} BuildRequires: npm BuildRequires: nodejs +# For kerberos tests +BuildRequires: krb5-server %endif # For selinux @@ -155,11 +168,6 @@ The Cockpit Web Service listens on the network, and authenticates users. %endif %build -# disable FMA -%ifarch aarch64 %{power64} -export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off" -%endif - %if %{defined gitcommit} env NOCONFIGURE=1 ./autogen.sh %endif @@ -355,6 +363,8 @@ This package contains the Cockpit shell UI assets. %package storaged Summary: Cockpit user interface for storage, using Storaged Requires: storaged >= 2.1.1 +Requires: storaged-lvm2 >= 2.1.1 +Requires: device-mapper-multipath BuildArch: noarch %description storaged @@ -473,6 +483,13 @@ fi %endif %changelog +* Wed Sep 30 2015 Stef Walter - 0.78-1 +- * Fix extreme CPU usage issue in 0.77 release +- * Fix compatibility with older releases +- * Offer to activate multipathd for multipath disks +- * Guide now contains insight into feature internals +- * Lots of other minor bug fixes + * Wed Sep 23 2015 Marcin Juszkiewicz - 0.77-1.1 - disable FMA support to get it pass all tests on secondary architectures - removed duplicated "global rel 1" diff --git a/sources b/sources index 95b8395..cb40791 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2b3dd76a624d93b847440008b190c80c cockpit-0.77.tar.bz2 +f3f94e76f2a0bb9973f6c4e8a8dd704b cockpit-0.78.tar.bz2