commit 0803ad693d0a1b056db1e4ead93d937f06a2d77c
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Thu Mar 21 11:16:29 2024 -0500
Fix version macro everywhere
kodi.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/kodi.spec b/kodi.spec
index 8b885e9..c001ec1 100644
--- a/kodi.spec
+++ b/kodi.spec
@@ -1,9 +1,9 @@
#global PRERELEASE rc2
-%global DIRVERSION %{version}%{PRERELEASE}
+#global DIRVERSION %{version}
#global GITCOMMIT db40b2a
# use the line below for pre-releases
#global DIRVERSION %{version}-%{GITCOMMIT}
-#global DIRVERSION %{version}%{PRERELEASE}
+%global DIRVERSION %{version}%{PRERELEASE}
%global _hardened_build 1
%ifarch %{arm} %{arm64}
# Disable LTO for arm, see
http://koji.rpmfusion.org/koji/taskinfo?taskID=424139
@@ -308,7 +308,7 @@ This package contains FirewallD files for Kodi.
%prep
-%setup -q -n %{name}-%{DIRVERSION}rc1
+%setup -q -n %{name}-%{DIRVERSION}
pushd ..
unzip %{SOURCE6}
popd