From fb234406501128a00ec5b2e837daa405a527ca90 Mon Sep 17 00:00:00 2001 From: Frantisek Hrbata Date: Tue, 22 Dec 2020 12:01:33 +0100 Subject: [PATCH] rpm: set version and release from makefile variables Don't use hardcoded ver/rel in spec. Signed-off-by: Frantisek Hrbata --- gimrr.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gimrr.spec b/gimrr.spec index 5a2c596..4f59bad 100644 --- a/gimrr.spec +++ b/gimrr.spec @@ -1,6 +1,6 @@ Name: gimrr -Version: 0 -Release: 1 +Version: %%VERSION%% +Release: %%RELEASE%% Summary: Set of simple tools to manage merge requests and their review within git License: WTFPL BuildArch: noarch -- 1.7.10.4