diff --git a/389-ds-base.spec b/389-ds-base.spec index 7db5093c3cea4abd32f2cb51e76b7fc0b083eff3..1ac5dec1e6eec347cd7fbb1da8d03c7cc9dd8246 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: 6 +Release: 7 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 @@ -382,6 +383,9 @@ exit 0 %{_mandir}/*/* %changelog +* Tue Aug 20 2024 Jingbo Hou - 1.4.3.36-7 +- Added 'Buildarch: noarch' to the help subpackage. + * Wed Jun 05 2024 wangkai <13474090681@163.com> - 1.4.3.36-6 - Fix CVE-2024-2199 and CVE-2024-3657