From e9ee7e9a20faf5f066870afa0e008c1544d306c4 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 1 Jul 2025 14:59:52 +0800 Subject: [PATCH] Fix history changelog --- adcli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/adcli.spec b/adcli.spec index bddeb07..ce622cb 100644 --- a/adcli.spec +++ b/adcli.spec @@ -1,6 +1,6 @@ Name: adcli Version: 0.9.2 -Release: 2 +Release: 3 Summary: A helper library and tools for Active Directory client operations Group: Development/Libraries License: LGPLv2+ @@ -70,6 +70,9 @@ rm -rf %{buildroot} %doc %{_mandir}/man8/* %changelog +* Tue Jul 1 2025 yixiangzhike - 0.9.2-3 +- fix history changelog + * Wed Mar 6 2024 guojunding - 0.9.2-2 - continue to build when test-case(test-adenroll) failed @@ -80,7 +83,7 @@ rm -rf %{buildroot} - delete duplicate files from adcli-help * Thu Aug 12 2021 chenyanpanHW - 0.9.1-3 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Tue Aug 10 2021 yixiangzhike - 0.9.1-2 - fix the compilation failure with new version glibc -- Gitee