From 7b5facad40cce2e8206b96d1111d6b55a0b97f6c Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 21 Feb 2023 20:21:33 +0000 Subject: [PATCH] Fix Release --- SPECS/python3.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SPECS/python3.spec b/SPECS/python3.spec index 30b7e13..6320384 100644 --- a/SPECS/python3.spec +++ b/SPECS/python3.spec @@ -1,8 +1,6 @@ # ================== # Top-level metadata # ================== -%global dist %{?dist}.alma - Name: python3 Summary: Interpreter of the Python programming language URL: https://www.python.org/ @@ -15,7 +13,7 @@ URL: https://www.python.org/ # WARNING When rebasing to a new Python version, # remember to update the python3-docs package as well Version: %{pybasever}.8 -Release: 48%{?dist}.1 +Release: 48%{?dist}.1.alma License: Python