From a702db5b926ee2d693f13c35d183dfdb6549faaf 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 ee65b43d5a059890de00cebcd73ec619aebebc3b) --- liblockfile.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/liblockfile.spec b/liblockfile.spec index 0dee056..61a8942 100644 --- a/liblockfile.spec +++ b/liblockfile.spec @@ -1,6 +1,6 @@ Name: liblockfile Version: 1.14 -Release: 3 +Release: 4 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,5 +63,9 @@ ldconfig -N -n %{buildroot}/%{_libdir} %{_mandir}/man3/{lockfile_create.3*,maillock.3*} %changelog +* Tue Aug 20 2024 Bowen Wang - 1.14-4 +- Added 'Buildarch: noarch' to the help subpackage + + * Tue Apr 14 2020 huanghaitao 1.14-3 - Package init