SPECS (LINUX_2_6_16): unionfs.spec - rel 4
glen
glen at pld-linux.org
Fri Mar 16 00:29:49 CET 2007
Author: glen Date: Thu Mar 15 23:29:49 2007 GMT
Module: SPECS Tag: LINUX_2_6_16
---- Log message:
- rel 4
---- Files affected:
SPECS:
unionfs.spec (1.24.2.5 -> 1.24.2.6)
---- Diffs:
================================================================
Index: SPECS/unionfs.spec
diff -u SPECS/unionfs.spec:1.24.2.5 SPECS/unionfs.spec:1.24.2.6
--- SPECS/unionfs.spec:1.24.2.5 Tue Jan 23 11:27:09 2007
+++ SPECS/unionfs.spec Fri Mar 16 00:29:44 2007
@@ -4,12 +4,13 @@
%bcond_without kernel # don't build kernel modules
%bcond_without userspace # don't build userspace programs
%bcond_without dist_kernel # without distribution kernel
+%bcond_without up # don't build UP module
%bcond_without smp # don't build SMP module
%bcond_with verbose # verbose build (V=1)
%bcond_without vserver # build with vserver patches
%bcond_with grsec_kernel # build for kernel-grsecurity
#
-%if !%{with kernel}
+%if %{without kernel}
%undefine with_dist_kernel
%endif
#
@@ -22,7 +23,7 @@
%endif
#define _snap 20060916-2203
-%define _rel 3
+%define _rel 4
#
Summary: A Stackable Unification File System
Summary(pl): Stakowalny, unifikujący system plików
@@ -153,9 +154,11 @@
%endif
%if %{with kernel}
+%if %{with up} || %{without dist_kernel}
%files -n kernel%{_alt_kernel}-fs-unionfs
%defattr(644,root,root,755)
/lib/modules/%{_kernel_ver}/kernel/fs/*.ko*
+%endif
%if %{with smp} && %{with dist_kernel}
%files -n kernel%{_alt_kernel}-smp-fs-unionfs
@@ -170,6 +173,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24.2.6 2007/03/15 23:29:44 glen
+- rel 4
+
Revision 1.24.2.5 2007/01/23 10:27:09 hawk
- release 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/unionfs.spec?r1=1.24.2.5&r2=1.24.2.6&f=u
More information about the pld-cvs-commit
mailing list