Hello community,

here is the log from the commit of package haveged for openSUSE:Factory checked 
in at 2018-09-18 11:38:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/haveged (Old)
 and      /work/SRC/openSUSE:Factory/.haveged.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "haveged"

Tue Sep 18 11:38:24 2018 rev:51 rq:635067 version:1.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/haveged/haveged.changes  2018-07-18 
22:36:18.734466663 +0200
+++ /work/SRC/openSUSE:Factory/.haveged.new/haveged.changes     2018-09-18 
11:38:32.788218813 +0200
@@ -1,0 +2,15 @@
+Tue Sep 11 15:29:33 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase for summary. Grammar fixes to description.
+
+-------------------------------------------------------------------
+Tue Sep 11 11:00:13 UTC 2018 - Martin Pluskal <[email protected]>
+
+- Update to version 1.9.4:
+  * Avoid misleading message if cmd socket is in use
+  * Implements a command mode and use it for chroot
+- Drop upstreamed patches:
+  * change-sysroot.patch
+- Update project and download url's
+
+-------------------------------------------------------------------

Old:
----
  change-sysroot.patch
  haveged-1.9.2.tar.gz

New:
----
  haveged-1.9.4.tar.gz

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

Other differences:
------------------
++++++ haveged.spec ++++++
--- /var/tmp/diff_new_pack.eCR3hI/_old  2018-09-18 11:38:33.572217984 +0200
+++ /var/tmp/diff_new_pack.eCR3hI/_new  2018-09-18 11:38:33.572217984 +0200
@@ -18,13 +18,13 @@
 
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d }
 Name:           haveged
-Version:        1.9.2
+Version:        1.9.4
 Release:        0
-Summary:        Feed entropy into random pool
+Summary:        Daemon for feeding entropy into the random pool
 License:        GPL-3.0-only
 Group:          System/Daemons
-Url:            http://www.issihosts.com/haveged/
-Source0:        http://www.issihosts.com/haveged/%{name}-%{version}.tar.gz
+URL:            https://github.com/jirka-h/haveged
+Source0:        
https://github.com/jirka-h/haveged/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source2:        %{name}.service
 Source3:        90-haveged.rules
 Source4:        haveged-dracut.module
@@ -34,7 +34,6 @@
 Patch1:         haveged-conditional-enttest.patch
 # PATCH-FIX-UPSTREAM: don't write to syslog at startup to avoid deadlocks 
[email protected] bnc#959237
 Patch2:         haveged-no-syslog.patch
-Patch3:         change-sysroot.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -53,10 +52,10 @@
 %{?systemd_requires}
 
 %description
-The haveged daemon feeds the linux entropy pool with random
+The haveged daemon feeds the Linux entropy pool with random
 numbers generated from hidden processor state.
 
-For more informations see http://www.issihosts.com/haveged/
+For more information, see http://www.issihosts.com/haveged/ .
 
 %package devel
 Summary:        Haveged development files
@@ -74,7 +73,7 @@
 Group:          System/Libraries
 
 %description -n libhavege1
-Shared object for the haveged library
+Shared object for the haveged library.
 This package contains the haveged implementation of the HAVEGE
 algorithm and supporting features.
 
@@ -83,7 +82,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p0
 
 %build
 autoreconf -fvi
@@ -110,15 +108,17 @@
 
 %install
 %make_install
-install -D -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
-install -D -m0644 %{SOURCE3} %{buildroot}%{_udevrulesdir}/90-%{name}.rules
-install -D -m0644 %{SOURCE5} 
%{buildroot}%{_unitdir}/%{name}-switch-root.service
+install -Dpm 0644 %{SOURCE2} \
+  %{buildroot}%{_unitdir}/%{name}.service
+install -Dpm 0644 %{SOURCE3} \
+  %{buildroot}%{_udevrulesdir}/90-%{name}.rules
+install -Dpm 0644 %{SOURCE5} \
+  %{buildroot}%{_unitdir}/%{name}-switch-root.service
+install -Dpm 0755 %{SOURCE4} \
+  %{buildroot}%{_prefix}/lib/dracut/modules.d/98%{name}/module-setup.sh
 rm -f %{buildroot}%{_libdir}/libhavege.*a
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 
-install -d -m0755 %{buildroot}%{_prefix}/lib/dracut/modules.d/98%{name}
-install -m0755 %{SOURCE4} 
%{buildroot}%{_prefix}/lib/dracut/modules.d/98%{name}/module-setup.sh
-
 %post
 %{?udev_rules_update:%udev_rules_update}
 %service_add_post %{name}.service
@@ -148,7 +148,7 @@
 %license COPYING
 %{_sbindir}/rc%{name}
 %{_sbindir}/%{name}
-%{_mandir}/man8/%{name}.8%{ext_man}
+%{_mandir}/man8/%{name}.8%{?ext_man}
 %{_unitdir}/%{name}.service
 %{_unitdir}/%{name}-switch-root.service
 %{_udevrulesdir}/90-%{name}.rules
@@ -159,9 +159,10 @@
 
 %files devel
 %license COPYING
-%{_mandir}/man3/libhavege.3%{ext_man}
+%{_mandir}/man3/libhavege.3%{?ext_man}
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/havege.h
+%{_includedir}/%{name}/havegecmd.h
 %doc contrib/build/havege_sample.c
 %{_libdir}/*.so
 

++++++ haveged-1.9.2.tar.gz -> haveged-1.9.4.tar.gz ++++++
++++ 4970 lines of diff (skipped)


Reply via email to