diff --git a/cockpit.spec b/cockpit.spec index b8490c2..137a7ed 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -26,7 +26,7 @@ Name: cockpit %if %{defined gitcommit} Version: %{gitcommit} %else -Version: 0.50 +Version: 0.51 %endif Release: 1%{?dist} Summary: A user interface for Linux servers @@ -137,7 +137,6 @@ Requires: mdadm Requires: lvm2 %if 0%{?rhel} == 0 Requires: udisks2 >= 2.1.0 -Requires: realmd %else Provides: %{name}-subscriptions = %{version}-%{release} Requires: subscription-manager >= 1.13 @@ -207,7 +206,10 @@ install -p -m 644 cockpit.pp %{buildroot}%{_datadir}/selinux/targeted/ echo '%dir %{_datadir}/%{name}/base1' > shell.list find %{buildroot}%{_datadir}/%{name}/base1 -type f >> shell.list -echo '%dir %{_datadir}/%{name}/shell' >> domain.list +echo '%dir %{_datadir}/%{name}/dashboard' >> shell.list +find %{buildroot}%{_datadir}/%{name}/dashboard -type f >> shell.list + +echo '%dir %{_datadir}/%{name}/domain' >> shell.list find %{buildroot}%{_datadir}/%{name}/domain -type f >> shell.list echo '%dir %{_datadir}/%{name}/shell' >> shell.list @@ -422,7 +424,10 @@ fi %endif %changelog -* Tue Apr 07 2015 Stef Walter 0.50-1 +* Tue Apr 14 2015 Peter - 0.51-1 +- Update to 0.51 release + +* Tue Apr 07 2015 Stef Walter - 0.50-1 - Update to 0.50 release * Wed Apr 01 2015 Stephen Gallagher 0.49-2 diff --git a/sources b/sources index 0089bc6..8ec44ba 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -9e7c1e4805be29ad9f5e2a7ae96f53c1 cockpit-0.50.tar.bz2 +42837fbffcc6af3185c473960f8d529c cockpit-0.51.tar.bz2 +6299c6f81e83b8e5c9d45008e2e4da63 cockpit.pam