From 15521b65cf147bad59c2643403b0241b65ead05f Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 06:21:05 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-lxml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index 429bc18..fef88ad 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -7,7 +7,7 @@ The latest release works with all CPython versions from 2.7 to 3.7. Name: python-lxml Version: 5.1.0 -Release: 2 +Release: 3 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD URL: https://github.com/lxml/lxml @@ -33,6 +33,7 @@ BuildRequires: python3-Cython %package help Summary: Development documents and examples for lxml +Buildarch: noarch Provides: python3-lxml-doc %description help %{_description} @@ -78,6 +79,9 @@ make test %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Tue Aug 20 2024 siyongchang - 5.1.0-3 +- Added 'Buildarch:noarch' to the help subpackage + * Tue Apr 23 2024 zhangzikang - 5.1.0-2 - Fix test_elementtree with Expat-2.6.0, resolve check error -- Gitee