Hello community,

here is the log from the commit of package ddclient for openSUSE:Factory 
checked in at 2017-11-24 10:56:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ddclient (Old)
 and      /work/SRC/openSUSE:Factory/.ddclient.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ddclient"

Fri Nov 24 10:56:07 2017 rev:44 rq:544946 version:3.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ddclient/ddclient.changes        2017-02-04 
16:55:14.214126489 +0100
+++ /work/SRC/openSUSE:Factory/.ddclient.new/ddclient.changes   2017-11-24 
10:56:09.100600925 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:38:22 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ddclient.spec ++++++
--- /var/tmp/diff_new_pack.f0kwb3/_old  2017-11-24 10:56:10.188561191 +0100
+++ /var/tmp/diff_new_pack.f0kwb3/_new  2017-11-24 10:56:10.192561044 +0100
@@ -16,6 +16,11 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 Name:           ddclient
 Summary:        A Perl Client to Update Dynamic DNS Entries
 License:        GPL-2.0+
@@ -92,8 +97,8 @@
 %{__install} -D -m 755 %{SOURCE4} %{buildroot}%{_sysconfdir}/init.d/%{name}
 %{__ln_s} %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
 %endif
-%{__install} -d -m 755 %{buildroot}/var/adm/fillup-templates
-%{__install} -m 644 %{SOURCE2} 
%{buildroot}/var/adm/fillup-templates/sysconfig.%{name}
+%{__install} -d -m 755 %{buildroot}%{_fillupdir}
+%{__install} -m 644 %{SOURCE2} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 %{__install} -d -m 755 %{buildroot}/var/cache/%{name}
 %if 0%{?has_systemd}
 %{__install} -d -m 755 %{buildroot}/run/%{name}
@@ -151,7 +156,7 @@
 %endif
 %{_sbindir}/%{name}
 %{_sbindir}/rc%{name}
-/var/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %dir %attr(700,%{name},root) %{_localstatedir}/cache/%{name}
 
 %changelog


Reply via email to