From 0c40cdae5288f9cf0daee1875a273bd8858a2672 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 16 Jun 2014 15:30:34 -0400 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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