From 60fee0a22fcfb1d72ac49effdb0ec3a1c8cf9767 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Thu, 13 Oct 2022 15:01:25 +0800 Subject: [PATCH] always make tests Signed-off-by: renmingshuai --- openssh.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/openssh.spec b/openssh.spec index 3e2d900..58d5fb1 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 -- Gitee