Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2011-11-23 19:34:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haveged (Old)
 and      /work/SRC/openSUSE:Factory/.haveged.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haveged", Maintainer is "mvysko...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2011-10-02 
10:12:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes     2011-11-23 
19:34:44.000000000 +0100
@@ -1,0 +2,14 @@
+Tue Nov 22 14:24:33 UTC 2011 - crrodrig...@opensuse.org
+
+- Use Service type "simple" in systemd unit 
+
+-------------------------------------------------------------------
+Tue Oct 25 08:37:28 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.3:
+  * reorganized to allow its collection mechanism to be better accessed
+    directly through the file system: includes the option to suppress the
+    daemon interface in the build for circumstances where /dev/random is
+    unavailable or its use is inappropriate
+
+-------------------------------------------------------------------

Old:
----
  haveged-1.2.tar.gz

New:
----
  haveged-1.3.tar.gz

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

Other differences:
------------------
++++++ haveged.spec ++++++
--- /var/tmp/diff_new_pack.fxUNKy/_old  2011-11-23 19:34:53.000000000 +0100
+++ /var/tmp/diff_new_pack.fxUNKy/_new  2011-11-23 19:34:53.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           haveged
-Version:        1.2
+Version:        1.3
 Release:        2
 License:        GPLv3
 Summary:        Feed entropy into random pool
@@ -51,7 +51,7 @@
 %build
 autoreconf -fiv
 export LDFLAGS="-Wl,-z,relro,-z,now"
-%configure --with-libcap-ng=yes --sbindir=/sbin --enable-nistest=yes
+%configure --with-libcap-ng=yes --sbindir=/sbin --enable-nistest=yes 
--enable-daemon=yes
 make %{?_smp_mflags}
 
 %check
@@ -59,14 +59,13 @@
 
 %install
 %makeinstall
-%{__install} -m0755 %{S:1} %{buildroot}%{_initddir}/haveged
+%{__install} -D -m0755 %{S:1} %{buildroot}%{_initddir}/haveged
 %{__mkdir_p} %{buildroot}%{_sbindir}
 %{__ln_s} -f %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
-%{__mkdir_p} %{buildroot}/lib/systemd/system
-%{__install} -m0755 %{S:2} %{buildroot}/lib/systemd/system/haveged.service
+%{__install} -D -m0755 %{S:2} %{buildroot}/lib/systemd/system/haveged.service
 
 %clean
-rm -rf %{buildroot}
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %post
 # do not enable on condition here, let YAST, kiwi or the user do it.

++++++ haveged-1.2.tar.gz -> haveged-1.3.tar.gz ++++++
++++ 3119 lines of diff (skipped)

++++++ haveged.service ++++++
--- /var/tmp/diff_new_pack.fxUNKy/_old  2011-11-23 19:34:53.000000000 +0100
+++ /var/tmp/diff_new_pack.fxUNKy/_new  2011-11-23 19:34:53.000000000 +0100
@@ -3,9 +3,8 @@
 After= local-fs.target syslog.target
 
 [Service]
-Type=forking
-ExecStart=/sbin/haveged -w 1024 -v 1
-PIDFile=/var/run/haveged.pid
+Type=simple
+ExecStart=/sbin/haveged -F 1 -w 1024 -v 1
 
 [Install]
 WantedBy=multi-user.target

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to