Hello community,

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

Package is "wondershaper"

Mon Nov 27 22:16:54 2017 rev:18 rq:545408 version:1.1a

Changes:
--------
--- /work/SRC/openSUSE:Factory/wondershaper/wondershaper.changes        
2017-04-11 09:40:13.730903429 +0200
+++ /work/SRC/openSUSE:Factory/.wondershaper.new/wondershaper.changes   
2017-11-27 22:16:58.993744351 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:46:47 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wondershaper.spec ++++++
--- /var/tmp/diff_new_pack.bNcFt7/_old  2017-11-27 22:16:59.637720976 +0100
+++ /var/tmp/diff_new_pack.bNcFt7/_new  2017-11-27 22:16:59.641720832 +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:           wondershaper
 Version:        1.1a
 Release:        0
@@ -56,10 +61,10 @@
 %install
 mv wshaper wshaper.cbq
 install -m 755 -d $RPM_BUILD_ROOT/usr/sbin
-install -m 755 -d $RPM_BUILD_ROOT/var/adm/fillup-templates
+install -m 755 -d $RPM_BUILD_ROOT%{_fillupdir}
 install -m 755 -d $RPM_BUILD_ROOT/etc/init.d
 install -m 750 wshaper.* $RPM_BUILD_ROOT/usr/sbin/
-install -m 644 sysconfig.wondershaper $RPM_BUILD_ROOT/var/adm/fillup-templates/
+install -m 644 sysconfig.wondershaper $RPM_BUILD_ROOT%{_fillupdir}/
 install -m 755 rcwondershaper $RPM_BUILD_ROOT/etc/init.d/wondershaper
 ln -sf ../../etc/init.d/wondershaper $RPM_BUILD_ROOT/usr/sbin/rcwondershaper
 
@@ -78,6 +83,6 @@
 %doc COPYING ChangeLog README TODO VERSION
 %config /etc/init.d/wondershaper
 /usr/sbin/*
-/var/adm/fillup-templates/*
+%{_fillupdir}/*
 
 %changelog


Reply via email to