SPECS (AC-branch): kernel-net-e100.spec - fix build if --without u...

shadzik shadzik at pld-linux.org
Mon Mar 26 20:31:11 CEST 2007


Author: shadzik                      Date: Mon Mar 26 18:31:11 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- fix build if --without up was passed

---- Files affected:
SPECS:
   kernel-net-e100.spec (1.49.2.4 -> 1.49.2.5) 

---- Diffs:

================================================================
Index: SPECS/kernel-net-e100.spec
diff -u SPECS/kernel-net-e100.spec:1.49.2.4 SPECS/kernel-net-e100.spec:1.49.2.5
--- SPECS/kernel-net-e100.spec:1.49.2.4	Sun Mar 25 05:25:36 2007
+++ SPECS/kernel-net-e100.spec	Mon Mar 26 20:31:05 2007
@@ -83,13 +83,15 @@
 %postun -n kernel-smp-net-%{_orig_name}
 %depmod %{_kernel_ver}smp
 
+%if %{with up}
 %files
 %defattr(644,root,root,755)
 %doc e100.7 README LICENSE
 /etc/modprobe.d/%{_kernel_ver}/e100.conf
 /lib/modules/%{_kernel_ver}/kernel/drivers/net/misc/e100*.ko*
+%endif
 
-%if %{with smp} && %{with dist_kernel}
+%if %{with smp}
 %files -n kernel-smp-net-%{_orig_name}
 %defattr(644,root,root,755)
 %doc e100.7 README LICENSE
@@ -103,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.49.2.5  2007/03/26 18:31:05  shadzik
+- fix build if --without up was passed
+
 Revision 1.49.2.4  2007/03/25 03:25:36  shadzik
 - put module to kernel/drivers/net/misc where it originally was
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel-net-e100.spec?r1=1.49.2.4&r2=1.49.2.5&f=u



More information about the pld-cvs-commit mailing list