Hello community,

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

Package is "mailgraph"

Fri Nov 24 10:56:11 2017 rev:3 rq:544948 version:1.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/mailgraph/mailgraph.changes      2017-03-20 
17:08:46.656522304 +0100
+++ /work/SRC/openSUSE:Factory/.mailgraph.new/mailgraph.changes 2017-11-24 
10:56:13.416443302 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:51:01 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mailgraph.spec ++++++
--- /var/tmp/diff_new_pack.UYXs6y/_old  2017-11-24 10:56:14.260412478 +0100
+++ /var/tmp/diff_new_pack.UYXs6y/_new  2017-11-24 10:56:14.264412331 +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
+
 %define serverroot %(/usr/sbin/apxs2 -q datadir 2>/dev/null || /usr/sbin/apxs2 
-q PREFIX)
 %define cgi_dir %{serverroot}/cgi-bin
 %define css_dir %{serverroot}/htdocs/css
@@ -73,7 +78,7 @@
 
 %install
 %{__install} -d -m 755 %{buildroot}%{_bindir} %{buildroot}%{_sbindir}
-%{__install} -d -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates
+%{__install} -d -m 755 %{buildroot}%{_fillupdir}
 %{__install} -d -m 755 %{buildroot}%{_localstatedir}/lib/%{name}/img
 %{__install} -d -m 755 %{buildroot}%{_localstatedir}/log/%{name}
 %{__install} -d -m 755 %{buildroot}%{_sysconfdir}/init.d
@@ -86,7 +91,7 @@
 %{__install} -m 644 %{name}.css %{buildroot}%{css_dir}/
 %{__install} -m 755 %{S:1} %{buildroot}%{_sysconfdir}/init.d/%{name}
 %{__install} -m 644 %{S:2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
-%{__install} -m 644 %{S:3} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{__install} -m 644 %{S:3} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 %{__ln_s} -f ../../etc/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name}
 
 %post
@@ -114,6 +119,6 @@
 %{css_dir}/%{name}.css
 %{_sysconfdir}/init.d/%{name}
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 
 %changelog


Reply via email to