Hello community,

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

Package is "tgt"

Fri Nov 24 10:55:47 2017 rev:33 rq:544909 version:1.0.60

Changes:
--------
--- /work/SRC/openSUSE:Factory/tgt/tgt.changes  2017-02-03 20:03:29.955943403 
+0100
+++ /work/SRC/openSUSE:Factory/.tgt.new/tgt.changes     2017-11-24 
10:55:48.005371382 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:42:22 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tgt.spec ++++++
--- /var/tmp/diff_new_pack.8haNYG/_old  2017-11-24 10:55:48.953336759 +0100
+++ /var/tmp/diff_new_pack.8haNYG/_new  2017-11-24 10:55:48.957336613 +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:           tgt
 Version:        1.0.60
 Release:        0
@@ -68,7 +73,7 @@
 make DESTDIR=%{buildroot} docdir=%{_docdir}/%{name} install
 install -vD -m 644 %{SOURCE1} %{buildroot}/%{_unitdir}/%{name}d.service
 install -vD %{SOURCE3} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/tgt
-install -vD %{SOURCE4} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -vD %{SOURCE4} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 ln -sf service %{buildroot}/%{_sbindir}/rc%{name}d
 
 %pre
@@ -91,7 +96,7 @@
 %dir %{_sysconfdir}/tgt/conf.d
 %config %attr(0644,root,root) %{_sysconfdir}/tgt/targets.conf
 %config %attr(0644,root,root) 
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/tgt
-%{_localstatedir}/adm/fillup-templates/sysconfig.tgt
+%{_fillupdir}/sysconfig.tgt
 %{_unitdir}/%{name}d.service
 %doc README doc/README.iscsi doc/README.iser doc/README.lu_configuration
 %doc doc/README.mmc doc/README.passthrough doc/README.sbcjukebox doc/README.ssc


Reply via email to