Added 'Buildarch:noarch' to the help subpackage

(cherry picked from commit f346dc575e4bc492c6235a5174d629fd5de4e382)
This commit is contained in:
siyongchang 2024-08-20 08:01:13 +00:00 committed by openeuler-sync-bot
parent 0c0c2e9923
commit 0d9172376b

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-psycopg2cffi Name: python-psycopg2cffi
Version: 2.9.0 Version: 2.9.0
Release: 1 Release: 2
Summary: An implementation of the psycopg2 module using cffi. Summary: An implementation of the psycopg2 module using cffi.
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
URL: http://github.com/chtd/psycopg2cffi URL: http://github.com/chtd/psycopg2cffi
@ -31,6 +31,7 @@ An implementation of the psycopg2 module using cffi.
%package help %package help
Summary: An implementation of the psycopg2 module using cffi. Summary: An implementation of the psycopg2 module using cffi.
Buildarch: noarch
Provides: python3-psycopg2cffi-doc Provides: python3-psycopg2cffi-doc
%description help %description help
An implementation of the psycopg2 module using cffi. An implementation of the psycopg2 module using cffi.
@ -60,6 +61,9 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Aug 20 2024 siyongchang <siyongchang@cqsoftware.com.cn> - 2.9.0-2
- Added 'Buildarch:noarch' to the help subpackage
* Mon Jul 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.9.0-1 * Mon Jul 17 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.9.0-1
- Init package - Init package