Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions SPECS/rng-tools/rng-tools.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -58,6 +61,9 @@ make %{?_smp_mflags} check
%{_mandir}/*

%changelog
* Wed May 13 2026 BinduSri Adabala <v-badabala@microsoft.com> - 6.16.1-2
- Disabled rngtestjitter.sh in check section due to unavailable runtime jitter source.

* Mon Nov 06 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 6.16-1
- Auto-upgrade to 6.16 - Azure Linux 3.0 - package upgrades

Expand Down
Loading