Author: glen                         Date: Thu Mar 15 23:16:33 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- rel 12

---- Files affected:
SPECS:
   submount.spec (1.22 -> 1.22.2.1) 

---- Diffs:

================================================================
Index: SPECS/submount.spec
diff -u SPECS/submount.spec:1.22 SPECS/submount.spec:1.22.2.1
--- SPECS/submount.spec:1.22    Tue Jan 23 11:26:01 2007
+++ SPECS/submount.spec Fri Mar 16 00:16:27 2007
@@ -3,6 +3,7 @@
 # Conditional build:
 %bcond_without dist_kernel     # without 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 utilities
 %bcond_with    verbose         # verbose build (V=1)
@@ -16,7 +17,7 @@
 %undefine      with_smp
 %endif
 #
-%define                _rel    11
+%define                _rel    12
 Summary:       Automatically mounts and unmounts removable media devices
 Summary(pl):   Automatyczne montowanie i odmontowywanie wymiennych nośników 
danych
 Name:          submount
@@ -176,9 +177,11 @@
 %endif
 
 %if %{with kernel}
+%if %{with up} || %{without dist_kernel}
 %files -n kernel%{_alt_kernel}-fs-subfs
 %defattr(644,root,root,755)
 /lib/modules/%{_kernel_ver}/kernel/fs/subfs.ko*
+%endif
 
 %if %{with smp} && %{with dist_kernel}
 %files -n kernel%{_alt_kernel}-smp-fs-subfs
@@ -193,6 +196,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22.2.1  2007/03/15 23:16:27  glen
+- rel 12
+
 Revision 1.22  2007/01/23 10:26:01  hawk
 - release 11
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/submount.spec?r1=1.22&r2=1.22.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