Update to version 0.78
* 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
This commit is contained in:
parent
31e3445609
commit
fe6629bcf9
1
.gitignore
vendored
1
.gitignore
vendored
@ -56,3 +56,4 @@
|
|||||||
/cockpit-0.75.tar.bz2
|
/cockpit-0.75.tar.bz2
|
||||||
/cockpit-0.76.tar.bz2
|
/cockpit-0.76.tar.bz2
|
||||||
/cockpit-0.77.tar.bz2
|
/cockpit-0.77.tar.bz2
|
||||||
|
/cockpit-0.78.tar.bz2
|
||||||
|
35
cockpit.spec
35
cockpit.spec
@ -1,11 +1,22 @@
|
|||||||
%define tag 0.77
|
%define tag 0.78
|
||||||
%define rel 2
|
%define rel 1
|
||||||
# Globals that might be defined elsewhere
|
#
|
||||||
|
# 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
|
# * gitcommit xxxx
|
||||||
# * selinux 1
|
# * selinux 1
|
||||||
# * tag 0.71
|
# * tag 0.71
|
||||||
|
#
|
||||||
|
|
||||||
%define branding auto
|
%define branding auto
|
||||||
|
%define rev 1
|
||||||
|
|
||||||
%if %{defined gitcommit}
|
%if %{defined gitcommit}
|
||||||
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g'
|
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC -g'
|
||||||
@ -41,7 +52,7 @@ Version: %{gitcommit}
|
|||||||
%else
|
%else
|
||||||
Version: %{tag}
|
Version: %{tag}
|
||||||
%endif
|
%endif
|
||||||
Release: %{rel}%{?dist}
|
Release: %{rev}%{?dist}
|
||||||
Summary: A user interface for Linux servers
|
Summary: A user interface for Linux servers
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -80,6 +91,8 @@ BuildRequires: gdb
|
|||||||
%if %{defined gitcommit}
|
%if %{defined gitcommit}
|
||||||
BuildRequires: npm
|
BuildRequires: npm
|
||||||
BuildRequires: nodejs
|
BuildRequires: nodejs
|
||||||
|
# For kerberos tests
|
||||||
|
BuildRequires: krb5-server
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# For selinux
|
# For selinux
|
||||||
@ -155,11 +168,6 @@ The Cockpit Web Service listens on the network, and authenticates users.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# disable FMA
|
|
||||||
%ifarch aarch64 %{power64}
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off"
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{defined gitcommit}
|
%if %{defined gitcommit}
|
||||||
env NOCONFIGURE=1 ./autogen.sh
|
env NOCONFIGURE=1 ./autogen.sh
|
||||||
%endif
|
%endif
|
||||||
@ -355,6 +363,8 @@ This package contains the Cockpit shell UI assets.
|
|||||||
%package storaged
|
%package storaged
|
||||||
Summary: Cockpit user interface for storage, using Storaged
|
Summary: Cockpit user interface for storage, using Storaged
|
||||||
Requires: storaged >= 2.1.1
|
Requires: storaged >= 2.1.1
|
||||||
|
Requires: storaged-lvm2 >= 2.1.1
|
||||||
|
Requires: device-mapper-multipath
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description storaged
|
%description storaged
|
||||||
@ -473,6 +483,13 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 30 2015 Stef Walter <stefw@redhat.com> - 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 <mjuszkiewicz@redhat.com> - 0.77-1.1
|
* Wed Sep 23 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 0.77-1.1
|
||||||
- disable FMA support to get it pass all tests on secondary architectures
|
- disable FMA support to get it pass all tests on secondary architectures
|
||||||
- removed duplicated "global rel 1"
|
- removed duplicated "global rel 1"
|
||||||
|
Loading…
Reference in New Issue
Block a user