From 52d6a309f8050a115f83ca187df0124cbe104abf Mon Sep 17 00:00:00 2001 From: hanxinke Date: Tue, 15 Sep 2020 15:43:06 +0800 Subject: [PATCH] python3: delete python3-unversioned-command package --- python3.spec | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/python3.spec b/python3.spec index e1761c1..786c5f4 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 -- Gitee