From b59e64bf44d12f092a259e75840b8c06d02e3154 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Apr 03 2009 15:18:03 +0000 Subject: Fix dumb typo in previous patch --- diff --git a/libvirt-0.6.1-svirt-sound.patch b/libvirt-0.6.1-svirt-sound.patch index c9b62c0..d537b00 100644 --- a/libvirt-0.6.1-svirt-sound.patch +++ b/libvirt-0.6.1-svirt-sound.patch @@ -10,7 +10,7 @@ diff -rup libvirt-0.6.1.orig/src/qemu_conf.c libvirt-0.6.1.new/src/qemu_conf.c + 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 && diff --git a/libvirt.spec b/libvirt.spec index 4dea193..e22c09f 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -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 @@ fi %endif %changelog +* Fri Apr 3 2009 Daniel P. Berrange - 0.6.1-6.fc11 +- Fix typo in previous patch + * Tue Mar 17 2009 Daniel P. Berrange - 0.6.1-5.fc11 - Don't relabel shared/readonly disks - Disable sound cards when running sVirt