diff --git a/python-cups.spec b/python-cups.spec index 0762ee6ec187bdea9238aec1e75f085188b136d9..cf746702a911c2f36d960abb149f53305d51cc15 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