diff --git a/python-lxml.spec b/python-lxml.spec index 7170e82..a976447 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -1,6 +1,6 @@ Name: python-lxml Version: 4.9.1 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: XML processing library combining libxml2/libxslt with the ElementTree API # The lxml project is licensed under BSD-3-Clause @@ -29,7 +29,7 @@ BuildRequires: python3-devel # - [html5] Requires html5lib BuildRequires lxml # - [htmlsoup] Requires beautifulsoup4 Requires lxml # Hence we provide a bcond to disable this buildtime requirement. -%bcond buildrequire_extras 1 +%bcond buildrequire_extras 0 %global _description \ lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It\ @@ -81,6 +81,9 @@ cp -a build/lib.%{python3_platform}-*/* src/ %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Wed Sep 21 2022 Miro HronĨok - 4.9.1-1.0.riscv64 +- Bootstrap for Python 3.11 on riscv64 + * Wed Sep 14 2022 Charalampos Stratakis - 4.9.1-1 - Update to 4.9.1 - Fix for CVE-2022-2309