commit rng-tools for openSUSE:Factory
Hello community, here is the log from the commit of package rng-tools for openSUSE:Factory checked in at 2014-05-06 14:02:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-12-30 10:39:42.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rng-tools.new/rng-tools.changes 2014-05-06 14:02:59.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Apr 30 03:54:36 UTC 2014 - crrodriguez@opensuse.org + +- Fix automagic startup with udev/systemd virtio-rng KERNEL + name is hw_random not hwrng.. + +------------------------------------------------------------------- +Wed Apr 30 03:15:22 UTC 2014 - crrodriguez@opensuse.org + +- in some parallel universe --fill-watermark took a percentage + value, not in this incarnation at least, where it takes + an integer. just use the sane builtin default + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rng-tools.spec ++++++ --- /var/tmp/diff_new_pack.z4AzTx/_old 2014-05-06 14:03:00.000000000 +0200 +++ /var/tmp/diff_new_pack.z4AzTx/_new 2014-05-06 14:03:00.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package rng-tools # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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.z4AzTx/_old 2014-05-06 14:03:00.000000000 +0200 +++ /var/tmp/diff_new_pack.z4AzTx/_new 2014-05-06 14:03:00.000000000 +0200 @@ -1 +1,2 @@ -ACTION=="add", KERNEL=="hwrng", SUBSYSTEM=="misc", TAG+="systemd", ENV{SYSTEMD_WANTS}+="rng-tools.service" +ACTION=="add", KERNEL=="hwrng|hw_random", SUBSYSTEM=="misc", TAG+="systemd", ENV{SYSTEMD_WANTS}+="rng-tools.service" + ++++++ rng-tools.service ++++++ --- /var/tmp/diff_new_pack.z4AzTx/_old 2014-05-06 14:03:00.000000000 +0200 +++ /var/tmp/diff_new_pack.z4AzTx/_new 2014-05-06 14:03:00.000000000 +0200 @@ -3,7 +3,7 @@ [Service] CapabilityBoundingSet=CAP_SYS_ADMIN -ExecStart=/usr/sbin/rngd --foreground --fill-watermark=90% +ExecStart=/usr/sbin/rngd --foreground [Install] WantedBy=multi-user.target -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de