From 01d72171c3bb4111a16e87b52db24c43b0b76778 Mon Sep 17 00:00:00 2001 From: Yangyang Shen Date: Tue, 30 Mar 2021 10:11:44 +0800 Subject: [PATCH] Rebuild for openEuler-rpm-cofnig moving /usr/lib/rpm/openEuler/xxxx to /usr/lib/xxxx --- python2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python2.spec b/python2.spec index a68acca..535a7a6 100644 --- a/python2.spec +++ b/python2.spec @@ -15,7 +15,7 @@ %undefine _debuginfo_subpackages Name: python2 Version: 2.7.18 -Release: 1 +Release: 2 Summary: Python is an interpreted, interactive object-oriented programming language suitable License: Python URL: https://www.python.org/ @@ -614,6 +614,10 @@ sed -e "s|LIBRARY_PATH|%{_libdir}/%{py_INSTSONAME_debug}|" %{SOURCE1} \ %{dynload_dir}/_testcapimodule_d.so %changelog +* Tue Mar 30 2021 shenyangyang - 2.7.18-2 +- Rebuild for openEuler-rpm-cofnig moving /usr/lib/rpm/openEuler/xxxx to + /usr/lib/xxxx + * Thu Aug 06 2020 Leo Fang - 2.7.18-1 - Upgrade to version 2.7.18 and fix CVE-2019-9674 -- Gitee