Update to 0.31 release
This commit is contained in:
parent
ecab7cbc51
commit
e14ba4fb1c
19
cockpit.spec
19
cockpit.spec
@ -1,5 +1,6 @@
|
||||
# This global is defined by test builders like make-rpms
|
||||
# global gitcommit blah
|
||||
# Globals that might be defined elsewhere
|
||||
# * gitcommit xxxx
|
||||
# * selinux 1
|
||||
|
||||
# Our SELinux policy gets built in tests and f21 and lower
|
||||
%if %{defined gitcommit}
|
||||
@ -17,7 +18,7 @@ Name: cockpit
|
||||
%if %{defined gitcommit}
|
||||
Version: %{gitcommit}
|
||||
%else
|
||||
Version: 0.30
|
||||
Version: 0.31
|
||||
%endif
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
@ -55,14 +56,17 @@ BuildRequires: glib-networking
|
||||
BuildRequires: systemd
|
||||
|
||||
BuildRequires: perl-JavaScript-Minifier-XS
|
||||
BuildRequires: perl-Locale-PO
|
||||
BuildRequires: perl-JSON
|
||||
|
||||
# jsl hangs on arm on html files
|
||||
%ifnarch %{arm}
|
||||
BuildRequires: jsl
|
||||
%endif
|
||||
|
||||
%if %{defined gitcommit}
|
||||
BuildRequires: npm
|
||||
BuildRequires: nodejs
|
||||
%endif
|
||||
|
||||
# For selinux
|
||||
%if %{defined selinux}
|
||||
BuildRequires: selinux-policy-devel
|
||||
@ -186,7 +190,7 @@ install -p -m 644 cockpit.pp %{buildroot}%{_datadir}/selinux/targeted/
|
||||
%{_datadir}/%{name}/base
|
||||
%{_datadir}/%{name}/shell
|
||||
%{_datadir}/%{name}/playground
|
||||
%{_datadir}/%{name}/server
|
||||
%{_datadir}/%{name}/server-systemd
|
||||
|
||||
%files ws
|
||||
%doc %{_mandir}/man5/cockpit.conf.5.gz
|
||||
@ -274,6 +278,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Nov 14 2014 Stef Walter <stefw@redhat.com> - 0.31-1
|
||||
- Update to 0.31 release
|
||||
|
||||
* Wed Nov 12 2014 Stef Walter <stefw@redhat.com> - 0.30-1
|
||||
- Update to 0.30 release
|
||||
- Split Cockpit into various sub packages
|
||||
|
Loading…
Reference in New Issue
Block a user