From cac4c697acfa6a8e364a2979fed12a7b906e0b9a Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 03:15:50 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-regex.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-regex.spec b/python-regex.spec index 69eb59a..8331e16 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-regex Version: 2023.10.3 -Release: 1 +Release: 2 Summary: Alternative regular expression module, to replace re. License: Apache-2.0 URL: https://bitbucket.org/mrabarnett/mrab-regex @@ -23,6 +23,7 @@ This regex implementation is backwards-compatible with the standard 're' module, %package help Summary: Development documents and examples for regex +Buildarch: noarch Provides: python3-regex-doc %description help This regex implementation is backwards-compatible with the standard 're' module, but offers additional functionality. @@ -68,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 2023.10.3-2 +- Added 'Buildarch:noarch' to the help subpackage + * Fri Oct 27 2023 jiangxinyu - 2023.10.3-1 - Upgrade package to 2023.10.3 -- Gitee