Hello community,

here is the log from the commit of package irqbalance for openSUSE:Factory 
checked in at 2014-06-19 13:08:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/irqbalance (Old)
 and      /work/SRC/openSUSE:Factory/.irqbalance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "irqbalance"

Changes:
--------
--- /work/SRC/openSUSE:Factory/irqbalance/irqbalance.changes    2013-12-16 
07:07:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.irqbalance.new/irqbalance.changes       
2014-06-19 13:08:37.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Jun 16 13:22:17 UTC 2014 - tr...@suse.de
+
+- Change non-existing group: System/Environment/Daemons to System/Daemons
+
+-------------------------------------------------------------------
+Fri Jun 13 15:43:32 UTC 2014 - tr...@suse.de
+
+- Really fillup (and create) /etc/sysconfig/irqbalance file
+- Remove IRQBALANCE_ONESHOT variable from sysconfig file.
+  Default IRQBALANCE_ONESHOT=auto will be interpreted as --oneshot, other
+  than documented in /etc/sysconfig/irqbalance. The same can be achieved via
+  passing --oneshot via newly introduced IRQBALANCE_ARGS= variable (see below)
+  bnc#874125
+- The irqbalance.service file passes $IRQBALANCE_ARGS when the daemon
+  is started. Provide it for the user via /etc/sysconfig/irqbalance.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ irqbalance.spec ++++++
--- /var/tmp/diff_new_pack.YBzUnn/_old  2014-06-19 13:08:38.000000000 +0200
+++ /var/tmp/diff_new_pack.YBzUnn/_new  2014-06-19 13:08:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package irqbalance
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 Release:        0
 Summary:        Balance IRQs on SMP Machines
 License:        GPL-2.0+
-Group:          System/Environment/Daemons
+Group:          System/Daemons
 Url:            http://code.google.com/p/irqbalance
 Source:         
http://irqbalance.googlecode.com/files/%{name}-%{version}.tar.bz2
 Source3:        sysconfig.irqbalance
@@ -68,7 +68,7 @@
 %service_add_pre irqbalance.service
 
 %post
-%fillup_only
+%fillup_only %{name}
 %service_add_post irqbalance.service
 
 %preun

++++++ sysconfig.irqbalance ++++++
--- /var/tmp/diff_new_pack.YBzUnn/_old  2014-06-19 13:08:38.000000000 +0200
+++ /var/tmp/diff_new_pack.YBzUnn/_new  2014-06-19 13:08:38.000000000 +0200
@@ -3,25 +3,15 @@
 
 ## Type:       string
 ## Default:    ""
-## ServiceRestart:     irq_balancer
+## ServiceRestart:     irqbalance
 #
 # Bitmap of CPUs that are banned from IRQ balancing
 #
 IRQBALANCE_BANNED_CPUS=""
 
-## Type:       list(auto,enabled)
-## Default:    auto
-## ServiceRestart:     Iirq_balancer
-#
-# Instead of running as daemon, the IRQ balancer just does a setup
-# once and then exits. "auto" is the default behaviour which means that
-# the service is started as daemon.
-#
-IRQBALANCE_ONESHOT=auto
-
 ## Type:       string
 ## Default:    ""
-## ServiceRestart:     Iirq_balancer
+## ServiceRestart:     irqbalance
 #
 # Interrupt that don't get balanced as list (separation character doesn't
 # matter). For example broken chipsets don't allow the timer interrupt
@@ -30,3 +20,12 @@
 #
 IRQBALANCE_BANNED_INTERRUPTS=""
 
+## Type:        string
+## Default:     ""
+## ServiceRestart:     irqbalance
+#
+# Pass specific irqbalance(1) options when the service is started via
+# systemctl. For example --debug will show additional output via
+# systemctl status irqbalance
+#
+IRQBALANCE_ARGS=""

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to