From f75cee3ffa9dda95059d8be92f3c88b0b5ad03ac Mon Sep 17 00:00:00 2001 From: wangbowen Date: Tue, 20 Aug 2024 15:06:14 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage (cherry picked from commit 9d23f5eaf7d036c690cd39b228a9f9f812197090) --- liblockfile.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/liblockfile.spec b/liblockfile.spec index 0d5a83e..9228cc5 100644 --- a/liblockfile.spec +++ b/liblockfile.spec @@ -1,6 +1,6 @@ Name: liblockfile Version: 1.17 -Release: 1 +Release: 2 Summary: Library providing functions to lock standard mailboxes License: GPLv2+ and LGPLv2+ URL: https://github.com/miquels/liblockfile @@ -23,6 +23,7 @@ liblockfile development. %package help Summary: Liblockfile help docs and manual pages Requires: liblockfile = %{version}-%{release} +Buildarch: noarch %description help The liblockfile-help package contains help docs and manual pages for liblockfile. @@ -62,6 +63,9 @@ ldconfig -N -n %{buildroot}/%{_libdir} %{_mandir}/man3/{lockfile_create.3*,maillock.3*} %changelog +* Tue Aug 20 2024 Bowen Wang - 1.17-2 +- Added 'Buildarch: noarch' to the help subpackage + * Fri Jul 29 2022 wenzhiwei - 1.17-1 - Update to 1.17