!4 [sync] PR-3: 【轻量级PR】: Added 'Buildarch: noarch'to the help subpackage

From: @openeuler-sync-bot 
Reviewed-by: @tzing_t 
Signed-off-by: @tzing_t
This commit is contained in:
openeuler-ci-bot 2024-08-21 06:19:17 +00:00 committed by Gitee
commit ebc5791ad2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <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
- Init package