Include %{ix86} to ExclusiveArch, instead of mere i386.
This commit is contained in:
parent
8bb274ddf3
commit
8e3bf5ecd3
@ -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 @@ Patch6: ltrace-fixes.patch
|
||||
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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config /etc/ltrace.conf
|
||||
|
||||
%changelog
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.3
|
||||
- include %{ix86} to ExclusiveArch, instead of mere i386
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.2
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user