Hello community,

here is the log from the commit of package qos for openSUSE:Factory checked in 
at 2017-12-14 11:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qos (Old)
 and      /work/SRC/openSUSE:Factory/.qos.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qos"

Thu Dec 14 11:03:24 2017 rev:5 rq:556710 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qos/qos.changes  2017-03-20 17:13:14.278734191 
+0100
+++ /work/SRC/openSUSE:Factory/.qos.new/qos.changes     2017-12-14 
11:03:26.662348645 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:46:43 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qos.spec ++++++
--- /var/tmp/diff_new_pack.cy1Ykw/_old  2017-12-14 11:03:27.690299022 +0100
+++ /var/tmp/diff_new_pack.cy1Ykw/_new  2017-12-14 11:03:27.690299022 +0100
@@ -17,21 +17,25 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir %{_fillupdir}
+%endif
+
 %define initdir     %{_sysconfdir}/init.d
 %define netconfdir  %{_sysconfdir}/sysconfig/network
 %define modprobe    /sbin/modprobe
 %define tcutil      %{_sbindir}/tc
 %define iputil      /bin/ip
-%define fillupdir   %{_var}/adm/fillup-templates
 
 Name:           qos
 Version:        1.0.1
 Release:        0
 BuildArch:      noarch
 Summary:        Simple traffic shaping utility for fighting bufferbloat
+#Source0:            https://github.com/archiecobbs/qos/archive/1.0.1.tar.gz
 License:        Apache-2.0
 Group:          System/Management
-#Source0:            https://github.com/archiecobbs/qos/archive/1.0.1.tar.gz
 Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            https://github.com/archiecobbs/qos
@@ -100,6 +104,5 @@
 %files
 %attr(0755,root,root) %{initdir}/*
 %attr(0755,root,root) %{_sbindir}/*
-%attr(0644,root,root) %{fillupdir}/*
 
 %changelog


Reply via email to