From 20567418ae3a276dd84b213cff307c6070ee2ed9 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:33:38 +0100 Subject: [PATCH] remove buildroot from 85-regulatory.rules file [release 3.13-2mamba;Fri Aug 22 2014] --- crda.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/crda.spec b/crda.spec index 6ae8545..675efaf 100644 --- a/crda.spec +++ b/crda.spec @@ -1,6 +1,6 @@ Name: crda Version: 3.13 -Release: 1mamba +Release: 2mamba Summary: The udev helper for communication between the kernel and userspace for regulatory compliance Group: System/Kernel and Hardware Vendor: openmamba @@ -16,7 +16,6 @@ License: ISC License BuildRequires: glibc-devel BuildRequires: libgcrypt-devel BuildRequires: libnl-devel -BuildRequires: wireless-regdb ## AUTOBUILDREQ-END BuildRequires: python-M2Crypto BuildRequires: wireless-regdb @@ -51,6 +50,8 @@ make install \ MANDIR=%{buildroot}%{_mandir} \ UDEV_RULE_DIR=%{buildroot}/lib/udev/rules.d/ +sed -i "s|%{buildroot}||" %{buildroot}/lib/udev/rules.d/85-regulatory.rules + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -71,6 +72,9 @@ make install \ %{_includedir}/reglib/*.h %changelog +* Fri Aug 22 2014 Silvan Calarco 3.13-2mamba +- remove buildroot from 85-regulatory.rules file + * Tue Feb 25 2014 Silvan Calarco 3.13-1mamba - update to 3.13