Update to 0.31 release

This commit is contained in:
Stef Walter 2014-11-14 15:54:17 +01:00
parent ecab7cbc51
commit e14ba4fb1c
2 changed files with 14 additions and 7 deletions

View File

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

View File

@ -1 +1 @@
7ace9bd45947de1720b6b0daa777d3d8 cockpit-0.30.tar.bz2 dfbf815e209336532f4a2e6655a3d66d cockpit-0.31.tar.bz2