Hello community,

here is the log from the commit of package iodine for openSUSE:Factory checked 
in at 2015-05-15 07:43:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iodine (Old)
 and      /work/SRC/openSUSE:Factory/.iodine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iodine"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iodine/iodine.changes    2015-04-27 
22:08:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.iodine.new/iodine.changes       2015-05-15 
07:43:20.000000000 +0200
@@ -1,0 +2,6 @@
+Sat May  9 13:40:37 UTC 2015 - wagner-tho...@gmx.at
+
+- start iodine and iodined after network.target
+- added rc-link
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iodine.spec ++++++
--- /var/tmp/diff_new_pack.bIqgaJ/_old  2015-05-15 07:43:21.000000000 +0200
+++ /var/tmp/diff_new_pack.bIqgaJ/_new  2015-05-15 07:43:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iodine
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Malcolm J Lewis <malcolmle...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,13 +16,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           iodine
 Version:        0.7.0
 Release:        0
-License:        ISC
 Summary:        Tunnel IPv4 data through a DNS server
-Url:            http://code.kryo.se/iodine/
+License:        ISC
 Group:          Productivity/Networking/System
+Url:            http://code.kryo.se/iodine/
 Source0:        http://code.kryo.se/iodine/iodine-%{version}.tar.gz
 Source1:        iodine.service
 Source2:        sysconfig.iodine
@@ -64,13 +65,15 @@
 popd
 # make chroot dir
 mkdir -p %{buildroot}/var/lib/iodined
+# make rc-link
+ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rciodine
+ln -sf /usr/sbin/service %{buildroot}%{_sbindir}/rciodined
 
 %pre
 %service_add_pre iodine.service
 %service_add_pre iodined.service
 /usr/sbin/useradd -r -d /var/lib/iodined -s /bin/false -c "user for iodine dns 
tunnel" -g nobody iodined 2> /dev/null || :
 
-
 %post
 %service_add_post iodine.service
 %service_add_post iodined.service
@@ -93,6 +96,8 @@
 %{_sbindir}/%{name}d
 %{_localstatedir}/adm/fillup-templates/sysconfig.iodine
 %{_localstatedir}/adm/fillup-templates/sysconfig.iodined
+%{_sbindir}/rciodine
+%{_sbindir}/rciodined
 %{_unitdir}/iodine.service
 %{_unitdir}/iodined.service
 %{_mandir}/man8/%{name}.8%{?ext_man}

++++++ iodine.service ++++++
--- /var/tmp/diff_new_pack.bIqgaJ/_old  2015-05-15 07:43:21.000000000 +0200
+++ /var/tmp/diff_new_pack.bIqgaJ/_new  2015-05-15 07:43:21.000000000 +0200
@@ -5,7 +5,7 @@
 
 [Unit]
 Description=iodine lets you tunnel IPv4 data through a DNS server
-After=syslog.target
+After=network.target syslog.target
 
 [Service]
 Type=simple

++++++ iodined.service ++++++
--- /var/tmp/diff_new_pack.bIqgaJ/_old  2015-05-15 07:43:21.000000000 +0200
+++ /var/tmp/diff_new_pack.bIqgaJ/_new  2015-05-15 07:43:21.000000000 +0200
@@ -5,7 +5,7 @@
 
 [Unit]
 Description=iodined lets you tunnel IPv4 data through a DNS server
-After=syslog.target
+After=network.target syslog.target
 
 [Service]
 Type=simple


Reply via email to