Hello community, here is the log from the commit of package pcsc-asedriveiiie-usb for openSUSE:Factory checked in at 2012-10-19 08:50:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-13 11:33:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pcsc-asedriveiiie-usb.new/pcsc-asedriveiiie-usb.changes 2012-10-19 08:50:28.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Oct 18 09:01:37 UTC 2012 - [email protected] + +- Fix build with new udev rules directory location + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcsc-asedriveiiie-usb.spec ++++++ --- /var/tmp/diff_new_pack.yQoPmi/_old 2012-10-19 08:50:29.000000000 +0200 +++ /var/tmp/diff_new_pack.yQoPmi/_new 2012-10-19 08:50:29.000000000 +0200 @@ -16,6 +16,12 @@ # +%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190 +%define _udevprefix /usr/lib +%else +%define _udevprefix /lib +%endif + Name: pcsc-asedriveiiie-usb %define _name asedriveiiie-usb Summary: ASEDrive IIIe USB Smart Card Reader Driver @@ -58,7 +64,7 @@ %install %makeinstall # Move udev rules provided by packages to /lib -mv $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT/lib +mv $RPM_BUILD_ROOT/etc $RPM_BUILD_ROOT%{_udevprefix} %clean rm -rf $RPM_BUILD_ROOT @@ -67,6 +73,6 @@ %defattr(-,root,root) %doc ChangeLog LICENSE README %{ifddir}/ifd-ASEDriveIIIe-USB.bundle -/lib/udev/rules.d/*.rules +%{_udevprefix}/udev/rules.d/*.rules %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
