From 97e47e84a0e121c4dc00a669e3ce30e809165bf5 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 16 Dec 2011 23:31:26 -0700 Subject: [PATCH] Add release # after {?dist} to decouple f16 from rawhide --- glibc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index 07bdf9b..de61668 100644 --- a/glibc.spec +++ b/glibc.spec @@ -28,7 +28,7 @@ Summary: The GNU libc libraries Name: glibc Version: %{glibcversion} -Release: 24%{?dist} +Release: 24%{?dist}.1 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # Things that are linked directly into dynamically linked programs # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional @@ -1136,9 +1136,9 @@ rm -f *.filelist* %endif %changelog -* Thu Dec 15 2011 Jeff Law - 2.14.90-24 +* Fri Dec 16 2011 Jeff Law - 2.14.90-24.fc16.1 - Handle EAGAIN from FUTEX_WAIT_REQUEUE_PI (#552960) - - Add {dist} + - Add {dist}.# - Correct return value from pthread_create when stack alloction fails. * Wed Dec 7 2011 Jeff Law - 2.14.90-23