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