Hello community,

here is the log from the commit of package ez-ipupdate for openSUSE:Factory 
checked in at 2016-01-05 21:54:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ez-ipupdate (Old)
 and      /work/SRC/openSUSE:Factory/.ez-ipupdate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ez-ipupdate"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ez-ipupdate/ez-ipupdate.changes  2015-11-12 
19:40:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ez-ipupdate.new/ez-ipupdate.changes     
2016-01-05 21:55:02.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Dec 26 09:01:29 UTC 2015 - [email protected]
+
+- fix location of configuration file in systemd service file
+  (boo#954439)
+- cosmetic change to rundir name (remove leading slash)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ez-ipupdate.spec ++++++
--- /var/tmp/diff_new_pack.UfYcCn/_old  2016-01-05 21:55:03.000000000 +0100
+++ /var/tmp/diff_new_pack.UfYcCn/_new  2016-01-05 21:55:03.000000000 +0100
@@ -51,6 +51,10 @@
 %endif
 %{!?tmpfiles_create:%global tmpfiles_create systemd-tmpfiles --create}
 
+%if ! %{defined _rundir}
+%define _rundir %{_localstatedir}/run
+%endif
+
 %description
 ez-ipupdate is a small utility for updating your hostname for any of
 the dynamic DNS services offered at:
@@ -114,10 +118,10 @@
 install -m 600 %{SOURCE2} %{buildroot}%{_sysconfdir}/ez-ipupdate.conf
 %if 0%{?suse_version} >=1230
 install -m 644 %{SOURCE3} %{buildroot}%{_unitdir}/ez-ipupdate.service
-sed -i -e 's,/run/,/%{_rundir}/,g' %{buildroot}%{_unitdir}/ez-ipupdate.service
+sed -i -e 's,/run/,%{_rundir}/,g' %{buildroot}%{_unitdir}/ez-ipupdate.service
 ln -sf %{_sbindir}/service  %{buildroot}%{_sbindir}/rcez-ipupdate
 install -D -m0644 %{SOURCE4} 
%{buildroot}/%{_prefix}/lib/tmpfiles.d/%{name}.conf
-sed -i -e 's,/run/,/%{_rundir}/,g' 
%{buildroot}/%{_prefix}/lib/tmpfiles.d/%{name}.conf
+sed -i -e 's,/run/,%{_rundir}/,g' 
%{buildroot}/%{_prefix}/lib/tmpfiles.d/%{name}.conf
 %else
 install -m 755 %{SOURCE1} %{buildroot}%{_sysconfdir}/init.d/ez-ipupdate
 ln -sf %{_initddir}/ez-ipupdate %{buildroot}%{_sbindir}/rcez-ipupdate

++++++ ez-ipupdate.service ++++++
--- /var/tmp/diff_new_pack.UfYcCn/_old  2016-01-05 21:55:03.000000000 +0100
+++ /var/tmp/diff_new_pack.UfYcCn/_new  2016-01-05 21:55:03.000000000 +0100
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/run/ez-ipupdate/ez-ipupdate.pid
-ExecStart=/usr/bin/ez-ipupdate --daemon --config-file 
/etc/ez-ipupdate/default.conf --pid-file /run/ez-ipupdate/ez-ipupdate.pid
+ExecStart=/usr/bin/ez-ipupdate --daemon --config-file /etc/ez-ipupdate.conf 
--pid-file /run/ez-ipupdate/ez-ipupdate.pid
 
 [Install]
 WantedBy=multi-user.target


Reply via email to