Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2012-01-04 07:24:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haveged (Old)
 and      /work/SRC/openSUSE:Factory/.haveged.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haveged", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2011-12-15 
16:06:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes     2012-01-04 
07:24:02.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Dec 31 05:09:38 UTC 2011 - [email protected]
+
+- Put the haveged binary back in /usr/sbin not in /sbin
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ haveged.spec ++++++
--- /var/tmp/diff_new_pack.3MGhiD/_old  2012-01-04 07:24:03.000000000 +0100
+++ /var/tmp/diff_new_pack.3MGhiD/_new  2012-01-04 07:24:03.000000000 +0100
@@ -60,7 +60,7 @@
 %build
 autoreconf -fiv
 export LDFLAGS="-Wl,-z,relro,-z,now"
-%configure --sbindir=/sbin --enable-nistest=yes --enable-daemon=yes
+%configure --enable-nistest=yes --enable-daemon=yes
 make %{?_smp_mflags}
 
 %check
@@ -107,7 +107,7 @@
 %files
 %defattr(-,root,root)
 %{_sbindir}/rc%{name}
-/sbin/%{name}
+%{_sbindir}/%{name}
 %config %{_initddir}/%{name}
 %{_mandir}/man8/%{name}.8.gz
 %if 0%{?have_systemd}

++++++ haveged.init ++++++
--- /var/tmp/diff_new_pack.3MGhiD/_old  2012-01-04 07:24:03.000000000 +0100
+++ /var/tmp/diff_new_pack.3MGhiD/_new  2012-01-04 07:24:03.000000000 +0100
@@ -11,8 +11,8 @@
 #                    to generate random numbers that are fed into the random 
pool.
 ### END INIT INFO
 
-HAVEGED_BIN=/sbin/haveged
-HAVEGED_PARAMS="-w 1024 -v 1"
+HAVEGED_BIN=/usr/sbin/haveged
+HAVEGED_PARAMS="-w 1024 -v 0"
 
 # Shell functions sourced from /etc/rc.status:
 #      rc_check         check and set local and overall rc status

++++++ haveged.service ++++++
--- /var/tmp/diff_new_pack.3MGhiD/_old  2012-01-04 07:24:03.000000000 +0100
+++ /var/tmp/diff_new_pack.3MGhiD/_new  2012-01-04 07:24:03.000000000 +0100
@@ -3,7 +3,7 @@
 
 [Service]
 Type=simple
-ExecStart=/sbin/haveged -F 1 -w 1024 -v 0
+ExecStart=/usr/sbin/haveged -F 1 -w 1024 -v 0
 CapabilityBoundingSet=CAP_SYS_ADMIN
 
 [Install]

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to