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