From 4bd405456752a8cad75d9b43ba89a6e0eeee3751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=AF=E6=99=AF=E5=8D=9A?= Date: Tue, 20 Aug 2024 16:36:10 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage. --- 389-ds-base.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/389-ds-base.spec b/389-ds-base.spec index 1a3cca6..4a04388 100644 --- a/389-ds-base.spec +++ b/389-ds-base.spec @@ -6,7 +6,7 @@ ExcludeArch: i686 Name: 389-ds-base Summary: Base 389 Directory Server Version: 1.4.3.36 -Release: 5 +Release: 6 License: GPLv3+ URL: https://www.port389.org Source0: https://github.com/389ds/389-ds-base/archive/refs/tags/389-ds-base-%{version}.tar.gz @@ -105,6 +105,7 @@ A cockpit UI Plugin for configuring and administering the 389 Directory Server %package help Summary: Documentation for 389 Directory Server +Buildarch: noarch Requires: 389-ds-base = %{version}-%{release} %description help @@ -360,6 +361,9 @@ exit 0 %{_mandir}/*/* %changelog +* Tue Aug 20 2024 Jingbo Hou - 1.4.3.36-6 +- Added 'Buildarch: noarch' to the help subpackage. + * Wed Jun 05 2024 wangkai <13474090681@163.com> - 1.4.3.36-5 - Fix CVE-2024-2199 and CVE-2024-3657 -- Gitee