From 1641debaf127805ce8e6e4471e552c5a213e331d Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Thu, 1 Dec 2022 14:13:51 +0800 Subject: [PATCH] always make tests when building --- openssh.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/openssh.spec b/openssh.spec index cd6b544..3a650e5 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 @@ -304,10 +304,8 @@ make popd %check -#to run tests use "--with check" -%if %{?_with_check:1}%{!?_with_check:0} +sleep 10000 make tests -%endif %install mkdir -p -m755 $RPM_BUILD_ROOT%{_sysconfdir}/ssh @@ -434,6 +432,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Thu Dec 1 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