[glibc] Fix Power build (#997531).

Carlos O'Donell codonell at fedoraproject.org
Thu Aug 29 04:37:49 UTC 2013


commit db59a6354f0e1e4f2088882b4ec58609c6b2890e
Author: Carlos O'Donell <carlos at redhat.com>
Date:   Thu Aug 29 00:36:52 2013 -0400

    Fix Power build (#997531).

 glibc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 68ee4e6..f639c07 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,6 +1,6 @@
 %define glibcsrcdir glibc-2.18
 %define glibcversion 2.18
-%define glibcrelease 5%{?dist}
+%define glibcrelease 6%{?dist}
 # Pre-release tarballs are pulled in from git using a command that is
 # effectively:
 #
@@ -868,7 +868,7 @@ popd
 %define power6_legacy_up ..
 pushd build-%{target}-power6
 destdir=$RPM_BUILD_ROOT/%{_lib}
-install_different "$destdir" "%{power6_subdir_up}" "%{power6_subdir_up}"
+install_different "$destdir" "%{power6_subdir}" "%{power6_subdir_up}"
 # Make a legacy /usr/lib[64]/power6x directory that is a symlink to the
 # power6 runtime.
 # XXX: When can we remove this? What is the history behind this?
@@ -1628,6 +1628,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Thu Aug 29 2013 Carlos O'Donell <carlos at redhat.com> - 2.18-6
+- Fix Power build (#997531).
+
 * Wed Aug 28 2013 Carlos O'Donell <carlos at redhat.com> - 2.18-5
 - Fix indirect function support to avoid calling optimized routines
   for the wrong hardware (#985342).


More information about the scm-commits mailing list