From bb5db89cf5b2a6664b5685e23ec2014f36069506 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 29 Jul 2015 10:48:47 -0400 Subject: [PATCH] fix the prerelease versioning --- golang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index 7c68a82..d289d44 100644 --- a/golang.spec +++ b/golang.spec @@ -40,8 +40,8 @@ %global go_version 1.5beta2 Name: golang -Version: 1.4.99 -Release: 4.%{go_version}%{?dist} +Version: 1.5 +Release: 0.5.beta2%{?dist} Summary: The Go Programming Language License: BSD @@ -410,6 +410,9 @@ fi %changelog +* Tue Jul 28 2015 Lokesh Mandvekar - 1.5-0.5.beta2 +- correct package version and release tags as per naming guidelines + * Fri Jul 17 2015 Vincent Batts - 1.4.99-4.1.5beta2 - adding test output, for visibility