Update to 0.39 release

This commit is contained in:
Stef Walter 2015-02-19 17:15:44 +01:00
parent d96574dfb6
commit c5298ececd
2 changed files with 10 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Name: cockpit
%if %{defined gitcommit}
Version: %{gitcommit}
%else
Version: 0.38
Version: 0.39
%endif
Release: 1%{?dist}
Summary: A user interface for Linux servers
@ -34,7 +34,6 @@ Source0: https://github.com/cockpit-project/cockpit/releases/download/%{v
Source1: cockpit.pam
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(udisks2) >= 2.1.0
BuildRequires: pkgconfig(libsystemd-daemon)
@ -121,6 +120,7 @@ Summary: Cockpit Shell user interface package
Requires: %{name}-bridge = %{version}-%{release}
Requires: NetworkManager
Requires: pcp
Requires: grep
Obsoletes: %{name}-assets
BuildArch: noarch
@ -204,6 +204,10 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/docker
%{_datadir}/%{name}/playground
%{_datadir}/%{name}/server-systemd
%post shell
# HACK - https://bugzilla.redhat.com/show_bug.cgi?id=1185749
( cd /var/lib/pcp/pmns && ./Rebuild -du )
%files ws
%doc %{_mandir}/man5/cockpit.conf.5.gz
%doc %{_mandir}/man8/cockpit-ws.8.gz
@ -305,6 +309,9 @@ fi
%endif
%changelog
* Thu Feb 19 2015 Stef Walter <stefw@redhat.com> - 0.39-1
- Update to 0.39 release
* Wed Jan 28 2015 Stef Walter <stefw@redhat.com> - 0.38-1
- Update to 0.38 release

View File

@ -1 +1 @@
17d5cdab8627f0af23333293430615ee cockpit-0.38.tar.bz2
60aaa688383fb0bd583fc6dafd993f22 cockpit-0.39.tar.bz2