Accepting request 855761 from home:lnussel:usrmove
- leverage %{_firmwaredir} to install firmware into correct location (boo#1029961) OBS-URL: https://build.opensuse.org/request/show/855761 OBS-URL: https://build.opensuse.org/package/show/hardware/wireless-regdb?expand=0&rev=67
This commit is contained in:
parent
1e921f49a8
commit
2d6feebfdf
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 14 12:47:27 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- leverage %{_firmwaredir} to install firmware into correct location (boo#1029961)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 19:03:53 UTC 2020 - dmueller@suse.com
|
||||
|
||||
|
@ -36,13 +36,13 @@ frequency ranges for 802.11 wireless drivers.
|
||||
%build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%make_install FIRMWARE_PATH="%{_firmwaredir}"
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README
|
||||
/lib/firmware/regulatory.db
|
||||
/lib/firmware/regulatory.db.p7s
|
||||
%{_firmwaredir}/regulatory.db
|
||||
%{_firmwaredir}/regulatory.db.p7s
|
||||
%dir /usr/lib/crda
|
||||
/usr/lib/crda/regulatory.bin
|
||||
%dir /usr/lib/crda/pubkeys
|
||||
|
Loading…
Reference in New Issue
Block a user