rpms/gdb/devel gdb.spec,1.191,1.192

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 12 07:34:10 UTC 2006


Author: aoliva

Update of /cvs/dist/rpms/gdb/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19933

Modified Files:
	gdb.spec 
Log Message:
No prelink on ia64



Index: gdb.spec
===================================================================
RCS file: /cvs/dist/rpms/gdb/devel/gdb.spec,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- gdb.spec	12 Jul 2006 07:13:31 -0000	1.191
+++ gdb.spec	12 Jul 2006 07:34:07 -0000	1.192
@@ -217,7 +217,7 @@
 Patch179: gdb-6.3-ia32el-fix-waitpid-20060615.patch
 
 BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo dejagnu gettext
-BuildRequires: flex bison sharutils prelink
+BuildRequires: flex bison sharutils
 
 %ifarch %{multilib_64_archs} sparc ppc
 # Ensure glibc{,-devel} is installed for both multilib arches
@@ -227,6 +227,8 @@
 %ifarch ia64
 BuildRequires: libunwind >= 0.96-3
 Requires: libunwind >= 0.96-3
+%else
+BuildRequires: prelink
 %endif
  
 Prereq: info




More information about the fedora-cvs-commits mailing list