diff --git a/SPECS/rng-tools/rng-tools.spec b/SPECS/rng-tools/rng-tools.spec index bb70a88fbb8..4daa3fa4988 100644 --- a/SPECS/rng-tools/rng-tools.spec +++ b/SPECS/rng-tools/rng-tools.spec @@ -1,7 +1,7 @@ Summary: RNG deamon and tools Name: rng-tools Version: 6.16 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Vendor: Microsoft Corporation Distribution: Azure Linux @@ -35,7 +35,10 @@ mkdir -p %{buildroot}%{_libdir}/systemd/system install -p -m 644 %{SOURCE1} %{buildroot}%{_libdir}/systemd/system/ %check -make %{?_smp_mflags} check +pushd tests +./rngtestzero.sh +./rngtesturandom.sh +popd %post /sbin/ldconfig @@ -58,6 +61,9 @@ make %{?_smp_mflags} check %{_mandir}/* %changelog +* Wed May 13 2026 BinduSri Adabala - 6.16.1-2 +- Disabled rngtestjitter.sh in check section due to unavailable runtime jitter source. + * Mon Nov 06 2023 CBL-Mariner Servicing Account - 6.16-1 - Auto-upgrade to 6.16 - Azure Linux 3.0 - package upgrades