rng-tools 6.10-2 (x86_64) 2020-11773
9999

Status published
Submitter tpgxyz [@T] gmail.com
Platform rolling
Repository main
URL https://abf.openmandriva.org/build_lists/765065
Packages
rng-tools-6.10-2.x86_64.source
rng-tools-6.10-2.x86_64.binary
rng-tools-debuginfo-6.10-2.x86_64.debuginfo
Build Date 2020-05-11 13:24:25 +0000 UTC
Last Updated 2020-05-14 20:34:18.63572162 +0000 UTC
$ git diff --patch-with-stat --summary ed63a2ec2223237312edc0bb875ce54ef2800de0..2ce92d0cbea46270ebb31ed92cc5c6e4ee6f71ad

 .abf.yml       |  2 +-
 rng-tools.spec | 15 +++++++++------
 rngd.service   |  1 +
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/.abf.yml b/.abf.yml
index 7030d0b..fcdbfe6 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
 sources:
-  rng-tools-6.8.tar.gz: 25a20dfc818f3d95d3c63145feb7c102c1572540
+  v6.10.tar.gz: 46551636f8cb1d9da80557da27c9d4b4c06c6bd2
diff --git a/rng-tools.spec b/rng-tools.spec
index e0bb0a5..4d44c4e 100644
--- a/rng-tools.spec
+++ b/rng-tools.spec
@@ -1,33 +1,36 @@
 Summary:	Random number generator related utilities
 Name:		rng-tools
-Version:	6.8
-Release:	1
+Version:	6.10
+Release:	2
 Group:		System/Kernel and hardware
 License:	GPLv2
 Url:		https://github.com/nhorman/rng-tools
-Source0:	https://github.com/nhorman/rng-tools/archive/%{name}-%{version}.tar.gz
+Source0:	https://github.com/nhorman/rng-tools/archive/v%{version}.tar.gz
 Source1:	rngd.service
 BuildRequires:	pkgconfig(libsystemd)
 BuildRequires:	systemd-macros
-BuildRequires:	pkgconfig(libgcrypt)
 BuildRequires:	pkgconfig(libcurl)
 BuildRequires:	pkgconfig(libxml-2.0)
 BuildRequires:	pkgconfig(libssl)
 BuildRequires:	sysfsutils-devel
 BuildRequires:	pkgconfig(libp11)
 BuildRequires:	jitterentropy-library-devel
+BuildRequires:	pkgconfig(jansson)
 %rename rng-utils
 
 %description
 Hardware random number generation tools.
+It monitors a set of entropy sources,
+and supplies entropy from them to the
+system kernel's /dev/random machinery.
 
 %prep
 %autosetup -p1
 
 %build
-./autogen.sh
+NOCONFIGURE=1 ./autogen.sh
 
-%configure
+%configure --without-rtlsdr
 %make_build
 
 %install
diff --git a/rngd.service b/rngd.service
index 0479343..1cc09da 100644
--- a/rngd.service
+++ b/rngd.service
@@ -1,5 +1,6 @@
 [Unit]
 Description=Hardware RNG Entropy Gatherer Daemon
+ConditionVirtualization=!container
 
 [Service]
 ExecStart=/usr/sbin/rngd -f
Not Available

benbullard79 [@T] cox.netNo Comment.1442d 21hrs
benbullard79 [@T] cox.netNo Comment.1442d 21hrs