Hello community,
here is the log from the commit of package xf86-input-joystick for
openSUSE:Factory checked in at 2015-08-21 07:36:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-joystick (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-joystick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-joystick"
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-joystick/xf86-input-joystick.changes
2013-01-22 18:06:42.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xf86-input-joystick.new/xf86-input-joystick.changes
2015-08-21 07:36:03.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-joystick.spec ++++++
--- /var/tmp/diff_new_pack.Gdp5xn/_old 2015-08-21 07:36:03.000000000 +0200
+++ /var/tmp/diff_new_pack.Gdp5xn/_new 2015-08-21 07:36:03.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xf86-input-joystick
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -64,13 +64,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)