From f20c318f754bdc72b35a693d6d2e218c303f1b9c Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 7 Aug 2013 15:18:48 +0200 Subject: [PATCH] rebuild with the latest rpm to fix missing ld64.so provides on PPC --- glibc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 4be32e4..33300d7 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.17-931-g30bbc0c %define glibcversion 2.17.90 -%define glibcrelease 10%{?dist} +%define glibcrelease 11%{?dist} ############################################################################## # If run_glibc_tests is zero then tests are not run for the build. # You must always set run_glibc_tests to one for production builds. @@ -1535,6 +1535,9 @@ rm -f *.filelist* %endif %changelog +* Wed Aug 07 2013 Karsten Hopp 2.17.90-11 +- rebuild with the latest rpm to fix missing ld64.so provides on PPC + * Mon Jul 29 2013 Carlos O'Donell - 2.17.90-10 - Fix missing libbsd.a in debuginfo packages.