From f06955a28c87c37c3a63f759d7d66648a5c94854 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 06:28:52 +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 5185bd8..d7c543b 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: 4.9.4 -Release: 1 +Release: 2 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD URL: https://github.com/lxml/lxml @@ -32,6 +32,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 @@ python3 test.py %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Tue Aug 20 2024 siyongchang - 4.9.4-2 +- Added 'Buildarch:noarch' to the help subpackage + * Mon May 13 2024 Han Guangyu - 4.9.4-1 - Downgrade to 4.9.4 to adapt Cython 0.29.35 in wallaby project and Python 3.11 - Bug fix -- Gitee