Hello community, here is the log from the commit of package rng-tools for openSUSE:Factory checked in at 2016-02-11 12:37:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rng-tools (Old) and /work/SRC/openSUSE:Factory/.rng-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rng-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/rng-tools/rng-tools.changes 2015-10-20 00:08:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rng-tools.new/rng-tools.changes 2016-02-11 12:37:35.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Feb 6 17:06:48 UTC 2016 - [email protected] + +- 90-hwrng.rules: Improve udev rule, autostart rngd only + when there are hwrng drivers available and one is actually + bound to the device. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rng-tools.spec ++++++ --- /var/tmp/diff_new_pack.L0xmT2/_old 2016-02-11 12:37:36.000000000 +0100 +++ /var/tmp/diff_new_pack.L0xmT2/_new 2016-02-11 12:37:36.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rng-tools # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ 90-hwrng.rules ++++++ --- /var/tmp/diff_new_pack.L0xmT2/_old 2016-02-11 12:37:36.000000000 +0100 +++ /var/tmp/diff_new_pack.L0xmT2/_new 2016-02-11 12:37:36.000000000 +0100 @@ -1,2 +1,2 @@ -ACTION=="add", KERNEL=="hwrng|hw_random", SUBSYSTEM=="misc", TAG+="systemd", ENV{SYSTEMD_WANTS}+="rng-tools.service" +ACTION=="add", KERNEL=="hwrng|hw_random", SUBSYSTEM=="misc", ATTR{rng_available}=="?*", ATTR{rng_current}!="none", TAG+="systemd", ENV{SYSTEMD_WANTS}+="rng-tools.service"
