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