Hello community, here is the log from the commit of package xf86-input-mouse for openSUSE:Factory checked in at 2015-08-21 07:36:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xf86-input-mouse (Old) and /work/SRC/openSUSE:Factory/.xf86-input-mouse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-mouse" Changes: -------- --- /work/SRC/openSUSE:Factory/xf86-input-mouse/xf86-input-mouse.changes 2014-12-19 09:37:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xf86-input-mouse.new/xf86-input-mouse.changes 2015-08-21 07:36:09.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-mouse.spec ++++++ --- /var/tmp/diff_new_pack.CEzaxq/_old 2015-08-21 07:36:10.000000000 +0200 +++ /var/tmp/diff_new_pack.CEzaxq/_new 2015-08-21 07:36:10.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xf86-input-mouse # -# Copyright (c) 2014 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 @@ -68,13 +68,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)
