From 984ab31b1d4c68a2393c3f74dfc2738cd2a490a3 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Thu, 3 Aug 2017 17:18:49 +0200 Subject: [PATCH] Drop .1 suffix from Release --- gcc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc.spec b/gcc.spec index 2cf6070..ceb2d0b 100644 --- a/gcc.spec +++ b/gcc.spec @@ -94,7 +94,7 @@ Summary: Various compilers (C, C++, Objective-C, Java, ...) Name: gcc Version: %{gcc_version} -Release: %{gcc_release}%{?dist}.1 +Release: %{gcc_release}%{?dist} # libgcc, libgfortran, libgomp, libstdc++ and crtstuff have # GCC Runtime Exception. License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD