From 0d9172376b9c06604ddf6d4eead7c43d95faff59 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 08:01:13 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage (cherry picked from commit f346dc575e4bc492c6235a5174d629fd5de4e382) --- python-psycopg2cffi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-psycopg2cffi.spec b/python-psycopg2cffi.spec index 6503295..8bb0026 100644 --- a/python-psycopg2cffi.spec +++ b/python-psycopg2cffi.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-psycopg2cffi Version: 2.9.0 -Release: 1 +Release: 2 Summary: An implementation of the psycopg2 module using cffi. License: LGPL-3.0-or-later URL: http://github.com/chtd/psycopg2cffi @@ -31,6 +31,7 @@ An implementation of the psycopg2 module using cffi. %package help Summary: An implementation of the psycopg2 module using cffi. +Buildarch: noarch Provides: python3-psycopg2cffi-doc %description help An implementation of the psycopg2 module using cffi. @@ -60,6 +61,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 2.9.0-2 +- Added 'Buildarch:noarch' to the help subpackage + * Mon Jul 17 2023 Dongxing Wang - 2.9.0-1 - Init package