fix misspeling and enable dt tests
This commit is contained in:
parent
eeae07d07f
commit
38abdec0fa
11
openssh.spec
11
openssh.spec
@ -6,7 +6,7 @@
|
|||||||
%{?no_gtk2:%global gtk2 0}
|
%{?no_gtk2:%global gtk2 0}
|
||||||
|
|
||||||
%global sshd_uid 74
|
%global sshd_uid 74
|
||||||
%global openssh_release 19
|
%global openssh_release 20
|
||||||
|
|
||||||
Name: openssh
|
Name: openssh
|
||||||
Version: 8.8p1
|
Version: 8.8p1
|
||||||
@ -340,10 +340,7 @@ make
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
%check
|
%check
|
||||||
#to run tests use "--with check"
|
|
||||||
%if %{?_with_check:1}%{!?_with_check:0}
|
|
||||||
make tests
|
make tests
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/ssh
|
mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/ssh
|
||||||
@ -468,6 +465,12 @@ getent passwd sshd >/dev/null || \
|
|||||||
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
%attr(0644,root,root) %{_mandir}/man8/sftp-server.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2023 renmingshuai <renmingshuai@huawei.com> - 8.8p1-20
|
||||||
|
- Type:bugfix
|
||||||
|
- CVE:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix misspeling and enable dt tests
|
||||||
|
|
||||||
* Sat May 27 2023 renmingshuai <renmingshuai@huawei.com> - 8.8p1-19
|
* Sat May 27 2023 renmingshuai <renmingshuai@huawei.com> - 8.8p1-19
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- CVE:NA
|
- CVE:NA
|
||||||
|
|||||||
@ -21,7 +21,7 @@ index df22e2f..46b0987 100644
|
|||||||
+ ForwardX11Trusted yes
|
+ ForwardX11Trusted yes
|
||||||
+ SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
+ SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
|
||||||
+ SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
+ SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
|
||||||
+ SendEnv LC_IDENTIFIACTION LC_ALL LANGUAGE
|
+ SendEnv LC_IDENTIFICATION LC_ALL LANGUAGE
|
||||||
+ SendEnv XMODIFIERS
|
+ SendEnv XMODIFIERS
|
||||||
+
|
+
|
||||||
Include /etc/ssh/ssh_config.d/*.conf
|
Include /etc/ssh/ssh_config.d/*.conf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user