From 5596e121c510ede4be8881fcebf9b49451309a8d Mon Sep 17 00:00:00 2001 From: Jesra Tikalsky Date: Tue, 13 Jan 2015 16:59:44 -0600 Subject: [PATCH] Do not bother putting git branch in rpm release, there aren't multiple branches anymore --- sysmgr.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysmgr.spec b/sysmgr.spec index f10804e..ca3d941 100644 --- a/sysmgr.spec +++ b/sysmgr.spec @@ -4,7 +4,8 @@ Summary: University of Wisconsin IPMI MicroTCA System Manager Name: sysmgr Version: 1.1.0 -Release: 1%{?dist}.%(git branch | grep \* | cut -d\ -f2) +Release: 1%{?dist} +#Release: 1%{?dist}.%(git branch | grep \* | cut -d\ -f2) Packager: Jesra Tikalsky #BuildArch: %{_buildarch} License: Reserved