Hello community,

here is the log from the commit of package radvd for openSUSE:Factory checked 
in at 2015-03-18 13:08:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/radvd (Old)
 and      /work/SRC/openSUSE:Factory/.radvd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "radvd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/radvd/radvd.changes      2014-11-18 
22:45:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.radvd.new/radvd.changes 2015-03-18 
13:08:29.000000000 +0100
@@ -1,0 +2,10 @@
+Sun Mar 15 16:49:20 UTC 2015 - [email protected]
+
+- Update to version 2.10
+  * Reverted random delay work because it broke detecting new 
+    interfaces in a timely manor.
+- Update radvd-configure.patch
+- Do not provide both sysvinit/systemd init files; it's redundant
+- Add a backward compatibility link for systemd
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ radvd.spec ++++++
--- /var/tmp/diff_new_pack.cIoaBC/_old  2015-03-18 13:08:29.000000000 +0100
+++ /var/tmp/diff_new_pack.cIoaBC/_new  2015-03-18 13:08:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package radvd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           radvd
-Version:        2.2 
+Version:        2.10
 Release:        0
 Summary:        Router ADVertisement Daemon for IPv6
 License:        BSD-3-Clause
@@ -40,13 +40,14 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(check)
 PreReq:         %fillup_prereq
-PreReq:         %insserv_prereq
 PreReq:         /usr/sbin/useradd
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1210
 BuildRequires:  systemd
 %{?systemd_requires}
 %define i_can_has_systemd 1
+%else
+PreReq:         %insserv_prereq
 %endif
 
 %description
@@ -66,17 +67,20 @@
 
 %install
 %makeinstall
-mkdir -p %{buildroot}%{_sysconfdir}/init.d
 mkdir -p %{buildroot}/run/radvd
-install -m 0755 %{SOURCE1} %{buildroot}%{_initddir}/radvd
-ln -sf /etc/init.d/radvd %{buildroot}%{_sbindir}/rcradvd
 mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates
+mkdir -p %{buildroot}%{_sysconfdir}
 install -m 644 %{SOURCE2} %{buildroot}%{_localstatedir}/adm/fillup-templates/
 install -m 644 /dev/null %{buildroot}%{_sysconfdir}/radvd.conf
 
 %if 0%{?i_can_has_systemd}
 install -D -m 0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service
 install -D -m 0644 redhat/radvd-tmpfs.conf 
%{buildroot}/usr/lib/tmpfiles.d/radvd-tmpfs.conf
+ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcradvd
+%else
+mkdir -p %{buildroot}%{_sysconfdir}/init.d
+install -m 0755 %{SOURCE1} %{buildroot}%{_initddir}/radvd
+ln -sf /etc/init.d/radvd %{buildroot}%{_sbindir}/rcradvd
 %endif
 
 %pre
@@ -127,18 +131,18 @@
 %endif
 
 %postun
-%restart_on_update radvd
-%insserv_cleanup
-
 %if 0%{?i_can_has_systemd}
 %service_del_postun %{name}.service
+%else
+%restart_on_update radvd
+%insserv_cleanup
 %endif
 
 %preun
-%stop_on_removal radvd
-
 %if 0%{?i_can_has_systemd}
 %service_del_preun %{name}.service
+%else
+%stop_on_removal radvd
 %endif
 
 %files
@@ -148,16 +152,17 @@
 %{_localstatedir}/adm/fillup-templates/sysconfig.radvd
 %{_sbindir}/radvd
 %{_sbindir}/radvdump
-%doc %{_mandir}/man8/radvd.8.gz
-%doc %{_mandir}/man8/radvdump.8.gz
-%doc %{_mandir}/man5/radvd.conf.5.gz
+%{_mandir}/man8/radvd.8.gz
+%{_mandir}/man8/radvdump.8.gz
+%{_mandir}/man5/radvd.conf.5.gz
 %doc CHANGES COPYRIGHT TODO INTRO.html
 %doc radvd.conf.example
-%config %{_sysconfdir}/init.d/radvd
 %{_sbindir}/rcradvd
 %if 0%{?i_can_has_systemd}
 %{_unitdir}/%{name}.service
 /usr/lib/tmpfiles.d/%{name}-tmpfs.conf
+%else
+%config %{_sysconfdir}/init.d/radvd
 %endif
 
 %changelog

++++++ radvd-2.2.tar.xz -> radvd-2.10.tar.xz ++++++
++++ 2209 lines of diff (skipped)

++++++ radvd-configure.patch ++++++
--- /var/tmp/diff_new_pack.cIoaBC/_old  2015-03-18 13:08:30.000000000 +0100
+++ /var/tmp/diff_new_pack.cIoaBC/_new  2015-03-18 13:08:30.000000000 +0100
@@ -1,7 +1,7 @@
-diff -rupN radvd-2.2.old/configure.ac radvd-2.2/configure.ac
---- radvd-2.2.old/configure.ac 2014-07-29 08:26:43.000000000 -0700
-+++ radvd-2.2/configure.ac     2014-07-29 19:23:38.842918895 -0700
-@@ -47,7 +47,9 @@ you must specifiy it with --target on th
+diff -rupN radvd.old/configure.ac radvd/configure.ac
+--- radvd.old/configure.ac     2014-07-29 08:26:43.000000000 -0700
++++ radvd/configure.ac 2014-07-29 19:23:38.842918895 -0700
+@@ -47,7 +47,9 @@
  esac
  
  dnl Determine CC and preset CFLAGS
@@ -10,5 +10,5 @@
 +AC_USE_SYSTEM_EXTENSIONS
 +AC_SYS_LARGEFILE
  AC_PROG_RANLIB
- PKG_CHECK_MODULES([CHECK], [check >= 0.9.4])
  
+ if test "$arch" = "linux" ; then

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

Reply via email to