Hello community,

here is the log from the commit of package xinetd for openSUSE:Factory checked 
in at 2017-11-30 12:40:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xinetd (Old)
 and      /work/SRC/openSUSE:Factory/.xinetd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xinetd"

Thu Nov 30 12:40:02 2017 rev:38 rq:545042 version:2.3.15.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/xinetd/xinetd.changes    2017-09-07 
22:08:06.394168948 +0200
+++ /work/SRC/openSUSE:Factory/.xinetd.new/xinetd.changes       2017-11-30 
12:40:04.017533520 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:46:40 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xinetd.spec ++++++
--- /var/tmp/diff_new_pack.NrUEjq/_old  2017-11-30 12:40:05.277487708 +0100
+++ /var/tmp/diff_new_pack.NrUEjq/_new  2017-11-30 12:40:05.277487708 +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:           xinetd
 Version:        2.3.15.3
 Release:        0
@@ -65,8 +70,8 @@
 ln -sf service %{buildroot}%{_sbindir}/rc%{name}
 
 # sysconfig
-install -d -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates
-install -m 644 %{SOURCE3} %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -d -m 755 %{buildroot}%{_fillupdir}
+install -m 644 %{SOURCE3} %{buildroot}%{_fillupdir}
 
 %pre
 %service_add_pre %{name}.service
@@ -91,6 +96,6 @@
 %{_sbindir}/rcxinetd
 %{_bindir}/*
 %{_unitdir}/%{name}.service
-%{_localstatedir}/adm/fillup-templates/sysconfig.xinetd
+%{_fillupdir}/sysconfig.xinetd
 
 %changelog


Reply via email to