rpms/libvirt/devel libvirt-0.6.1-svirt-sound.patch, 1.1, 1.2 libvirt.spec, 1.121, 1.122

Daniel P. Berrange berrange at fedoraproject.org
Fri Apr 3 15:18:03 UTC 2009


Author: berrange

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

Modified Files:
	libvirt-0.6.1-svirt-sound.patch libvirt.spec 
Log Message:
Fix dumb typo in previous patch

libvirt-0.6.1-svirt-sound.patch:

Index: libvirt-0.6.1-svirt-sound.patch
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt-0.6.1-svirt-sound.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-0.6.1-svirt-sound.patch	17 Mar 2009 16:00:54 -0000	1.1
+++ libvirt-0.6.1-svirt-sound.patch	3 Apr 2009 15:18:03 -0000	1.2
@@ -10,7 +10,7 @@
 +    if (driver->securityDriver &&
 +        driver->securityDriver->name &&
 +        STREQ(driver->securityDriver->name, "selinux") &&
-+        getuid == 0) {
++        getuid() == 0) {
 +        static int soundWarned = 0; 
 +        skipSound = 1;
 +        if (vm->def->nsounds &&


Index: libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt/devel/libvirt.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- libvirt.spec	17 Mar 2009 16:00:54 -0000	1.121
+++ libvirt.spec	3 Apr 2009 15:18:03 -0000	1.122
@@ -47,7 +47,7 @@
 Summary: Library providing a simple API virtualization
 Name: libvirt
 Version: 0.6.1
-Release: 5%{?dist}%{?extra_release}
+Release: 6%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: libvirt-%{version}.tar.gz
@@ -506,6 +506,9 @@
 %endif
 
 %changelog
+* Fri Apr  3 2009 Daniel P. Berrange  <berrange at redhat.com> - 0.6.1-6.fc11
+- Fix typo in previous patch
+
 * Tue Mar 17 2009 Daniel P. Berrange <berrange at redhat.com> - 0.6.1-5.fc11
 - Don't relabel shared/readonly disks
 - Disable sound cards when running sVirt




More information about the fedora-extras-commits mailing list