Handle python3_other_pkgversion in python_provide; Drop duplicate py3_other macros from macros.python
This commit is contained in:
parent
cbf9c3d9a6
commit
608a3b9b3b
@ -33,8 +33,10 @@ CFLAGS="%{optflags}" %{__python} %{py_setup} %{?py_setup_args} install -O1 --ski
|
||||
print(string.sub(package,9,string.len(package)));\
|
||||
print(" < ");\
|
||||
print(vr);\
|
||||
elseif (string.starts(package, "python3-")) then\
|
||||
elseif (string.starts(str, "python" .. rpm.expand("%{python3_pkgversion}") .. "-")) then\
|
||||
--No unversioned provides as python3 is not default\
|
||||
elseif (rpm.expand("%{?python3_other_pkgversion}") != "" and string.starts(str, "python" .. rpm.expand("%{python3_other_pkgversion}") .. "-")) then\
|
||||
--No unversioned provides as python3_other is not default\
|
||||
elseif (string.starts(package, "pypy-")) then\
|
||||
--No unversioned provides as pypy is not default\
|
||||
elseif (string.starts(package, "pypy3-")) then\
|
||||
|
Loading…
Reference in New Issue
Block a user