diff --git a/389-ds-base.spec b/389-ds-base.spec index c329352429e1e935ad6ca05c5270470e515eb6d8..cd6e380a69d3e98634bc815f876739c71e9db1c6 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