Unify the %prerel macro comment to ...
This makes it easier to cherry-pick commits back and forth between Fedora 31/32 where this was ... and Fedora 33+ where this was rc1. I prefer to use ... as it is easy to overlook that the line is commented out. See also https://src.fedoraproject.org/rpms/python36/pull-request/47#comment-52188 See also https://src.fedoraproject.org/rpms/python3.6/pull-request/6#comment-49189
This commit is contained in:
parent
f428f05bc4
commit
d1c008697b
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ URL: https://www.python.org/
|
||||||
# WARNING When rebasing to a new Python version,
|
# WARNING When rebasing to a new Python version,
|
||||||
# remember to update the python3-docs package as well
|
# remember to update the python3-docs package as well
|
||||||
%global general_version %{pybasever}.11
|
%global general_version %{pybasever}.11
|
||||||
#global prerel rc1
|
#global prerel ...
|
||||||
%global upstream_version %{general_version}%{?prerel}
|
%global upstream_version %{general_version}%{?prerel}
|
||||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue