Hello community,
here is the log from the commit of package xf86-input-keyboard for
openSUSE:Factory checked in at 2015-08-21 07:35:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-keyboard (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-keyboard.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-keyboard"
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-keyboard/xf86-input-keyboard.changes
2015-04-12 00:08:27.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-keyboard.new/xf86-input-keyboard.changes
2015-08-21 07:35:59.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 07:48:13 UTC 2015 - [email protected]
+
+- Ignore absence of udevadm, it won't be present in the build env.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-keyboard.spec ++++++
--- /var/tmp/diff_new_pack.Y9jbzZ/_old 2015-08-21 07:35:59.000000000 +0200
+++ /var/tmp/diff_new_pack.Y9jbzZ/_new 2015-08-21 07:35:59.000000000 +0200
@@ -56,13 +56,11 @@
%post
# re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
%postun
# re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
%files
%defattr(-,root,root)