[glibc] Remove ".1" from Release, which was added for the mass-rebuild.

Kyle McMartin kyle at fedoraproject.org
Mon Jun 16 19:31:25 UTC 2014


commit 0c40cdae5288f9cf0daee1875a273bd8858a2672
Author: Kyle McMartin <kmcmarti at redhat.com>
Date:   Mon Jun 16 15:30:34 2014 -0400

    Remove ".1" from Release, which was added for the mass-rebuild.
    
    No point in building this, but include it in the next rebase build.

 glibc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index 1b1bb9c..0d89c72 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -79,7 +79,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: %{glibcrelease}.1
+Release: %{glibcrelease}
 # 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


More information about the scm-commits mailing list