From a02f8770ad9993a34210915c5dca320144a92caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E4=B9=A6=E5=9D=A4?= Date: Tue, 20 Aug 2024 18:19:40 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- ocaml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml.spec b/ocaml.spec index 4c67073..af665aa 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -5,7 +5,7 @@ Name: ocaml Version: 4.14.1 -Release: 3 +Release: 4 Summary: OCaml compiler and programming environment License: LGPL-2.1-only URL: http://www.ocaml.org @@ -54,6 +54,7 @@ and compiler-libs for development of some OCaml applications. %package help Summary: Help files for %{name} +Buildarch:noarch Requires: ocaml = %{version}-%{release} @@ -241,6 +242,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/ocaml/eventlog_metadata %{_mandir}/man3/* %changelog +* Tue Aug 20 2024 ShuKun Qu - 4.14.1-4 +- Add 'Buildarch: noarch' to the help subpackage + * Fri Jun 07 2024 Wenlong Zhang - 4.14.1-3 - Add LoongArch native support for ocaml -- Gitee