Hello community, here is the log from the commit of package pcsc-asedriveiiie-usb for openSUSE:Factory checked in at 2013-01-12 19:46:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcsc-asedriveiiie-usb (Old) and /work/SRC/openSUSE:Factory/.pcsc-asedriveiiie-usb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcsc-asedriveiiie-usb", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/pcsc-asedriveiiie-usb/pcsc-asedriveiiie-usb.changes 2012-10-19 08:50:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pcsc-asedriveiiie-usb.new/pcsc-asedriveiiie-usb.changes 2013-01-12 19:46:59.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Jan 12 10:21:33 UTC 2013 - [email protected] + +- Fix udev rules moving from /etc to (/usr)/lib + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcsc-asedriveiiie-usb.spec ++++++ --- /var/tmp/diff_new_pack.5HoZms/_old 2013-01-12 19:47:00.000000000 +0100 +++ /var/tmp/diff_new_pack.5HoZms/_new 2013-01-12 19:47:00.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package pcsc-asedriveiiie-usb # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -63,8 +63,9 @@ %install %makeinstall -# Move udev rules provided by packages to /lib -mv $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT%{_udevprefix} +# Move udev rules provided by packages to %%{_udevprefix} +mkdir -p $RPM_BUILD_ROOT%{_udevprefix}/ +mv $RPM_BUILD_ROOT/etc/udev $RPM_BUILD_ROOT%{_udevprefix}/ %clean rm -rf $RPM_BUILD_ROOT -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
