[fossil] Update config.guess/sub to fix ftbfs on new architectures (aarch64/ppc64le)

Peter Robinson pbrobinson at fedoraproject.org
Mon Jun 16 23:15:25 UTC 2014


commit 585205972c79c8d5c2df2d81e73bdc1125732a78
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jun 17 00:15:12 2014 +0100

    Update config.guess/sub to fix ftbfs on new architectures (aarch64/ppc64le)

 fossil.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/fossil.spec b/fossil.spec
index de16f10..ee1f0cb 100644
--- a/fossil.spec
+++ b/fossil.spec
@@ -2,7 +2,7 @@
 
 Name:             fossil
 Version:          1.28
-Release:          2.%{snapshot}%{?dist}
+Release:          3.%{snapshot}%{?dist}
 Summary:          A distributed SCM with bug tracking and wiki
 
 Group:            Development/Tools
@@ -32,6 +32,9 @@ Documentation in HTML format for %{name}.
 %setup -q -n %{name}-src-%{snapshot}
 %{__rm} -f src/sqlite3.c
 
+# Update config.guess/sub to fix builds on new architectures (aarch64/ppc64le)
+cp /usr/lib/rpm/config.* autosetup
+
 %build
 # This gives configure-without-libdir-spec, but this is done because this is not generated by autoconf (but by autosetup)
 # Because of this, it does not support the --host= argument like expected, and as such %%configure cannot be used
@@ -56,6 +59,9 @@ make DESTDIR=%{buildroot} install
 %doc www
 
 %changelog
+* Mon Jun 16 2014 Peter Robinson <pbrobinson at fedoraproject.org> 1.28-3.20140127173344
+- Update config.guess/sub to fix ftbfs on new architectures (aarch64/ppc64le)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.28-2.20140127173344
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list