From aa073a8a7e6d6bba74cf67f470c0aed664f9a819 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Mon, 28 Nov 2022 20:59:50 +0800 Subject: [PATCH] always make tests when build Signed-off-by: renmingshuai --- openssh.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/openssh.spec b/openssh.spec index d752888..4dc1cbf 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 -- Gitee