diff --git a/openssh.spec b/openssh.spec index d752888a174721a345725ff68d8c662419c5d685..4dc1cbf65f6f2433b1b4e43e69a534bed0fa135d 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 @@ -302,9 +302,7 @@ 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 @@ -431,6 +429,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Mon Nov 28 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