Update to 0.51 release
This commit is contained in:
parent
0b925ffb28
commit
4bb0987cfe
13
cockpit.spec
13
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 <stefw@redhat.com> 0.50-1
|
||||
* Tue Apr 14 2015 Peter <petervo@redhat.com> - 0.51-1
|
||||
- Update to 0.51 release
|
||||
|
||||
* Tue Apr 07 2015 Stef Walter <stefw@redhat.com> - 0.50-1
|
||||
- Update to 0.50 release
|
||||
|
||||
* Wed Apr 01 2015 Stephen Gallagher <sgallagh@redhat.com> 0.49-2
|
||||
|
Loading…
Reference in New Issue
Block a user