From 7482d96010c96107cf6ff424d51efea7b48b809a 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:24:28 +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 c329352..cd6e380 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: 2.3.2 -Release: 7 +Release: 8 License: GPLv3+ URL: https://www.port389.org Source0: https://releases.pagure.org/389-ds-base/389-ds-base-%{version}.tar.bz2 @@ -93,6 +93,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 @@ -326,6 +327,9 @@ exit 0 %{_mandir}/*/* %changelog +* Tue Aug 20 2024 Jingbo Hou - 2.3.2-8 +- Added 'Buildarch: noarch' to the help subpackage. + * Wed Jun 05 2024 wangkai <13474090681@163.com> - 2.3.2-7 - Fix CVE-2024-2199 and CVE-2024-3657 -- Gitee