From 079cd1ab7800907074124df23fb5e6af5609b12b Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Tue, 20 Aug 2024 14:04:34 +0800 Subject: [PATCH] Add Buildarch: noarch to the help subpackage --- python-cups.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-cups.spec b/python-cups.spec index 5bd3694..367d98d 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -1,6 +1,6 @@ Name: python-cups Version: 2.0.1 -Release: 1 +Release: 2 Summary: Python bindings for CUPS License: GPLv2+ URL: http://cyberelk.net/tim/software/pycups/ @@ -19,6 +19,7 @@ This package can be known as pycups, which provides Python 3 bindings for CUPS A %package help Summary: Help documentation for python-cups +Buildarch: noarch Provides: python-cups-doc = %{version}-%{release} Obsoletes: python-cups-doc < %{version}-%{release} @@ -51,6 +52,9 @@ mv cups.html html %doc examples html %changelog +* Tue Aug 20 2024 chengsongyuxuan - 2.0.1-2 +- Add 'Buildarch: noarch' to the help subpackage. + * Fri Jun 17 2022 houyingchao - 2.0.1-1 - Upgrade to version 2.0.1 -- Gitee