From fa5154daafd41a3c32a80e75ab2bb2cb8bd1e506 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Fri, 17 Mar 2023 03:01:07 +0000 Subject: [PATCH] enable test --- sysstat.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sysstat.spec b/sysstat.spec index efd6d91..457e081 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,6 +1,6 @@ Name: sysstat Version: 12.2.1 -Release: 2 +Release: 3 Summary: System performance tools for the Linux operating system License: GPLv2+ URL: http://sebastien.godard.pagesperso-orange.fr/ @@ -60,6 +60,7 @@ export compressafter="31" %find_lang %{name} %check +./do_test %pre @@ -84,6 +85,9 @@ export compressafter="31" %{_mandir}/man*/* %changelog +* Fri Mar 17 2023 zhangpan - 12.2.1-3 +- enable test + * Thu Nov 10 2022 zhouwenpei - 12.2.1-2 - fix CVE-2022-39377 -- Gitee