From 22d62594f773653b24d64066de625fe5939113a5 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 16 Nov 2022 08:14:58 +0000 Subject: [PATCH] change the Source0 Signed-off-by: zhuofeng (cherry picked from commit 31586864021175b17984427a0559867dc66078df) --- python-lxml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-lxml.spec b/python-lxml.spec index 153dbc6..b64153c 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -7,11 +7,11 @@ The latest release works with all CPython versions from 2.7 to 3.7. Name: python-%{modname} Version: 4.7.1 -Release: 4 +Release: 5 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD URL: https://files.pythonhosted.org -Source0: https://files.pythonhosted.org/packages/db/f7/43fecb94d66959c1e23aa53d6161231dca0e93ec500224cf31b3c4073e37/lxml-4.7.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/l/lxml/lxml-%{version}.tar.gz Patch6000: backport-CVE-2022-2309.patch Patch6001: backport-Work-around-libxml2-bug-in-affected-versions.patch @@ -55,6 +55,9 @@ make test3 %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Wed Nov 16 2022 zhuofeng - 4.7.1-5 +- change the Source0 + * Mon Jul 25 2022 shixuantong - 4.7.1-4 - Remove pregenerated Cython C sources -- Gitee