rpms/libvirt/F-9 libvirt.spec,1.82,1.83

Mark McLoughlin (markmc) fedora-extras-commits at redhat.com
Mon Apr 28 09:22:04 UTC 2008


Author: markmc

Update of /cvs/pkgs/rpms/libvirt/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5882

Modified Files:
	libvirt.spec 
Log Message:
* Mon Apr 28 2008 Mark McLoughlin <markmc at redhat.com> - 0.4.2-2.fc9
- Enable lokkit support (#443796)



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/F-9/libvirt.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- libvirt.spec	8 Apr 2008 16:38:36 -0000	1.82
+++ libvirt.spec	28 Apr 2008 09:21:28 -0000	1.83
@@ -2,9 +2,11 @@
 
 %if "%{fedora}" >= "8"
 %define with_polkit 1
+%define with_lokkit 1
 %define with_proxy no
 %else
 %define with_polkit 0
+%define with_lokkit 0
 %define with_proxy yes
 %endif
 
@@ -21,7 +23,7 @@
 Summary: Library providing a simple API virtualization
 Name: libvirt
 Version: 0.4.2
-Release: 1%{?dist}%{?extra_release}
+Release: 2%{?dist}%{?extra_release}
 License: LGPL
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
@@ -44,6 +46,9 @@
 %if %{with_polkit}
 Requires: PolicyKit >= 0.6
 %endif
+%if %{with_lokkit}
+Requires: /usr/sbin/lokkit
+%endif
 # For mount/umount in FS driver
 BuildRequires: util-linux
 # PPC64 has no Xen nor QEmu, try to build anyway
@@ -81,6 +86,9 @@
 %if %{with_polkit}
 BuildRequires: PolicyKit-devel >= 0.6
 %endif
+%if %{with_lokkit}
+BuildRequires: /usr/sbin/lokkit
+%endif
 # For mount/umount in FS driver
 BuildRequires: util-linux
 # PPC64 has no Xen nor QEmu, try to build anyway
@@ -279,7 +287,10 @@
 %doc docs/examples/python
 
 %changelog
-* Tue Apr  8 2008 Daniel Veillard ,veillard at redhat.com> 0.4.2-1.fc9
+* Mon Apr 28 2008 Mark McLoughlin <markmc at redhat.com> - 0.4.2-2.fc9
+- Enable lokkit support (#443796)
+
+* Tue Apr  8 2008 Daniel Veillard <veillard at redhat.com> - 0.4.2-1.fc9
 - upstream release 0.4.2
 - many bug fixes
 - localization updates




More information about the scm-commits mailing list