SPECS (LINUX_2_6_16): kernel.spec - do not disable strip/chrpath g...

glen glen at pld-linux.org
Mon Mar 5 22:30:28 CET 2007


Author: glen                         Date: Mon Mar  5 21:30:28 2007 GMT
Module: SPECS                         Tag: LINUX_2_6_16
---- Log message:
- do not disable strip/chrpath globally, but only by path

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1558.2.76 -> 1.441.2.1558.2.77) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1558.2.76 SPECS/kernel.spec:1.441.2.1558.2.77
--- SPECS/kernel.spec:1.441.2.1558.2.76	Mon Feb 26 08:31:05 2007
+++ SPECS/kernel.spec	Mon Mar  5 22:30:22 2007
@@ -119,8 +119,6 @@
 %define		_nf_hipac_ver		0.9.1
 
 %define		_enable_debug_packages			0
-%define		no_install_post_strip			1
-%define		no_install_post_chrpath			1
 
 %define		pcmcia_version		3.1.22
 %define		drm_xfree_version	4.3.0
@@ -372,6 +370,10 @@
 ExclusiveOS:	Linux
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# No ELF objects there to strip (skips processing 27k files)
+%define		_noautostrip	.*%{_kernelsrcdir}/.*
+%define		_noautochrpath	.*%{_kernelsrcdir}/.*
+
 %ifarch ia64
 %define		initrd_dir	/boot/efi
 %else
@@ -1743,6 +1745,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1558.2.77  2007/03/05 21:30:22  glen
+- do not disable strip/chrpath globally, but only by path
+
 Revision 1.441.2.1558.2.76  2007/02/26 07:31:05  arekm
 - up to 2.6.16.42
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1558.2.76&r2=1.441.2.1558.2.77&f=u



More information about the pld-cvs-commit mailing list