!107 Fix typo sucessfully
From: @wk333 Reviewed-by: @starlet-dx Signed-off-by: @starlet-dx
This commit is contained in:
commit
7aee636f46
@ -6,7 +6,7 @@ ExcludeArch: i686
|
|||||||
Name: 389-ds-base
|
Name: 389-ds-base
|
||||||
Summary: Base 389 Directory Server
|
Summary: Base 389 Directory Server
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 3
|
Release: 4
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://www.port389.org
|
URL: https://www.port389.org
|
||||||
Source0: https://releases.pagure.org/389-ds-base/389-ds-base-%{version}.tar.bz2
|
Source0: https://releases.pagure.org/389-ds-base/389-ds-base-%{version}.tar.bz2
|
||||||
@ -97,6 +97,9 @@ Documentation for 389 Directory Server.
|
|||||||
%prep
|
%prep
|
||||||
%autosetup -n 389-ds-base-%{version} -p1
|
%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
|
cp %{SOURCE2} README.devel
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -323,6 +326,9 @@ exit 0
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 26 2024 wangkai <13474090681@163.com> - 3.1.1-3
|
||||||
- Fix dsidm role subtree-status fails with TypeError
|
- Fix dsidm role subtree-status fails with TypeError
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user