Update to 0.52 release
This commit is contained in:
parent
4bb0987cfe
commit
8336d550cb
33
.gitignore
vendored
33
.gitignore
vendored
@ -1,7 +1,34 @@
|
||||
/cockpit-5e1faad.tar.gz
|
||||
/cockpit-0.*
|
||||
/cockpit-0.*/
|
||||
/x86_64
|
||||
/noarch
|
||||
.build*.log
|
||||
*.src.rpm
|
||||
/cockpit.pam
|
||||
/cockpit-0.24.tar.bz2
|
||||
/cockpit-0.25.tar.bz2
|
||||
/cockpit-0.26.tar.bz2
|
||||
/cockpit-0.27.tar.bz2
|
||||
/cockpit-0.28.tar.bz2
|
||||
/cockpit-0.29.tar.bz2
|
||||
/cockpit-0.30.tar.bz2
|
||||
/cockpit-0.31.tar.bz2
|
||||
/cockpit-0.32.tar.bz2
|
||||
/cockpit-0.33.tar.bz2
|
||||
/cockpit-0.34.tar.bz2
|
||||
/cockpit-0.35.tar.bz2
|
||||
/cockpit-0.36.tar.bz2
|
||||
/cockpit-0.37.tar.bz2
|
||||
/cockpit-0.38.tar.bz2
|
||||
/cockpit-0.39.tar.bz2
|
||||
/cockpit-0.40.tar.bz2
|
||||
/cockpit-0.41.tar.bz2
|
||||
/cockpit-0.42.tar.bz2
|
||||
/cockpit-0.43.tar.bz2
|
||||
/cockpit-0.44.tar.bz2
|
||||
/cockpit-0.45.tar.bz2
|
||||
/cockpit-0.46.tar.bz2
|
||||
/cockpit-0.48.tar.bz2
|
||||
/cockpit-0.49.tar.bz2
|
||||
/cockpit-0.50.tar.bz2
|
||||
/cockpit-0.51.tar.bz2
|
||||
|
||||
/cockpit-0.52.tar.bz2
|
||||
|
11
cockpit.spec
11
cockpit.spec
@ -26,7 +26,7 @@ Name: cockpit
|
||||
%if %{defined gitcommit}
|
||||
Version: %{gitcommit}
|
||||
%else
|
||||
Version: 0.51
|
||||
Version: 0.52
|
||||
%endif
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
@ -79,7 +79,7 @@ BuildRequires: nodejs
|
||||
%if %{defined selinux}
|
||||
BuildRequires: selinux-policy-devel
|
||||
BuildRequires: checkpolicy
|
||||
BuildRequires: /usr/share/selinux/devel/policyhelp
|
||||
BuildRequires: selinux-policy-doc
|
||||
BuildRequires: sed
|
||||
%endif
|
||||
|
||||
@ -408,10 +408,10 @@ SELinux policy for Cockpit testing.
|
||||
%{_datadir}/selinux/targeted/cockpit.pp
|
||||
|
||||
%post selinux-policy
|
||||
/usr/sbin/semodule -s targeted -i %{_datadir}/selinux/targeted/cockpit.pp &> /dev/null || :
|
||||
/usr/sbin/semodule -s targeted -i %{_datadir}/selinux/targeted/cockpit.pp
|
||||
/sbin/fixfiles -R cockpit restore || :
|
||||
/sbin/fixfiles -R cockpit-test-assets restore || :
|
||||
/sbin/restorecon -R %{_sharedstatedir}/%{name} || :
|
||||
/sbin/restorecon -R %{_sharedstatedir}/%{name}
|
||||
|
||||
%postun selinux-policy
|
||||
if [ $1 -eq 0 ] ; then
|
||||
@ -424,6 +424,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 16 2015 Stef Walter <stefw@redhat.com> - 0.52-1
|
||||
- Update to 0.52 release
|
||||
|
||||
* Tue Apr 14 2015 Peter <petervo@redhat.com> - 0.51-1
|
||||
- Update to 0.51 release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user