Remove definition of dist

This commit is contained in:
eabdullin 2023-02-22 15:04:22 +03:00
parent 7234195b26
commit ec84f67402
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# Conditionals and other variables controlling the build # Conditionals and other variables controlling the build
# ====================================================== # ======================================================
%global dist %{?dist}.alma
# Note that the bcond macros are named for the CLI option they create. # Note that the bcond macros are named for the CLI option they create.
# "%%bcond_without" means "ENABLE by default and create a --without option" # "%%bcond_without" means "ENABLE by default and create a --without option"
@ -106,7 +105,7 @@ Summary: An interpreted, interactive, object-oriented programming language
Name: %{python} Name: %{python}
# Remember to also rebase python2-docs when changing this: # Remember to also rebase python2-docs when changing this:
Version: 2.7.18 Version: 2.7.18
Release: 11%{?dist} Release: 11%{?dist}.alma
License: Python License: Python
Group: Development/Languages Group: Development/Languages
Requires: %{python}-libs%{?_isa} = %{version}-%{release} Requires: %{python}-libs%{?_isa} = %{version}-%{release}