From e1f0f25aa5dd94c31de98058fe605ea1eec318b1 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Fri, 31 Mar 2023 11:25:34 +0800 Subject: [PATCH] enable make check --- rng-tools.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rng-tools.spec b/rng-tools.spec index dd1f30c..cc6f5a6 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -1,6 +1,6 @@ Name: rng-tools Version: 6.14 -Release: 4 +Release: 5 Summary: Random number generator daemon License: GPLv2+ URL: https://github.com/nhorman/rng-tools @@ -33,6 +33,9 @@ and supplies entropy from them to the system kernel's /dev/random machinery. install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1} +%check +%make_build check + %pre %post @@ -58,6 +61,9 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1} %{_mandir}/man8/rngd.8.* %changelog +* Fri Mar 31 2023 fuanan - 6.14-5 +- enable make check + * Fri Sep 2 2022 panxiaohe - 6.14-4 - fix changelog to make it in descending chronological order -- Gitee