Update to 0.58 release
This commit is contained in:
parent
6dfedd72e8
commit
a9f28240c9
14
cockpit.spec
14
cockpit.spec
@ -2,19 +2,17 @@
|
||||
# * gitcommit xxxx
|
||||
# * selinux 1
|
||||
|
||||
%define branding default
|
||||
%define branding auto
|
||||
|
||||
# Our SELinux policy gets built in tests and f21 and lower
|
||||
%if %{defined gitcommit}
|
||||
%define extra_flags CFLAGS='-O2 -Wall -Werror -fPIC'
|
||||
%define selinux 1
|
||||
%define branding default
|
||||
%endif
|
||||
%if 0%{?fedora} > 0 && 0%{?fedora} <= 21
|
||||
%define selinux 1
|
||||
%endif
|
||||
%if 0%{?fedora} > 0 && 0%{?fedora} <= 23
|
||||
%define branding fedora
|
||||
%endif
|
||||
%if 0%{?rhel}
|
||||
%define selinux 1
|
||||
%endif
|
||||
@ -28,7 +26,7 @@ Name: cockpit
|
||||
%if %{defined gitcommit}
|
||||
Version: %{gitcommit}
|
||||
%else
|
||||
Version: 0.57
|
||||
Version: 0.58
|
||||
%endif
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
@ -316,6 +314,7 @@ cat subscriptions.list docker.list >> shell.list
|
||||
%attr(4750, root, cockpit-ws) %{_libexecdir}/cockpit-session
|
||||
%attr(775, -, wheel) %{_sharedstatedir}/%{name}
|
||||
%{_datadir}/%{name}/static
|
||||
%{_datadir}/%{name}/branding
|
||||
|
||||
%pre ws
|
||||
getent group cockpit-ws >/dev/null || groupadd -r cockpit-ws
|
||||
@ -367,7 +366,7 @@ This package is not yet complete.
|
||||
|
||||
%package kubernetes
|
||||
Summary: Cockpit user interface for Kubernetes cluster
|
||||
Requires: kubernetes
|
||||
Requires: kubernetes >= 0.16.2
|
||||
|
||||
%description kubernetes
|
||||
The Cockpit components for visualizing and configuring a Kubernetes
|
||||
@ -433,6 +432,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri May 22 2015 Peter <petervo@redhat.com> - 0.58-1
|
||||
- Update to 0.58 release
|
||||
|
||||
* Wed May 20 2015 Peter <petervo@redhat.com> - 0.57-1
|
||||
- Update to 0.57 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user