From c7e6ea7f1a3257a75b012476b12d84de53056b85 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Mon, 28 Nov 2022 15:45:47 +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 a774314..4fa9c9c 100644 --- a/openssh.spec +++ b/openssh.spec @@ -6,7 +6,7 @@ %{?no_gtk2:%global gtk2 0} %global sshd_uid 74 -%global openssh_release 11 +%global openssh_release 12 Name: openssh Version: 8.8p1 @@ -326,9 +326,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 @@ -455,6 +453,12 @@ getent passwd sshd >/dev/null || \ %attr(0644,root,root) %{_mandir}/man8/sftp-server.8* %changelog +* Mon Nov 28 2022 renmingshuai - 8.8p1-12 +- Type:requirement +- CVE:NA +- SUG:NA +- DESC:always make tests when build + * Mon Nov 28 2022 renmingshuai - 8.8p1-11 - Type:bugfix - CVE:NA -- Gitee