From 787fd631b04fe51e6193012450544248e96d9b12 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Thu, 31 May 2018 15:22:45 -0400 Subject: [PATCH] Add a build_tag parameter to the version in the RPM spec file This is to allow Jenkins to add a build number so we don't have to muck about with the spec file --- trust_router.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trust_router.spec b/trust_router.spec index 50baee6..53577c6 100644 --- a/trust_router.spec +++ b/trust_router.spec @@ -1,6 +1,6 @@ %global optflags %{optflags} -Wno-parentheses Name: trust_router -Version: 3.4.0~3 +Version: 3.4.0%{?build_tag} Release: 1%{?dist} Summary: Moonshot Trust Router -- 2.1.4