From dc9b26a8df5d692c027a386c8c36e2a71d28a8e1 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 f191364..ff06848 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -1,6 +1,6 @@ Name: python-cups Version: 2.0.1 -Release: 2 +Release: 3 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-3 +- Add 'Buildarch: noarch' to the help subpackage. + * Mon Apr 24 2023 lixinhong - 2.0.1-2 - postscriptdriver.prov: ignore driverless utilities -- Gitee