This commit is contained in:
parent
9842f3dc57
commit
be78c27e91
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 9 09:34:56 MDT 2008 - jfehlig@novell.com
|
||||
|
||||
- Adjust libvirtd PolicyKit configuration file to match standard
|
||||
suse procedures. bnc#388769
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 11:18:49 MDT 2008 - jfehlig@novell.com
|
||||
|
||||
|
@ -20,7 +20,7 @@ License: LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
AutoReqProv: yes
|
||||
Version: 0.4.0
|
||||
Release: 48
|
||||
Release: 51
|
||||
Summary: A C toolkit to interract with the virtualization capabilities of Linux
|
||||
Requires: dnsmasq
|
||||
Requires: bridge-utils
|
||||
@ -35,6 +35,7 @@ Source1: libvirtd.init
|
||||
Patch0: auth-callback.patch
|
||||
Patch1: xen-3_2-hypercall.patch
|
||||
Patch2: suse-paths.patch
|
||||
Patch3: libvirtd-polkit.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %ix86 x86_64
|
||||
%define _libexecdir %{_prefix}/lib/%{name}
|
||||
@ -127,6 +128,7 @@ Authors:
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
rm po/no.*
|
||||
|
||||
%build
|
||||
@ -235,6 +237,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{py_sitedir}/libvirtmod*
|
||||
|
||||
%changelog
|
||||
* Fri May 09 2008 jfehlig@novell.com
|
||||
- Adjust libvirtd PolicyKit configuration file to match standard
|
||||
suse procedures. bnc#388769
|
||||
* Mon May 05 2008 jfehlig@novell.com
|
||||
- Fix path to iptables. bnc#386280
|
||||
* Thu Apr 24 2008 jfehlig@novell.com
|
||||
|
14
libvirtd-polkit.patch
Normal file
14
libvirtd-polkit.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -ru a/qemud/libvirtd.policy b/qemud/libvirtd.policy
|
||||
--- a/qemud/libvirtd.policy 2007-12-05 11:21:27.000000000 -0700
|
||||
+++ b/qemud/libvirtd.policy 2008-05-09 09:28:26.000000000 -0600
|
||||
@@ -36,7 +36,7 @@
|
||||
read-write mode for management, and we require user password -->
|
||||
<allow_any>no</allow_any>
|
||||
<allow_inactive>no</allow_inactive>
|
||||
- <allow_active>auth_self_keep_session</allow_active>
|
||||
+ <allow_active>auth_admin_keep_session</allow_active>
|
||||
</defaults>
|
||||
</action>
|
||||
</policyconfig>
|
||||
\ No newline at end of file
|
||||
Only in b/qemud: libvirtd.policy~
|
Loading…
Reference in New Issue
Block a user