Hello community,

here is the log from the commit of package keepalived for openSUSE:Factory 
checked in at 2017-11-25 08:42:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keepalived (Old)
 and      /work/SRC/openSUSE:Factory/.keepalived.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keepalived"

Sat Nov 25 08:42:39 2017 rev:17 rq:545070 version:1.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/keepalived/keepalived.changes    2017-02-25 
00:55:06.442212939 +0100
+++ /work/SRC/openSUSE:Factory/.keepalived.new/keepalived.changes       
2017-11-25 08:42:41.182197878 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:38:30 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ keepalived.spec ++++++
--- /var/tmp/diff_new_pack.hMlh9E/_old  2017-11-25 08:42:42.626145269 +0100
+++ /var/tmp/diff_new_pack.hMlh9E/_new  2017-11-25 08:42:42.630145123 +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
+
 %if 0%{?suse_version} > 1210
 %bcond_without systemd
 %else
@@ -114,7 +119,7 @@
 %install
 make install DESTDIR="%{buildroot}"
 install -dD -m 0750 %{buildroot}%{_var}/lib/%{name}
-install -D  -m 0644 %{buildroot}/etc/sysconfig/keepalived 
%{buildroot}/var/adm/fillup-templates/sysconfig.%{name}
+install -D  -m 0644 %{buildroot}/etc/sysconfig/keepalived 
%{buildroot}%{_fillupdir}/sysconfig.%{name}
 
 %if %{with systemd}
 install -D -m0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
@@ -179,7 +184,7 @@
 /etc/init.d/keepalived
 %endif
 %dir %attr(-,keepalived,keepalived) %{_var}/lib/%{name}
-/var/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 %doc AUTHOR ChangeLog CONTRIBUTORS COPYING README
 %doc doc/samples/
 %doc doc/keepalived.conf.SYNOPSIS doc/NOTE_vrrp_vmac.txt


Reply via email to