[gpart] Add x86_64 to the ExclusiveArch listing

David Cantrell dcantrel at fedoraproject.org
Mon Jun 17 13:21:30 UTC 2013


commit 6991b8187294145a0a8c65d9de9e25942f91eeb1
Author: David Cantrell <david.l.cantrell at gmail.com>
Date:   Mon Jun 17 09:21:11 2013 -0400

    Add x86_64 to the ExclusiveArch listing

 gpart.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gpart.spec b/gpart.spec
index 56b7a94..fa5dc0a 100644
--- a/gpart.spec
+++ b/gpart.spec
@@ -1,7 +1,7 @@
 Summary: A program for recovering corrupt partition tables
 Name:    gpart
 Version: 0.1h
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://www.stud.uni-hannover.de/user/76201/gpart/
@@ -17,7 +17,7 @@ Patch5: %{name}-0.1h-makefile.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: glibc-kernheaders
 
-ExclusiveArch: %{ix86}
+ExclusiveArch: %{ix86} x86_64
 
 %description
 Gpart is a small tool which tries to guess what partitions are on a PC
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/%{name}.8*
 
 %changelog
+* Mon Jun 17 2013 David Cantrell <dcantrell at redhat.com> - 0.1h-18
+- Add x86_64 to the ExclusiveArch listing
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1h-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list