Hello community,

here is the log from the commit of package kvm for openSUSE:Factory checked in 
at 2014-02-11 10:28:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kvm (Old)
 and      /work/SRC/openSUSE:Factory/.kvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kvm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kvm/kvm.changes  2013-08-13 13:51:57.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.kvm.new/kvm.changes     2014-02-11 
10:28:25.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb  6 20:27:42 UTC 2014 - [email protected]
+
+- reload rules in post script to process ones just installed
+  (bnc#860275)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kvm.spec ++++++
--- /var/tmp/diff_new_pack.w4oYkm/_old  2014-02-11 10:28:25.000000000 +0100
+++ /var/tmp/diff_new_pack.w4oYkm/_new  2014-02-11 10:28:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kvm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -81,6 +81,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+if [ "$(readlink -f /proc/1/root)" = "/" ]; then
+  /sbin/udevadm control --reload-rules  || :
+  /sbin/udevadm trigger || :
+fi
+
 %files
 %defattr(-,root,root)
 %_bindir/qemu-kvm


-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to