]> git.pld-linux.org Git - packages/e1000.git/commitdiff
- fix build when --without up passed
authorshadzik <shadzik@pld-linux.org>
Mon, 26 Mar 2007 18:59:53 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e1000.spec -> 1.58.2.5

e1000.spec

index e0f70accce875bfafdeacb256650779d0d7fc3c2..4339e0b17034f77825121ea3abf6ab4119d72467 100644 (file)
@@ -92,13 +92,15 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.335926 seconds and 4 git commands to generate.