[glibc/f16] Add release # after {?dist} to decouple f16 from rawhide

Jeffrey Law law at fedoraproject.org
Sat Dec 17 06:32:26 UTC 2011


commit 97e47e84a0e121c4dc00a669e3ce30e809165bf5
Author: Jeff Law <law at redhat.com>
Date:   Fri Dec 16 23:31:26 2011 -0700

    Add release # after {?dist} to decouple f16 from rawhide

 glibc.spec |    6 +++---
 1 files 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 <law at redhat.com> - 2.14.90-24
+* Fri Dec 16 2011 Jeff Law <law at redhat.com> - 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 <law at redhat.com> - 2.14.90-23


More information about the scm-commits mailing list