Hello community,
here is the log from the commit of package haveged for openSUSE:Factory checked in at 2014-08-31 09:58:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/haveged (Old) and /work/SRC/openSUSE:Factory/.haveged.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "haveged"
Changes: -------- --- /work/SRC/openSUSE:Factory/haveged/haveged.changes 2014-06-25 06:57:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes 2014-08-31 09:58:49.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 29 07:23:34 UTC 2014 - tchvatal@suse.com + +- Adjust the service to start early enough for all usecases. + Should fix bnc#892096. + +-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ haveged.service ++++++ --- /var/tmp/diff_new_pack.Pgx9dT/_old 2014-08-31 09:58:50.000000000 +0200 +++ /var/tmp/diff_new_pack.Pgx9dT/_new 2014-08-31 09:58:50.000000000 +0200 @@ -1,13 +1,18 @@ [Unit] Description=Entropy Daemon based on the HAVEGE algorithm Documentation=man:haveged(8) http://www.issihosts.com/haveged/ +DefaultDependencies=no ConditionVirtualization=!container +Conflicts=shutdown.target +After=systemd-random-seed.service +Before=sysinit.target shutdown.target
[Service] ExecStart=/usr/sbin/haveged -w 1024 -v 0 -F CapabilityBoundingSet=CAP_SYS_ADMIN PrivateNetwork=yes +Restart=always SuccessExitStatus=137 143
[Install] -WantedBy=multi-user.target +WantedBy=sysinit.target