Added 'Buildarch: noarch' to the help subpackage

(cherry picked from commit ee65b43d5a059890de00cebcd73ec619aebebc3b)
This commit is contained in:
wangbowen 2024-08-20 15:06:14 +08:00 committed by openeuler-sync-bot
parent ca1ea161be
commit a702db5b92

View File

@ -1,6 +1,6 @@
Name: liblockfile Name: liblockfile
Version: 1.14 Version: 1.14
Release: 3 Release: 4
Summary: Library providing functions to lock standard mailboxes Summary: Library providing functions to lock standard mailboxes
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
URL: https://github.com/miquels/liblockfile URL: https://github.com/miquels/liblockfile
@ -23,6 +23,7 @@ liblockfile development.
%package help %package help
Summary: Liblockfile help docs and manual pages Summary: Liblockfile help docs and manual pages
Requires: liblockfile = %{version}-%{release} Requires: liblockfile = %{version}-%{release}
Buildarch: noarch
%description help %description help
The liblockfile-help package contains help docs and manual pages for liblockfile. The liblockfile-help package contains help docs and manual pages for liblockfile.
@ -62,5 +63,9 @@ ldconfig -N -n %{buildroot}/%{_libdir}
%{_mandir}/man3/{lockfile_create.3*,maillock.3*} %{_mandir}/man3/{lockfile_create.3*,maillock.3*}
%changelog %changelog
* Tue Aug 20 2024 Bowen Wang<wangbowen@cqsoftware.com.cn> - 1.14-4
- Added 'Buildarch: noarch' to the help subpackage
* Tue Apr 14 2020 huanghaitao <huanghaitao@huawei.com> 1.14-3 * Tue Apr 14 2020 huanghaitao <huanghaitao@huawei.com> 1.14-3
- Package init - Package init