Update to upstream 0.9 release
This commit is contained in:
parent
b80b67459b
commit
72d0e5d9a5
10
cockpit.spec
10
cockpit.spec
@ -1,5 +1,5 @@
|
||||
Name: cockpit
|
||||
Version: 0.8
|
||||
Version: 0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: A user interface for Linux servers
|
||||
|
||||
@ -107,7 +107,9 @@ rm -rf %{buildroot}%{_datadir}/cockpit-test-assets
|
||||
%{_libexecdir}/cockpit-ws
|
||||
%{_libexecdir}/cockpit-session
|
||||
%{_libexecdir}/cockpit-agent
|
||||
%{_libexecdir}/cockpit-polkit
|
||||
# HACK: We need to do attr because stripping debuginfo removes setuid
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=117858
|
||||
%attr(4755, -, -) %{_libexecdir}/cockpit-polkit
|
||||
%{_libdir}/security/pam_reauthorize.so
|
||||
%{_sharedstatedir}/%{name}
|
||||
|
||||
@ -127,6 +129,10 @@ chmod 775 %{_sharedstatedir}/%{name}
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 23 2014 Stef Walter <stefw@redhat.com> 0.9-1
|
||||
- Update to upstream 0.9 release
|
||||
- Fix file attribute for cockpit-polkit
|
||||
|
||||
* Wed May 21 2014 Stef Walter <stefw@redhat.com> 0.8-1
|
||||
- Update to upstream 0.8 release
|
||||
- cockpitd now runs as a user session DBus service
|
||||
|
Loading…
Reference in New Issue
Block a user