SPECS: iwlwifi.spec - small fixes
blues
blues at pld-linux.org
Sun Oct 14 12:13:50 CEST 2007
Author: blues Date: Sun Oct 14 10:13:50 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- small fixes
---- Files affected:
SPECS:
iwlwifi.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/iwlwifi.spec
diff -u SPECS/iwlwifi.spec:1.2 SPECS/iwlwifi.spec:1.3
--- SPECS/iwlwifi.spec:1.2 Sun Oct 14 11:54:17 2007
+++ SPECS/iwlwifi.spec Sun Oct 14 12:13:45 2007
@@ -40,7 +40,7 @@
Requires(post,postun): /sbin/depmod
Requires: module-init-tools >= 3.2.2-2
-%description -n kernel%{_alt_kernel}-net-%{name}
+%description -n kernel%{_alt_kernel}-net-iwl3945
This package contains Linux kernel drivers for the IntelÂ
PRO/Wireles 3945ABG Network Connection.
@@ -55,7 +55,7 @@
Requires(post,postun): /sbin/depmod
Requires: module-init-tools >= 3.2.2-2
-%description -n kernel%{_alt_kernel}-net-%{name}
+%description -n kernel%{_alt_kernel}-net-iwl4965
This package contains Linux kernel drivers for the Intel® Wireless WiFi
Link 4965AGN.
@@ -63,8 +63,8 @@
%setup -q
%build
-%build_kernel_modules -m iwl3945
-%build_kernel_modules -m iwl4965
+%build_kernel_modules -m iwl3945 -p SHELL=/bin/bash
+%build_kernel_modules -m iwl4965 -p SHELL=/bin/bash
%install
rm -rf $RPM_BUILD_ROOT
@@ -74,10 +74,16 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%post -n kernel%{_alt_kernel}-net-%{name}
+%post -n kernel%{_alt_kernel}-net-iwl3945
%depmod %{_kernel_ver}
-%postun -n kernel%{_alt_kernel}-net-%{name}
+%postun -n kernel%{_alt_kernel}-net-iwl3945
+%depmod %{_kernel_ver}
+
+%post -n kernel%{_alt_kernel}-net-iwl4965
+%depmod %{_kernel_ver}
+
+%postun -n kernel%{_alt_kernel}-net-iwl4965
%depmod %{_kernel_ver}
%files -n kernel%{_alt_kernel}-net-iwl3945
@@ -96,6 +102,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/10/14 10:13:45 blues
+- small fixes
+
Revision 1.2 2007/10/14 09:54:17 blues
- separate 2 types of modules
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iwlwifi.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list