diff --git a/python38.spec b/python38.spec index c18dfcc..e3ff204 100644 --- a/python38.spec +++ b/python38.spec @@ -54,7 +54,7 @@ Summary: An interpreted, interactive object-oriented programming language Name: %{py3_name} Version: 3.8.2 -Release: 7 +Release: 8 License: Modified CNRI Open Source License Group: Development/Python @@ -377,6 +377,9 @@ install -m0755 %{SOURCE4} %{buildroot}%{_bindir}/python38-shebang-sanity mv %{buildroot}%{_bindir}/pynche3 \ %{buildroot}%{_bindir}/pynche%{sub_ver} +# conflict with main python +[ -L %{buildroot}%{_mandir}/man1/python3.1 ] && rm -fv %{buildroot}%{_mandir}/man1/python3.1 + # Build scripts of many packages try to use the highest version of Python that they find # That is why we have to relocate python3.8 out of $PATH mkdir -p %{buildroot}%{_libexecdir}