From d37e036d1fc82fdc84832f4ba4ba03133b24df91 Mon Sep 17 00:00:00 2001 From: sammyette Date: Mon, 19 Dec 2022 23:09:50 -0400 Subject: [PATCH] chore: move short hash to version from release --- hilbish-git.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hilbish-git.spec b/hilbish-git.spec index 137a6e2..77d2e13 100644 --- a/hilbish-git.spec +++ b/hilbish-git.spec @@ -2,8 +2,8 @@ %global debug_package %{nil} Name: hilbish-git -Version: {{{ git_tag_version }}} -Release: 1.{{{ git_short_hash }}}%{?dist} +Version: {{{ git_tag_version }}}.{{{ git_short_hash }}} +Release: 1%{?dist} Summary: The flower shell. A comfy and nice little shell for Lua fans! License: MIT