rpms/libvirt/devel libvirt.spec,1.89,1.90

Mark McLoughlin (markmc) fedora-extras-commits at redhat.com
Wed Jun 4 17:49:53 UTC 2008


Author: markmc

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18329

Modified Files:
	libvirt.spec 
Log Message:
Ensure %{fedora} is evaluated correctly


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- libvirt.spec	4 Jun 2008 17:34:26 -0000	1.89
+++ libvirt.spec	4 Jun 2008 17:49:02 -0000	1.90
@@ -20,7 +20,7 @@
 %endif
 %endif
 
-%if %{fedora} >= 8
+%if 0%{fedora} >= 8
 %define with_polkit    1
 %define with_xen_proxy 0
 %endif
@@ -281,6 +281,7 @@
 %changelog
 * Wed Jun  4 2008 Mark McLoughlin <markmc at redhat.com> - 0.4.2-6.fc10
 - Disable lokkit support again (#449996, #447633)
+- Ensure %{fedora} is evaluated correctly
 
 * Thu May 15 2008 Daniel P. Berrange <berrange at redhat.com> - 0.4.2-5.fc10
 - Rebuild with policy enabled (rhbz #446616)




More information about the fedora-extras-commits mailing list