From 85abc6e6ba61fe01979e362b3a6c59218b3108b0 Mon Sep 17 00:00:00 2001 From: "renmingshuai@huawei.com" Date: Fri, 6 Jan 2023 12:29:41 +0800 Subject: [PATCH] enable make tests --- openssh.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/openssh.spec b/openssh.spec index 3967278..adc6e90 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 -- Gitee