rpms/dietlibc/devel dietlibc.spec,1.29,1.30

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Sep 1 13:21:14 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/dietlibc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29827

Modified Files:
	dietlibc.spec 
Log Message:
made binaries non-executable to avoid "No build ID note" errors


Index: dietlibc.spec
===================================================================
RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- dietlibc.spec	1 Sep 2007 13:09:57 -0000	1.29
+++ dietlibc.spec	1 Sep 2007 13:20:41 -0000	1.30
@@ -104,6 +104,8 @@
 make %makeflags DESTDIR=$RPM_BUILD_ROOT install
 
 ln -s lib-%_arch ${RPM_BUILD_ROOT}%_libdir/dietlibc/lib-%_arch-%_vendor
+
+chmod a-x $RPM_BUILD_ROOT%_libdir/dietlibc/lib-*/*.o
 rm -f $RPM_BUILD_ROOT%_bindir/dnsd
 
 
@@ -132,9 +134,10 @@
 %changelog
 * Sat Sep  1 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.31-1
 - updated to 0.31
-- removed the no-stack-protector bits
+- removed the no-stack-protector bits for i386 and x86_64 archs
 - improved stack-smash code a little bit
 - disabled dynamic lib for all arches
+- made binaries non-executable to avoid "No build ID note" errors
 
 * Wed Jan 17 2007 David Woodhouse <dwmw2 at infradead.org> 0.30-4
 - Bump release to be higher than unexplained 0.30-3.fc6




More information about the fedora-extras-commits mailing list