Fix python3 binary link

This commit is contained in:
Denis Silakov 2019-12-19 16:55:33 +03:00
parent 6fe4ec7a3c
commit f13aea68cb

View file

@ -33,7 +33,7 @@
Summary: An interpreted, interactive object-oriented programming language Summary: An interpreted, interactive object-oriented programming language
Name: python3 Name: python3
Version: 3.8.1 Version: 3.8.1
Release: 3 Release: 4
License: Modified CNRI Open Source License License: Modified CNRI Open Source License
Group: Development/Python Group: Development/Python
@ -314,7 +314,7 @@ mkdir -p %{buildroot}%{_mandir}
# overwrite the copied binary with a link # overwrite the copied binary with a link
pushd %{buildroot}%{_bindir} pushd %{buildroot}%{_bindir}
ln -sf python%{dirver}m python%{dirver} #ln -sf python%{dirver}m python%{dirver}
ln -sf python%{dirver} python%{familyver} ln -sf python%{dirver} python%{familyver}
popd popd