Hello community,

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

Package is "etcd"

Thu Nov 30 12:44:59 2017 rev:6 rq:546258 version:3.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/etcd/etcd.changes        2017-09-05 
15:16:43.444553664 +0200
+++ /work/SRC/openSUSE:Factory/.etcd.new/etcd.changes   2017-11-30 
12:45:00.878740533 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:48:13 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ etcd.spec ++++++
--- /var/tmp/diff_new_pack.0yXkZS/_old  2017-11-30 12:45:01.750708834 +0100
+++ /var/tmp/diff_new_pack.0yXkZS/_new  2017-11-30 12:45:01.758708543 +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:           etcd
 Version:        3.2.4
 Release:        0
@@ -76,7 +81,7 @@
 ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
 
 # Sysconfig
-install -D -p -m 0644 %{SOURCE1} 
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.%{name}
 
 # Additional
 install -d -m 750 %{buildroot}%{_localstatedir}/lib/%{name}
@@ -111,7 +116,7 @@
 %{_sbindir}/rc%{name}
 
 # Sysconfig
-%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 
 # Additional
 %dir %attr(0750,%{name},%{name}) %{_localstatedir}/lib/%{name}


Reply via email to