Hello community,

here is the log from the commit of package crda for openSUSE:Factory checked in 
at 2012-10-18 22:10:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crda (Old)
 and      /work/SRC/openSUSE:Factory/.crda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crda", Maintainer is "mac...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/crda/crda.changes        2012-09-14 
12:15:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.crda.new/crda.changes   2012-10-18 
22:10:40.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct 17 11:19:13 UTC 2012 - fcro...@suse.com
+
+- Fix build with udev rules directory new location.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ crda.spec ++++++
--- /var/tmp/diff_new_pack.7hTdWh/_old  2012-10-18 22:10:44.000000000 +0200
+++ /var/tmp/diff_new_pack.7hTdWh/_new  2012-10-18 22:10:44.000000000 +0200
@@ -16,6 +16,13 @@
 #
 
 
+%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%define _udevrulesdir /usr/lib/udev/rules.d
+%else
+%define _udevrulesdir /lib/udev/rules.d
+
+%endif
+
 Url:            http://linuxwireless.org/en/developers/Regulatory/CRDA
 
 Name:           crda
@@ -47,7 +54,7 @@
 make all_noverify %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir}/ install
+make DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir}/ 
UDEV_RULE_DIR=%{_udevrulesdir} install
 #UsrMerge
 mkdir $RPM_BUILD_ROOT/sbin
 ln -sf %{_sbindir}/{crda,regdbdump} $RPM_BUILD_ROOT/sbin
@@ -61,7 +68,7 @@
 /sbin/crda
 /sbin/regdbdump
 #EndUserMerge
-/lib/udev/rules.d/85-regulatory.rules
+%{_udevrulesdir}/85-regulatory.rules
 %{_mandir}/man8/crda.8.gz
 %{_mandir}/man8/regdbdump.8.gz
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to