Hello community,

here is the log from the commit of package irqbalance for openSUSE:Factory 
checked in at 2017-11-30 12:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/irqbalance (Old)
 and      /work/SRC/openSUSE:Factory/.irqbalance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "irqbalance"

Thu Nov 30 12:41:17 2017 rev:49 rq:545240 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/irqbalance/irqbalance.changes    2017-03-10 
21:44:55.334222811 +0100
+++ /work/SRC/openSUSE:Factory/.irqbalance.new/irqbalance.changes       
2017-11-30 12:41:18.802814379 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:40:17 UTC 2017 - [email protected]
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ irqbalance.spec ++++++
--- /var/tmp/diff_new_pack.fPbB05/_old  2017-11-30 12:41:19.562786747 +0100
+++ /var/tmp/diff_new_pack.fPbB05/_new  2017-11-30 12:41:19.566786601 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package irqbalance
 #
-# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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:           irqbalance
 Version:        1.2.0
 Release:        0
@@ -60,8 +65,8 @@
 %install
 %make_install
 
-mkdir -p %{buildroot}%{_localstatedir}/adm/fillup-templates/
-install -m 0644 sysconfig.irqbalance 
%{buildroot}%{_localstatedir}/adm/fillup-templates/
+mkdir -p %{buildroot}%{_fillupdir}/
+install -m 0644 sysconfig.irqbalance %{buildroot}%{_fillupdir}/
 sed -ie 
"s|EnvironmentFile=.*|EnvironmentFile=%{_sysconfdir}/sysconfig/irqbalance|g" 
misc/irqbalance.service
 # Remove syslog.target in systemd service file; not provided by systemd anymore
 sed -ie "s|After=syslog.target||g" misc/irqbalance.service
@@ -88,6 +93,6 @@
 %{_sbindir}/rcirqbalance
 %{_unitdir}/irqbalance.service
 %{_mandir}/man1/irqbalance.1.gz
-%{_localstatedir}/adm/fillup-templates/sysconfig.irqbalance
+%{_fillupdir}/sysconfig.irqbalance
 
 %changelog


Reply via email to