Update to 0.58 release

This commit is contained in:
petervo 2015-05-22 13:24:46 -07:00
parent 6dfedd72e8
commit a9f28240c9
2 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
66c4d5febb20b06b195e6fe40fd16bb1 cockpit-0.57.tar.bz2
6ea49fc8b955303baaa1ab098660eec5 cockpit-0.58-1.fc23.src.rpm
6299c6f81e83b8e5c9d45008e2e4da63 cockpit.pam