Hello community,

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

Package is "openvswitch"

Sat Nov 25 08:43:35 2017 rev:18 rq:545123 version:2.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openvswitch/openvswitch.changes  2017-10-03 
23:18:19.261670523 +0200
+++ /work/SRC/openSUSE:Factory/.openvswitch.new/openvswitch.changes     
2017-11-25 08:43:36.848169719 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:38:56 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openvswitch.spec ++++++
--- /var/tmp/diff_new_pack.5dKLxy/_old  2017-11-25 08:43:37.892131683 +0100
+++ /var/tmp/diff_new_pack.5dKLxy/_new  2017-11-25 08:43:37.892131683 +0100
@@ -17,6 +17,11 @@
 # needssslcertforbuild
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %define lname libopenvswitch-2_8-0
 %ifarch aarch64 x86_64 %{ix86}
 # DPDK enabled by default
@@ -388,7 +393,7 @@
 %endif
 
 install -D -m 644 
rhel/usr_share_openvswitch_scripts_systemd_sysconfig.template \
-        
%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.openvswitch
+        %{buildroot}%{_fillupdir}/sysconfig.openvswitch
 
 install -d -m 755 %{buildroot}%{_sysconfdir}/logrotate.d
 install -d -m 755 %{buildroot}%{_localstatedir}/log/openvswitch
@@ -603,7 +608,7 @@
 %{_unitdir}/openvswitch.service
 %{_unitdir}/ovs-vswitchd.service
 %{_unitdir}/ovsdb-server.service
-%{_localstatedir}/adm/fillup-templates/sysconfig.openvswitch
+%{_fillupdir}/sysconfig.openvswitch
 %dir %{_localstatedir}/log/openvswitch
 %if %{with dpdk}
 %{_prefix}/lib/udev/rules.d/91-vfio.rules


Reply via email to