From 1ebc6e7628a58fc21abccaedec7f73912cc1c991 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Wed, 27 Mar 2024 11:22:22 +0800 Subject: [PATCH] Delete the non-existing command readnsstate --- 389-ds-base.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/389-ds-base.spec b/389-ds-base.spec index 446474b..a530fbe 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: 5 +Release: 6 License: GPLv3+ URL: https://www.port389.org Source0: https://releases.pagure.org/389-ds-base/389-ds-base-%{version}.tar.bz2 @@ -277,7 +277,7 @@ exit 0 %{_datadir}/dirsrv %{_datadir}/gdb/auto-load/* %{_unitdir} -%{_bindir}/{dbscan,ds-replcheck,ds-logpipe.py,ldclt,logconv.pl,pwdhash,readnsstate} +%{_bindir}/{dbscan,ds-replcheck,ds-logpipe.py,ldclt,logconv.pl,pwdhash} %{_sbindir}/ns-slapd %{_mandir}/man8/ns-slapd.8.gz %{_sbindir}/openldap_to_ds @@ -324,6 +324,9 @@ exit 0 %{_mandir}/*/* %changelog +* Wed Mar 27 2024 liyanan - 2.3.2-6 +- Delete the non-existing command readnsstate + * Mon Feb 05 2024 wangkai <13474090681@163.com> - 2.3.2-5 - Fix CVE-2024-1062 -- Gitee