diff --git a/openssh.spec b/openssh.spec index 3e2d900146247ca62343cbd1ab638a8cb3401a0a..58d5fb1be9c7995787189bb38584da3493bbd90e 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 6 +%global openssh_release 7 Name: openssh Version: 8.8p1 @@ -297,10 +297,7 @@ make popd %check -#to run tests use "--with check" -%if %{?_with_check:1}%{!?_with_check:0} make tests -%endif %install mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/ssh @@ -424,6 +421,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Thu Oct 13 2022 renmingshuai - 8.8p1-7 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:always make tests + * Thu Sep 01 2022 duyiwei - 8.8P1-6 - Type:bugfix - CVE:NA