Hello community, here is the log from the commit of package pcsc-cyberjack for openSUSE:Factory checked in at 2012-10-19 08:50:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcsc-cyberjack (Old) and /work/SRC/openSUSE:Factory/.pcsc-cyberjack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcsc-cyberjack", Maintainer is "sbra...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/pcsc-cyberjack/pcsc-cyberjack.changes 2012-03-23 12:09:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pcsc-cyberjack.new/pcsc-cyberjack.changes 2012-10-19 08:50:45.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Oct 18 09:15:05 UTC 2012 - fcro...@suse.com + +- Fix build with new udev rules directory location. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcsc-cyberjack.spec ++++++ --- /var/tmp/diff_new_pack.SRNZeL/_old 2012-10-19 08:50:46.000000000 +0200 +++ /var/tmp/diff_new_pack.SRNZeL/_new 2012-10-19 08:50:46.000000000 +0200 @@ -16,6 +16,14 @@ # +%if %suse_version >= 1120 +%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190 +%define _udevrulesdir /usr/lib/udev/rules.d +%else +%define _udevrulesdir /lib/udev/rules.d +%endif +%endif + Name: pcsc-cyberjack BuildRequires: distribution-release BuildRequires: gcc-c++ @@ -82,8 +90,8 @@ %install %makeinstall %if %suse_version >= 1120 -mkdir -p $RPM_BUILD_ROOT/lib/udev/rules.d/ -install %{SOURCE2} $RPM_BUILD_ROOT/lib/udev/rules.d/ +mkdir -p $RPM_BUILD_ROOT%{_udevrulesdir} +install %{SOURCE2} $RPM_BUILD_ROOT%{_udevrulesdir} %endif # clean up mv $RPM_BUILD_ROOT%{_sysconfdir}/cyberjack.conf{.default,} @@ -107,7 +115,7 @@ %{_libdir}/cyberjack %config(noreplace) %{_sysconfdir}/cyberjack.conf %if %suse_version >= 1120 -/lib/udev/rules.d/* +%{_udevrulesdir}/* %endif %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org