Hello community,

here is the log from the commit of package ipvsadm for openSUSE:Factory checked 
in at 2017-11-27 22:16:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipvsadm (Old)
 and      /work/SRC/openSUSE:Factory/.ipvsadm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipvsadm"

Mon Nov 27 22:16:50 2017 rev:24 rq:545406 version:1.29

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipvsadm/ipvsadm.changes  2017-01-09 
11:00:15.869254559 +0100
+++ /work/SRC/openSUSE:Factory/.ipvsadm.new/ipvsadm.changes     2017-11-27 
22:16:52.405983471 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:46:06 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ipvsadm.spec ++++++
--- /var/tmp/diff_new_pack.dxzpzj/_old  2017-11-27 22:16:53.001961838 +0100
+++ /var/tmp/diff_new_pack.dxzpzj/_new  2017-11-27 22:16:53.005961693 +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:           ipvsadm
 BuildRequires:  kernel-source
 BuildRequires:  pkgconfig
@@ -71,14 +76,14 @@
 make POPT_LIB="-lpopt" CFLAGS="%{optflags} -fPIC -DHAVE_POPT -DLIBIPVS_USE_NL 
-I%{_includedir}/libnl3"
 
 %install
-mkdir -p 
%{buildroot}/{sbin,%{_sbindir},%{_mandir}/man8,%{_unitdir},var/adm/fillup-templates}
+mkdir -p 
%{buildroot}/{sbin,%{_sbindir},%{_mandir}/man8,%{_unitdir},%{_fillupdir}}
 make BUILD_ROOT=%{buildroot} MANDIR=%{_mandir} install
 # Sysvinit support dropping
 rm -rf %{buildroot}/etc/init.d
 # install SuSE init script
 install -m 644 %{S:1}                  %{buildroot}%{_unitdir}/%{name}.service
 ln -sf /sbin/service               %{buildroot}%{_sbindir}/rc%{name}
-install -m 644 sysconfig.ipvsadm       
%{buildroot}/var/adm/fillup-templates/sysconfig.%{name}
+install -m 644 sysconfig.ipvsadm       
%{buildroot}%{_fillupdir}/sysconfig.%{name}
 install -m 644 ipvsadm.rules           %{buildroot}%{_sysconfdir}/%{name}.rules
 
 %post
@@ -102,6 +107,6 @@
 /sbin/*
 %{_sbindir}/*
 /%{_mandir}/man*/*
-/var/adm/fillup-templates/sysconfig.%{name}
+%{_fillupdir}/sysconfig.%{name}
 
 %changelog


Reply via email to