Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rng-tools for openSUSE:Factory checked in at 2021-10-06 19:49:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rng-tools (Old) and /work/SRC/openSUSE:Factory/.rng-tools.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rng-tools" Wed Oct 6 19:49:58 2021 rev:48 rq:923504 version:6.14 Changes: -------- --- /work/SRC/openSUSE:Factory/rng-tools/rng-tools.changes 2021-08-16 10:17:09.834689527 +0200 +++ /work/SRC/openSUSE:Factory/.rng-tools.new.2443/rng-tools.changes 2021-10-06 19:50:09.732062473 +0200 @@ -1,0 +2,5 @@ +Wed Oct 6 13:40:00 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- disable nistbeacon support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rng-tools.spec ++++++ --- /var/tmp/diff_new_pack.4oaghp/_old 2021-10-06 19:50:10.252062669 +0200 +++ /var/tmp/diff_new_pack.4oaghp/_new 2021-10-06 19:50:10.256062672 +0200 @@ -28,10 +28,7 @@ Source2: %{name}.service Source3: 90-hwrng.rules BuildRequires: automake -BuildRequires: libcurl-devel -BuildRequires: libjansson-devel BuildRequires: libp11-devel -BuildRequires: libxml2-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(udev) @@ -84,7 +81,9 @@ %build ./autogen.sh -%configure --without-rtlsdr +# NIST Beacon fetches a randomness token over internet in clear text +# Try without this functionality +%configure --without-rtlsdr --without-nistbeacon %make_build %install