Update to 0.43 release
This commit is contained in:
parent
86f3eb94fb
commit
0bbab66b6d
17
cockpit.spec
17
cockpit.spec
@ -2,6 +2,8 @@
|
||||
# * gitcommit xxxx
|
||||
# * selinux 1
|
||||
|
||||
%define branding default
|
||||
|
||||
# Our SELinux policy gets built in tests and f21 and lower
|
||||
%if %{defined gitcommit}
|
||||
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC'
|
||||
@ -10,15 +12,19 @@
|
||||
%if 0%{?fedora} > 0 && 0%{?fedora} <= 21
|
||||
%define selinux 1
|
||||
%endif
|
||||
%if 0%{?fedora} > 0 && 0%{?fedora} <= 22
|
||||
%define branding fedora
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
%define selinux 1
|
||||
%define branding rhel
|
||||
%endif
|
||||
|
||||
Name: cockpit
|
||||
%if %{defined gitcommit}
|
||||
Version: %{gitcommit}
|
||||
%else
|
||||
Version: 0.42
|
||||
Version: 0.43
|
||||
%endif
|
||||
Release: 2%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
@ -81,7 +87,7 @@ Requires: %{name}-shell = %{version}-%{release}
|
||||
%ifarch x86_64
|
||||
Requires: %{name}-docker = %{version}-%{release}
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
%if 0%{?rhel} && 0%{?centos} == 0
|
||||
Requires: %{name}-subscriptions = %{version}-%{release}
|
||||
%endif
|
||||
%if %{defined selinux}
|
||||
@ -171,7 +177,7 @@ The Cockpit Web Service listens on the network, and authenticates users.
|
||||
%if %{defined gitcommit}
|
||||
env NOCONFIGURE=1 ./autogen.sh
|
||||
%endif
|
||||
%configure --disable-static --disable-silent-rules --with-cockpit-user=cockpit-ws
|
||||
%configure --disable-static --disable-silent-rules --with-cockpit-user=cockpit-ws --with-branding=%{branding}
|
||||
make -j1 %{?extra_flags} all
|
||||
%if %{defined selinux}
|
||||
make selinux
|
||||
@ -358,7 +364,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 17 2015 Stef Walter <stefw@redhat.com> - 0.42-2
|
||||
* Wed Mar 18 2015 Stef Walter <stefw@redhat.com> - 0.43-1
|
||||
- Update to 0.43 release
|
||||
|
||||
* Tue Mar 17 2015 Stef Walter <stefw@redhat.com> - 0.42-2
|
||||
- Fix obseleting cockpit-assets
|
||||
|
||||
* Sat Mar 14 2015 Stef Walter <stefw@redhat.com> - 0.42-1
|
||||
|
Loading…
Reference in New Issue
Block a user