diff --git a/openssh.spec b/openssh.spec index 39672785142ddf25381866ac115998820a885ef9..adc6e90a82c3c355dcdd399f2a699105a92ee49b 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 16 +%global openssh_release 17 Name: openssh Version: 8.2p1 @@ -339,10 +339,7 @@ popd %{nil} %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 @@ -477,6 +474,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Fri Jan 06 2023 renmingshuai - 8.2p1-17 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:enable make tests + * Tue Feb 8 2022 renmingshuai - 8.2P1-16 - Type:bugfix - CVE:NA