Author: glen                         Date: Thu Mar 15 23:15:10 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rel 8

---- Files affected:
SPECS:
   rt2400.spec (1.48 -> 1.48.2.1) 

---- Diffs:

================================================================
Index: SPECS/rt2400.spec
diff -u SPECS/rt2400.spec:1.48 SPECS/rt2400.spec:1.48.2.1
--- SPECS/rt2400.spec:1.48      Tue Jan 23 19:31:44 2007
+++ SPECS/rt2400.spec   Fri Mar 16 00:15:04 2007
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without dist_kernel     # allow non-distribution kernel
 %bcond_without kernel          # don't build kernel modules
+%bcond_without up              # don't build UP module
 %bcond_without smp             # don't build SMP module
 %bcond_without userspace       # don't build userspace module
 %bcond_with    verbose         # verbose build (V=1)
@@ -17,7 +18,7 @@
 %endif
 #
 %define                snap    -cvs-20060911
-%define                _rel    7
+%define                _rel    8
 Summary:       Linux driver for WLAN cards based on RT2400
 Summary(pl):   Sterownik dla Linuksa do kart bezprzewodowych opartych na 
układzie RT2400
 Name:          rt2400
@@ -152,9 +153,11 @@
 %endif
 
 %if %{with kernel}
+%if %{with up} || %{without dist_kernel}
 %files -n kernel%{_alt_kernel}-net-rt2400
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/kernel/drivers/net/wireless/*.ko*
+%endif
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel%{_alt_kernel}-smp-net-rt2400
@@ -169,6 +172,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.48.2.1  2007/03/15 23:15:04  glen
+- rel 8
+
 Revision 1.48  2007/01/23 18:31:44  hawk
 - release 7
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/rt2400.spec?r1=1.48&r2=1.48.2.1&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to