rpms/libvirt/devel libvirt.spec,1.117,1.118

Cole Robinson crobinso at fedoraproject.org
Tue Mar 10 02:29:08 UTC 2009


Author: crobinso

Update of /cvs/pkgs/rpms/libvirt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15023

Modified Files:
	libvirt.spec 
Log Message:
Add Requires: libselinux



Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- libvirt.spec	6 Mar 2009 13:31:38 -0000	1.117
+++ libvirt.spec	10 Mar 2009 02:28:38 -0000	1.118
@@ -47,7 +47,7 @@
 Summary: Library providing a simple API virtualization
 Name: libvirt
 Version: 0.6.1
-Release: 2%{?dist}%{?extra_release}
+Release: 3%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
@@ -97,6 +97,8 @@
 Requires: iscsi-initiator-utils
 # For disk driver
 Requires: parted
+# For svirt support
+Requires: libselinux
 %if %{with_xen}
 BuildRequires: xen-devel
 %endif
@@ -478,6 +480,9 @@
 %endif
 
 %changelog
+* Mon Mar  9 2009 Cole Robinson <crobinso at redhat.com> - 0.6.1-3.fc11
+- Add Requires: libselinux
+
 * Fri Mar  6 2009 Daniel P. Berrange <berrange at redhat.com> - 0.6.1-2.fc11
 - Fix crash after storage vol deletion fails
 - Add patch to enable VNC SASL authentication




More information about the fedora-extras-commits mailing list