SPECS: libfuse.spec - workaround for builder automation to allow b...
hawk
hawk at pld-linux.org
Tue Dec 12 14:05:11 CET 2006
Author: hawk Date: Tue Dec 12 13:05:10 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- workaround for builder automation to allow building against
kernel-grsecurity (via bcond)
- release 2
---- Files affected:
SPECS:
libfuse.spec (1.74 -> 1.75)
---- Diffs:
================================================================
Index: SPECS/libfuse.spec
diff -u SPECS/libfuse.spec:1.74 SPECS/libfuse.spec:1.75
--- SPECS/libfuse.spec:1.74 Sat Dec 9 19:32:01 2006
+++ SPECS/libfuse.spec Tue Dec 12 14:05:04 2006
@@ -6,12 +6,17 @@
%bcond_without smp # without smp packages
%bcond_without userspace # don't build userspace tools
%bcond_with verbose # verbose build (V=1)
+%bcond_with grsec_kernel # build for kernel-grsecurity
+#
+%if %{with kernel} && %{with dist_kernel} && %{with grsec_kernel}
+%define alt_kernel grsecurity
+%endif
#
%ifarch sparc
%undefine with_smp
%endif
#
-%define _rel 1
+%define _rel 2
Summary: Filesystem in Userspace
Summary(pl): System plików w przestrzeni użytkownika
Name: libfuse
@@ -251,6 +256,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.75 2006/12/12 13:05:04 hawk
+- workaround for builder automation to allow building against
+ kernel-grsecurity (via bcond)
+- release 2
+
Revision 1.74 2006/12/09 18:32:01 qboosh
- updated to 2.6.1, updated patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libfuse.spec?r1=1.74&r2=1.75&f=u
More information about the pld-cvs-commit
mailing list