fix modprobe.d blacklist name by removing %{KERNEL_VER} [release 6.30.223.141-2mamba;Thu Jun 12 2014]
This commit is contained in:
parent
e52276f9b0
commit
3267ad353a
@ -2,7 +2,7 @@
|
||||
Name: broadcom-sta
|
||||
Version: 6.30.223.141
|
||||
Epoch: 1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Brooadcom STA driver for BCM4311-, BCM4312-, BCM4321-, and BCM4322- based wireless hardware
|
||||
Group: System/Kernel and Hardware/Drivers
|
||||
Vendor: openmamba
|
||||
@ -71,7 +71,7 @@ _EOF
|
||||
|
||||
install -D -m0644 lib/LICENSE.txt %{buildroot}%{_docdir}/broadcom-sta-%{broadcom_sta_ver}/LICENSE.txt
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/modprobe.d/
|
||||
cat > %{buildroot}%{_sysconfdir}/modprobe.d/wl-%{KERNEL_VER}.conf << __EOF
|
||||
cat > %{buildroot}%{_sysconfdir}/modprobe.d/wl.conf << __EOF
|
||||
blacklist b43
|
||||
blacklist ssb
|
||||
blacklist bcma
|
||||
@ -96,12 +96,15 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/modprobe.d/wl-%{KERNEL_VER}.conf
|
||||
%{_sysconfdir}/modprobe.d/wl.conf
|
||||
%dir %{_prefix}/src/%{name}-%{version}
|
||||
%{_prefix}/src/%{name}-%{version}/*
|
||||
%{_docdir}/broadcom-sta-%{broadcom_sta_ver}/LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jun 12 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 6.30.223.141-2mamba
|
||||
- fix modprobe.d blacklist name by removing %{KERNEL_VER}
|
||||
|
||||
* Sun Sep 15 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 6.30.223.141-1mamba
|
||||
- update to 6.30.223.141
|
||||
- switch to dkms
|
||||
|
Loading…
Reference in New Issue
Block a user