From 93262a189c192d22d3eb3db853282150835f5de1 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Tue, 20 Aug 2024 14:00:44 +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 0762ee6..cf74670 100644 --- a/python-cups.spec +++ b/python-cups.spec @@ -1,6 +1,6 @@ Name: python-cups Version: 1.9.72 -Release: 24 +Release: 25 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 - 1.9.72-25 +- Add 'Buildarch: noarch' to the help subpackage. + * Fri Aug 21 2020 fanjiachen - 1.9.72-24 - Type:rebuild - ID:NA -- Gitee