[dyninst] Flip from ExcludeArch to ExclusiveArch (ref rhbz1113991)

Josh Stone jistone at fedoraproject.org
Mon Jul 7 17:00:49 UTC 2014


commit 873b191e7fc40a8277702714866b990f5c528941
Author: Josh Stone <jistone at redhat.com>
Date:   Mon Jul 7 10:00:50 2014 -0700

    Flip from ExcludeArch to ExclusiveArch (ref rhbz1113991)

 dyninst.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/dyninst.spec b/dyninst.spec
index ba450ab..682010c 100644
--- a/dyninst.spec
+++ b/dyninst.spec
@@ -2,12 +2,12 @@ Summary: An API for Run-time Code Generation
 License: LGPLv2+
 Name: dyninst
 Group: Development/Libraries
-Release: 9%{?dist}
+Release: 10%{?dist}
 URL: http://www.dyninst.org
 Version: 8.1.2
 Exclusiveos: linux
-#Right now dyninst does not know about the following architectures
-ExcludeArch: s390 s390x %{arm}
+#dyninst only knows the following architectures
+ExclusiveArch: %{ix86} x86_64 ppc ppc64
 
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
@@ -161,6 +161,9 @@ chmod 644 %{buildroot}%{_libdir}/dyninst/testsuite/*
 %attr(755,root,root) %{_libdir}/dyninst/testsuite/*
 
 %changelog
+* Mon Jul 07 2014 Josh Stone <jistone at redhat.com> - 8.1.2-10
+- Flip from ExcludeArch to ExclusiveArch (ref rhbz1113991)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 8.1.2-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list