Hello community,

here is the log from the commit of package radvd for openSUSE:Factory checked 
in at 2017-09-29 11:49:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/radvd (Old)
 and      /work/SRC/openSUSE:Factory/.radvd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "radvd"

Fri Sep 29 11:49:21 2017 rev:30 rq:528786 version:2.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/radvd/radvd.changes      2015-05-16 
19:01:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.radvd.new/radvd.changes 2017-09-29 
11:49:24.173427693 +0200
@@ -1,0 +2,33 @@
+Tue Sep 26 11:34:15 UTC 2017 - [email protected]
+
+- only do group prereq on new style distro
+
+-------------------------------------------------------------------
+Tue Sep 26 08:23:23 UTC 2017 - [email protected]
+
+- update to 2.17:
+  * Fix STDERR_SYSLOG log level bug.
+  * Always close stdout and stderr when daemonizing.
+  * Implement RFC 7772 Section 5.1.1, 5.1.2, defaulted to on. <Robin H. 
Johnson>
+  * Fixed ExecReload in systemd service file <Harald Albrecht>
+  * Merged ARPHRD_6LOWPAN netlink query from <Alexander Aring>
+  * Add systemd service file <Craig Andrews>
+  * Fixed bug in new vs old address list comparison when
+    responding to netlink messages.
+  * Fix netlink bug where RADVD reacts to RTM_NEWADDR
+    messages when there weren't actually any new addresses
+    to be found.  Those RTM_NEWADDR messages were only
+  * process.c: fixup ugly overflow check
+    radvd.conf.5.man: minor fixup to 'client' option
+    radvd.conf.5.man: update abro usage
+    gram.y: deprecate abro prefix length
+    device-linux.c: IEEE 802.15.4 musl libc fix
+    send.c: seconds/miliseconds comparison fix
+    send.c: preferred lifetime RFC 4862, 5.5.3 fix
+    defaults.h: remaining lifetime RFC 4862 fix
+    radvdump: show routes with prefixlen > 64
+- run tmpfiles_create in post to ensure creation of rundir
+- depend on daemon group to be created before adding user
+- fix rundir group permission
+
+-------------------------------------------------------------------

Old:
----
  radvd-2.11.tar.xz
  radvd-2.11.tar.xz.asc

New:
----
  radvd-2.17.tar.xz
  radvd-2.17.tar.xz.asc

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

Other differences:
------------------
++++++ radvd.spec ++++++
--- /var/tmp/diff_new_pack.b70kqv/_old  2017-09-29 11:49:24.877328430 +0200
+++ /var/tmp/diff_new_pack.b70kqv/_new  2017-09-29 11:49:24.877328430 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package radvd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %if ! %{defined _rundir}
 %define _rundir %{_localstatedir}/run
 %endif
 
 Name:           radvd
-Version:        2.11
+Version:        2.17
 Release:        0
 Summary:        Router ADVertisement Daemon for IPv6
 License:        BSD-3-Clause
@@ -45,6 +46,9 @@
 BuildRequires:  pkgconfig(check)
 Requires(pre):  %fillup_prereq
 Requires(pre):  shadow
+%if 0%{?suse_version} >= 1330
+Requires(pre):  group(daemon)
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
@@ -75,7 +79,7 @@
 install -m 644 /dev/null %{buildroot}%{_sysconfdir}/radvd.conf
 
 install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
-install -D -m 0644 redhat/radvd-tmpfs.conf 
%{buildroot}%{_libexecdir}/tmpfiles.d/radvd-tmpfs.conf
+install -D -m 0644 redhat/radvd-tmpfs.conf 
%{buildroot}%{_libexecdir}/tmpfiles.d/%name.conf
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcradvd
 
 %pre
@@ -116,6 +120,7 @@
 fi
 #
 install -d -m 755 -o radvd /run/radvd
+%tmpfiles_create %{_tmpfilesdir}/%name.conf
 
 %service_add_post %{name}.service
 
@@ -127,7 +132,7 @@
 
 %files
 %defattr(-,root,root)
-%ghost %dir %attr(0755,radvd,root) /run/radvd/
+%ghost %dir %attr(0755,radvd,daemon) /run/radvd/
 %ghost %config(noreplace) %{_sysconfdir}/radvd.conf
 %{_localstatedir}/adm/fillup-templates/sysconfig.radvd
 %{_sbindir}/radvd
@@ -140,6 +145,6 @@
 %{_sbindir}/rcradvd
 %{_unitdir}/%{name}.service
 %dir %{_libexecdir}/tmpfiles.d
-%{_libexecdir}/tmpfiles.d/%{name}-tmpfs.conf
+%{_libexecdir}/tmpfiles.d/%{name}.conf
 
 %changelog

++++++ radvd-2.11.tar.xz -> radvd-2.17.tar.xz ++++++
++++ 8540 lines of diff (skipped)



Reply via email to