diff --git a/389-ds-base.spec b/389-ds-base.spec index 457272dc4cae00c85e138a6f9347c167f17e6f47..95c48eda0ec92f684db3140d59d1958fb2091545 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: 3.1.1 -Release: 3 +Release: 4 License: GPLv3+ URL: https://www.port389.org Source0: https://releases.pagure.org/389-ds-base/389-ds-base-%{version}.tar.bz2 @@ -97,6 +97,9 @@ Documentation for 389 Directory Server. %prep %autosetup -n 389-ds-base-%{version} -p1 +# fix typo +sed -i 's/sucessfully/successfully/g' src/lib389/lib389/cli_conf/backend.py + cp %{SOURCE2} README.devel %build @@ -323,6 +326,9 @@ exit 0 %{_mandir}/*/* %changelog +* Fri Nov 29 2024 wangkai <13474090681@163.com> - 3.1.1-4 +- Fix typo sucessfully + * Tue Nov 26 2024 wangkai <13474090681@163.com> - 3.1.1-3 - Fix dsidm role subtree-status fails with TypeError