[shigofumi] Update config.sub to support aarch64

Petr Pisar ppisar at fedoraproject.org
Wed Mar 27 13:51:47 UTC 2013


commit 0a6e2631d163ecbad7a1f18965cc112f59ab1655
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Mar 27 14:50:57 2013 +0100

    Update config.sub to support aarch64

 shigofumi.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/shigofumi.spec b/shigofumi.spec
index 622367e..7c869f6 100644
--- a/shigofumi.spec
+++ b/shigofumi.spec
@@ -1,6 +1,6 @@
 Name:           shigofumi
 Version:        0.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Command line client for accessing the Czech Data Boxes
 Group:          Applications/Internet
 License:        GPLv3+
@@ -11,6 +11,8 @@ BuildRequires:  libconfuse-devel
 BuildRequires:  libisds-devel >= 0.7
 BuildRequires:  libxml2-devel
 BuildRequires:  readline-devel
+# Update config.sub to support aarch64, bug #926524
+BuildRequires: autoconf automake gettext-devel
 
 %description
 This is Shigofumi, an ISDS (Informační systém datových schránek / Data Box
@@ -18,6 +20,8 @@ Information System) client.
 
 %prep
 %setup -q
+# Update config.sub to support aarch64, bug #926524
+autoreconf -i -f
 
 %build
 %configure
@@ -36,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %{_mandir}/*/man5/*
 
 %changelog
+* Wed Mar 27 2013 Petr Pisar <ppisar at redhat.com> - 0.3-3
+- Update config.sub to support aarch64 (bug #926524)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list