diff --git a/cockpit.spec b/cockpit.spec index 3335da6..c1d8b13 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -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 - 0.39-1 +- Update to 0.39 release + * Wed Jan 28 2015 Stef Walter - 0.38-1 - Update to 0.38 release diff --git a/sources b/sources index 237486c..2e19ab6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -17d5cdab8627f0af23333293430615ee cockpit-0.38.tar.bz2 +60aaa688383fb0bd583fc6dafd993f22 cockpit-0.39.tar.bz2