diff --git a/openssh.spec b/openssh.spec index cd6b544e74eeb290035ba290f16056c1227a96fe..3a650e57686c66dda132b3ee4ca09e272e76ff59 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 8 +%global openssh_release 9 Name: openssh Version: 8.8p1 @@ -304,10 +304,8 @@ make popd %check -#to run tests use "--with check" -%if %{?_with_check:1}%{!?_with_check:0} +sleep 10000 make tests -%endif %install mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/ssh @@ -434,6 +432,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Thu Dec 1 2022 renmingshuai - 8.8p1-9 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:always make tests when build + * Mon Nov 28 2022 renmingshuai - 8.8p1-8 - Type:bugfix - CVE:NA