Change %__default_python3_pkgversion from 38 to 3.8
See https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/message/VIUS7WMQMDX6H2WEIH7TVTMBB6SUHY7E/
This commit is contained in:
parent
76aecd9ad7
commit
5f3e4d6300
4 changed files with 43 additions and 19 deletions
|
|
@ -77,7 +77,7 @@
|
|||
--Obsoleting the previous default python package (if it doesn't have isa)
|
||||
if (string.sub(package, "-1") ~= ")") then
|
||||
print("\\nObsoletes: python-")
|
||||
print(string.sub(package,10,string.len(package)))
|
||||
print(string.sub(package,11,string.len(package)))
|
||||
print(" < " .. vr)
|
||||
end
|
||||
elseif (string.starts(package, "python")) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue