diff --git a/python3.spec b/python3.spec index e1761c14b7212a2f33ffc49a20e1c920edf4f1bf..786c5f48849b19b6b08d868eb0871a4ad8bfdded 100644 --- a/python3.spec +++ b/python3.spec @@ -3,7 +3,7 @@ Summary: Interpreter of the Python3 programming language URL: https://www.python.org/ Version: 3.8.5 -Release: 1 +Release: 2 License: Python %global branchversion 3.8 @@ -124,14 +124,6 @@ in other languages that need easy-to-use scripting or automation interfaces. This package Provides python version 3. -%package -n python3-unversioned-command -Summary: The "python" command that runs Python 3 -Requires: %{name} = %{version}-%{release} -Provides: python = %{version}-%{release} -Conflicts: python2 -%description -n python3-unversioned-command -This package contains /usr/bin/python - the "python" command that runs Python 3. - %package devel Summary: Libraries and header files needed for Python development Requires: %{name} = %{version}-%{release} @@ -364,8 +356,6 @@ ln -s \ %{_bindir}/python%{LDVERSION_debug} \ %{buildroot}%{_bindir}/python3-debug -ln -s %{_bindir}/python3 %{buildroot}%{_bindir}/python - mv %{buildroot}%{_bindir}/2to3-%{branchversion} %{buildroot}%{_bindir}/2to3 cp -a %{_libdir}/libpython3.7m.so.1.0 ${RPM_BUILD_ROOT}%{_libdir} @@ -619,9 +609,6 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_libdir}/libpython3.so %{_libdir}/libpython3.7m.so.1.0 -%files -n python3-unversioned-command -%{_bindir}/python - %files devel %{_bindir}/2to3 @@ -788,6 +775,12 @@ export BEP_GTDLIST="$BEP_GTDLIST_TMP" %{_mandir}/*/* %changelog +* Tue Sep 15 2020 hanxinke - 3.8.5-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:delete python3-unversioned-command package + * Sat Aug 1 2020 wenzhanli - 3.8.5-1 - Type:bugfix - ID:NA