[qemu/f18] Call udevadm on post, fixing bug 860658

bonzini bonzini at fedoraproject.org
Fri Sep 28 15:45:18 UTC 2012


commit 8cc727f1fa98ca5537a8343086df8074f89d352c
Author: Paolo Bonzini <pbonzini at redhat.com>
Date:   Fri Sep 28 17:44:46 2012 +0200

    Call udevadm on post, fixing bug 860658
    
    * Fri Sep 28 2012 Paolo Bonzini <pbonzini at redhat.com> - 2:1.2.0-12
    - Call udevadm on post, fixing bug 860658

 qemu.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 8899cd4..545c8c4 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -853,6 +853,7 @@ make check
 # load kvm modules now, so we can make sure no reboot is needed.
 # If there's already a kvm module installed, we don't mess with it
 sh %{_sysconfdir}/sysconfig/modules/kvm.modules || :
+udevadm trigger --sysname-match=kvm || :
 %endif
 
 %post common
@@ -1081,6 +1082,9 @@ fi
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
+* Fri Sep 28 2012 Paolo Bonzini <pbonzini at redhat.com> - 2:1.2.0-12
+- Call udevadm on post, fixing bug 860658
+
 * Fri Sep 28 2012 Hans de Goede <hdegoede at redhat.com> - 2:1.2.0-11
 - Rebuild against latest spice-server and spice-protocol
 - Fix non-seamless migration failing with vms with usb-redir devices,


More information about the scm-commits mailing list