[perl-File-RsyncP] Update config.guess/sub for aarch64/ppc64le

Peter Robinson pbrobinson at fedoraproject.org
Tue Jul 22 19:28:38 UTC 2014


commit 30ce430ae2ac56f37143951506423e0f2292894c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Jul 22 20:28:22 2014 +0100

    Update config.guess/sub for aarch64/ppc64le

 perl-File-RsyncP.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-File-RsyncP.spec b/perl-File-RsyncP.spec
index 69ae6d9..1184b1d 100644
--- a/perl-File-RsyncP.spec
+++ b/perl-File-RsyncP.spec
@@ -1,6 +1,6 @@
 Name:       perl-File-RsyncP
 Version:    0.70
-Release:    10%{?dist}
+Release:    11%{?dist}
 Summary:    A perl implementation of an Rsync client
 License:    GPLv2
 Group:      Development/Libraries
@@ -29,6 +29,9 @@ daemon on the remote machine.
 %prep
 %setup -q -n File-RsyncP-%{version}
 
+# Update config.guess/sub to fix builds on new architectures (aarch64/ppc64le)
+cp /usr/lib/rpm/config.* FileList/
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_flags}
@@ -51,6 +54,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jul 22 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.70-11
+- Update config.guess/sub for aarch64/ppc64le
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.70-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 



More information about the perl-devel mailing list