Author: glen Date: Wed Apr 23 09:34:42 2008 GMT
Module: SPECS Tag: LINUX_2_6
---- Log message:
- package build,source %ghost as files (this was soooo hard change to make)
---- Files affected:
SPECS:
kernel.spec (1.441.2.1878 -> 1.441.2.1879)
---- Diffs:
================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1878 SPECS/kernel.spec:1.441.2.1879
--- SPECS/kernel.spec:1.441.2.1878 Wed Apr 23 11:30:15 2008
+++ SPECS/kernel.spec Wed Apr 23 11:34:36 2008
@@ -1342,6 +1342,10 @@
cp include/linux/version.h{,.save}
cp scripts/mkcompile_h{,.save}
+# rpm obeys filelinkto checks for ghosted files. make as files
+rm -f $RPM_BUILD_ROOT/lib/modules/%{kernel_release}/{build,source}
+touch $RPM_BUILD_ROOT/lib/modules/%{kernel_release}/{build,source}
+
%install
rm -rf $RPM_BUILD_ROOT
umask 022
@@ -1701,6 +1705,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.1879 2008-04-23 09:34:36 glen
+- package build,source %ghost as files (this was soooo hard change to make)
+
Revision 1.441.2.1878 2008-04-23 09:30:15 hawk
- revert killing %ghost /lib/modules/%{kernel_release}/{build,source},
screw broken directory deps, -EIDONTCAREANYMORE
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel.spec?r1=1.441.2.1878&r2=1.441.2.1879&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit