rpms/gdb/devel gdb.spec,1.241,1.242

Jan Kratochvil (jkratoch) fedora-extras-commits at redhat.com
Fri Aug 17 14:37:52 UTC 2007


Author: jkratoch

Update of /cvs/pkgs/rpms/gdb/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7174

Modified Files:
	gdb.spec 
Log Message:
* Fri Aug 17 2007 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.6-25
- Fixed excessive RPATH (related to BZ 228891).



Index: gdb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- gdb.spec	8 Aug 2007 22:02:39 -0000	1.241
+++ gdb.spec	17 Aug 2007 14:37:20 -0000	1.242
@@ -11,7 +11,7 @@
 Version: 6.6
 
 # The release always contains a leading reserved number, start it at 1.
-Release: 24%{?dist}
+Release: 25%{?dist}
 
 License: GPL
 Group: Development/Debuggers
@@ -569,6 +569,7 @@
 	--infodir=%{_infodir}				\
 	$enable_build_warnings				\
 	--with-separate-debug-dir=/usr/lib/debug	\
+	--disable-rpath					\
 %ifarch ia64
 	--with-libunwind				\
 %else
@@ -675,6 +676,9 @@
 # don't include the files in include, they are part of binutils
 
 %changelog
+* Fri Aug 17 2007 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.6-25
+- Fixed excessive RPATH (related to BZ 228891).
+
 * Wed Aug  8 2007 Jan Kratochvil <jan.kratochvil at redhat.com> - 6.6-24
 - Fixed compatibility with the Rawhide glibc open(2) syscall sanity checking.
 - Update the core_dump_elf_headers=1 compatibility code to the upstream variant.




More information about the fedora-extras-commits mailing list