[olpc-utils/f21] fix libdir on ppc64p7 and ppc64le

Karsten Hopp karsten at fedoraproject.org
Sun Sep 7 20:02:20 UTC 2014


commit 2ad22d4f84176d80dfa6a7e3b36a0086f7d54dfa
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sun Sep 7 22:02:29 2014 +0200

    fix libdir on ppc64p7 and ppc64le

 olpc-utils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/olpc-utils.spec b/olpc-utils.spec
index 55d49fd..c8f69ba 100644
--- a/olpc-utils.spec
+++ b/olpc-utils.spec
@@ -1,6 +1,6 @@
 Name:       olpc-utils
 Version:    5.0.0
-Release:    4%{?dist}
+Release:    5%{?dist}
 Summary:    OLPC utilities
 URL:        http://wiki.laptop.org/go/Olpc-utils
 Group:      System Environment/Base
@@ -56,7 +56,7 @@ make -f Makefile.build %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
 make -f Makefile.build install DESTDIR=%{buildroot}
-%ifarch x86_64 s390x ppc64 sparc64
+%ifarch x86_64 s390x %{power64} sparc64
 # make _libdir happy
 mv %{buildroot}/usr/lib %{buildroot}/usr/lib64
 
@@ -127,6 +127,9 @@ fi
 %config(noreplace) %{_sysconfdir}/pam.d/olpc-login
 
 %changelog
+* Sun Sep 07 2014 Karsten Hopp <karsten at redhat.com> 5.0.0-5
+- fix libdir on ppc64p7 and ppc64le
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.0.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list