rpms/ltrace/devel ltrace.spec,1.23,1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 1 18:35:25 UTC 2006


Author: pmachata

Update of /cvs/dist/rpms/ltrace/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17303

Modified Files:
	ltrace.spec 
Log Message:
Include %{ix86} to ExclusiveArch, instead of mere i386.



Index: ltrace.spec
===================================================================
RCS file: /cvs/dist/rpms/ltrace/devel/ltrace.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ltrace.spec	11 Feb 2006 04:25:55 -0000	1.23
+++ ltrace.spec	1 Mar 2006 18:35:19 -0000	1.24
@@ -1,7 +1,7 @@
 Summary: Tracks runtime library calls from dynamically linked executables.
 Name: ltrace
 Version: 0.3.36
-Release: 4.2
+Release: 4.3
 Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.orig.tar.gz
 Patch1: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_0.3.36-2.diff.gz
 Patch2: ltrace-ppc64.patch
@@ -12,7 +12,7 @@
 Patch7: ltrace-ia64.patch
 License: GPL
 Group: Development/Debuggers
-ExclusiveArch: i386 x86_64 ia64 ppc ppc64 s390 s390x alpha sparc
+ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 s390 s390x alpha sparc
 Prefix: %{_prefix}
 BuildRoot: /var/tmp/%{name}-root
 BuildRequires: elfutils-libelf-devel
@@ -59,6 +59,9 @@
 %config /etc/ltrace.conf
 
 %changelog
+* Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0.3.36-4.3
+- include %{ix86} to ExclusiveArch, instead of mere i386
+
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 0.3.36-4.2
 - bump again for double-long bug on ppc(64)
 




More information about the fedora-cvs-commits mailing list