SPECS (AC-branch): kernel-net-e1000.spec - fix build when --withou...

shadzik shadzik at pld-linux.org
Mon Mar 26 20:59:58 CEST 2007


Author: shadzik                      Date: Mon Mar 26 18:59:58 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- fix build when --without up passed

---- Files affected:
SPECS:
   kernel-net-e1000.spec (1.58.2.4 -> 1.58.2.5) 

---- Diffs:

================================================================
Index: SPECS/kernel-net-e1000.spec
diff -u SPECS/kernel-net-e1000.spec:1.58.2.4 SPECS/kernel-net-e1000.spec:1.58.2.5
--- SPECS/kernel-net-e1000.spec:1.58.2.4	Sun Mar 25 05:38:34 2007
+++ SPECS/kernel-net-e1000.spec	Mon Mar 26 20:59:53 2007
@@ -93,13 +93,15 @@
 %postun -n kernel%{_alt_kernel}-smp-net-e1000
 %depmod %{_kernel_ver}smp
 
+%if %{with up}
 %files
 %defattr(644,root,root,755)
 %doc e1000.7 README ldistrib.txt
 /etc/modprobe.d/%{_kernel_ver}/e1000.conf
 /lib/modules/%{_kernel_ver}/kernel/drivers/net/e1000*.ko*
+%endif
 
-%if %{with smp} && %{with dist_kernel}
+%if %{with smp}
 %files -n kernel%{_alt_kernel}-smp-net-e1000
 %defattr(644,root,root,755)
 %doc e1000.7 README ldistrib.txt
@@ -113,6 +115,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.58.2.5  2007/03/26 18:59:53  shadzik
+- fix build when --without up passed
+
 Revision 1.58.2.4  2007/03/25 03:38:34  shadzik
 - up to 7.4.35
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-net-e1000.spec?r1=1.58.2.4&r2=1.58.2.5&f=u



More information about the pld-cvs-commit mailing list