Don't hardode Python version in venv binary, use the pybasever macro there.
This commit is contained in:
parent
f0b0ffc86c
commit
f2d9a8144b
1 changed files with 1 additions and 1 deletions
|
|
@ -1374,7 +1374,7 @@ rm -fr %{buildroot}
|
|||
%{_bindir}/python%{pybasever}
|
||||
%{_bindir}/python%{pybasever}m
|
||||
%{_bindir}/pyvenv
|
||||
%{_bindir}/pyvenv-3.3
|
||||
%{_bindir}/pyvenv-%{pybasever}
|
||||
%{_mandir}/*/*
|
||||
|
||||
%files libs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue