diff --git a/rng-tools.spec b/rng-tools.spec index 5517c70fbe12c9a86ad5db9061403b83c7799429..a1d04a3113f4a47dd6c5af26620ba93376a760b9 100644 --- a/rng-tools.spec +++ b/rng-tools.spec @@ -1,6 +1,6 @@ Name: rng-tools Version: 6.5 -Release: 4 +Release: 5 Summary: Random number generator daemon License: GPLv2+ URL: https://github.com/nhorman/rng-tools @@ -37,6 +37,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 @@ -61,6 +64,9 @@ install -D -t $RPM_BUILD_ROOT%{_unitdir} -m 0644 %{SOURCE1} %{_mandir}/man8/rngd.8.* %changelog +* Fri Mar 31 2023 fuanan - 6.5-5 +- enable make check + * Fri Sep 2 2022 panxiaohe - 6.5-4 - fix changelog to make it in descending chronological order