This commit is contained in:
parent
0383ebf7cc
commit
46aea17d4c
@ -10,7 +10,7 @@
|
|||||||
# Provides: irqbalance
|
# Provides: irqbalance
|
||||||
# Required-Start: $remote_fs
|
# Required-Start: $remote_fs
|
||||||
# Should-Start:
|
# Should-Start:
|
||||||
# Required-Stop:
|
# Required-Stop: $remote_fs
|
||||||
# Should-Stop:
|
# Should-Stop:
|
||||||
# Default-Start: 1 2 3 5
|
# Default-Start: 1 2 3 5
|
||||||
# Default-Stop: 0 6
|
# Default-Stop: 0 6
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 15 22:44:13 CEST 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
- add "Required-Stop" to fix rpmlint error
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 11 22:49:59 CET 2007 - bwalle@suse.de
|
Tue Dec 11 22:49:59 CET 2007 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -1,22 +1,30 @@
|
|||||||
#
|
#
|
||||||
# spec file for package irqbalance (Version 0.55)
|
# spec file for package irqbalance (Version 0.55)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
|
||||||
# package are under the same license as the package itself.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: irqbalance
|
Name: irqbalance
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: %insserv_prereq
|
PreReq: %insserv_prereq
|
||||||
Version: 0.55
|
Version: 0.55
|
||||||
Release: 54
|
Release: 106
|
||||||
Summary: Balance IRQs on SMP Machines
|
Summary: Balance IRQs on SMP Machines
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: irqbalance.pod
|
Source1: irqbalance.pod
|
||||||
@ -84,18 +92,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/fillup-templates/sysconfig.irqbalance
|
/var/adm/fillup-templates/sysconfig.irqbalance
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 11 2007 - bwalle@suse.de
|
* Sat Aug 16 2008 bwalle@suse.de
|
||||||
|
- add "Required-Stop" to fix rpmlint error
|
||||||
|
* Wed Dec 12 2007 bwalle@suse.de
|
||||||
- add /etc/sysconfig/irqbalance configuration file for
|
- add /etc/sysconfig/irqbalance configuration file for
|
||||||
IRQBALANCE_ONESHOT, IRQBALANCE_BANNED_CPUS and
|
IRQBALANCE_ONESHOT, IRQBALANCE_BANNED_CPUS and
|
||||||
IRQBALANCE_BANNED_INTERRUPTS configuration (#342593)
|
IRQBALANCE_BANNED_INTERRUPTS configuration (#342593)
|
||||||
- fix some minor rpmlint warnings
|
- fix some minor rpmlint warnings
|
||||||
* Thu Apr 26 2007 - bwalle@suse.de
|
* Thu Apr 26 2007 bwalle@suse.de
|
||||||
- remove special handling of timer interrupt and dual core
|
- remove special handling of timer interrupt and dual core
|
||||||
systems from init script because the new irq balancer does
|
systems from init script because the new irq balancer does
|
||||||
that automatically
|
that automatically
|
||||||
* Mon Apr 16 2007 - bwalle@suse.de
|
* Mon Apr 16 2007 bwalle@suse.de
|
||||||
- wrote manpage for irqbalance
|
- wrote manpage for irqbalance
|
||||||
* Wed Apr 11 2007 - bwalle@suse.de
|
* Wed Apr 11 2007 bwalle@suse.de
|
||||||
- updated to irqbalance.org 0.55
|
- updated to irqbalance.org 0.55
|
||||||
o rewrite from static arrays to dynamic lists using glib
|
o rewrite from static arrays to dynamic lists using glib
|
||||||
o added IRQBALANCE_ONESHOT, IRQBALANCE_BANNED_INTERRUPTS
|
o added IRQBALANCE_ONESHOT, IRQBALANCE_BANNED_INTERRUPTS
|
||||||
@ -104,44 +114,44 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
broken hardware
|
broken hardware
|
||||||
- added $remote_fs to Required-Start since the binary needs
|
- added $remote_fs to Required-Start since the binary needs
|
||||||
glib2
|
glib2
|
||||||
* Tue Apr 03 2007 - bwalle@suse.de
|
* Tue Apr 03 2007 bwalle@suse.de
|
||||||
- increased IRQ number to (256 + (32*MAX_CPU)) as done in the
|
- increased IRQ number to (256 + (32*MAX_CPU)) as done in the
|
||||||
x86_64 kernel
|
x86_64 kernel
|
||||||
* Fri Jul 14 2006 - sf@suse.de
|
* Fri Jul 14 2006 sf@suse.de
|
||||||
- added patch from bug #171500, fixing regexps
|
- added patch from bug #171500, fixing regexps
|
||||||
* Tue May 16 2006 - sf@suse.de
|
* Tue May 16 2006 sf@suse.de
|
||||||
- added irqbalance-assert.diff to completely fix
|
- added irqbalance-assert.diff to completely fix
|
||||||
bug #158186 (see changelog entry below)
|
bug #158186 (see changelog entry below)
|
||||||
* Tue May 09 2006 - sf@suse.de
|
* Tue May 09 2006 sf@suse.de
|
||||||
- increase MAX_INTERRUPTS to 512 to avoid
|
- increase MAX_INTERRUPTS to 512 to avoid
|
||||||
segfault (bug #158186)
|
segfault (bug #158186)
|
||||||
* Wed May 03 2006 - sf@suse.de
|
* Wed May 03 2006 sf@suse.de
|
||||||
- modified startscript to start irqbalancing only on real SMP
|
- modified startscript to start irqbalancing only on real SMP
|
||||||
machines (multisocket) (bug #171500)
|
machines (multisocket) (bug #171500)
|
||||||
* Thu Feb 09 2006 - ak@suse.de
|
* Thu Feb 09 2006 ak@suse.de
|
||||||
- increase max number of cpus to 128 (#146945)
|
- increase max number of cpus to 128 (#146945)
|
||||||
- install manpage
|
- install manpage
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Oct 31 2005 - dmueller@suse.de
|
* Mon Oct 31 2005 dmueller@suse.de
|
||||||
- don't build as root
|
- don't build as root
|
||||||
* Fri Sep 02 2005 - ro@suse.de
|
* Fri Sep 02 2005 ro@suse.de
|
||||||
- rcscript: ignore on machines with < 2 CPUs
|
- rcscript: ignore on machines with < 2 CPUs
|
||||||
* Tue Jun 21 2005 - ro@suse.de
|
* Tue Jun 21 2005 ro@suse.de
|
||||||
- build with fPIE/pie
|
- build with fPIE/pie
|
||||||
* Mon Feb 16 2004 - sf@suse.de
|
* Mon Feb 16 2004 sf@suse.de
|
||||||
- update to 0.09
|
- update to 0.09
|
||||||
* Sat Sep 20 2003 - kukuk@suse.de
|
* Sat Sep 20 2003 kukuk@suse.de
|
||||||
- Add PreRequires for insserv
|
- Add PreRequires for insserv
|
||||||
* Thu Sep 04 2003 - ro@suse.de
|
* Thu Sep 04 2003 ro@suse.de
|
||||||
- added stop_on_removal and restart_on_update
|
- added stop_on_removal and restart_on_update
|
||||||
- changed insserv_and_fillup to insserv_force_if_yast
|
- changed insserv_and_fillup to insserv_force_if_yast
|
||||||
* Thu Sep 04 2003 - sf@suse.de
|
* Thu Sep 04 2003 sf@suse.de
|
||||||
- added %%insserv_and_fillup in %%post
|
- added %%insserv_and_fillup in %%post
|
||||||
and %%insserv_cleanup in %%postun
|
and %%insserv_cleanup in %%postun
|
||||||
* Thu Sep 04 2003 - ak@suse.de
|
* Thu Sep 04 2003 ak@suse.de
|
||||||
- update to version 0.6
|
- update to version 0.6
|
||||||
- Clean up init script a bit
|
- Clean up init script a bit
|
||||||
- Move initscript outside tar and mark as source
|
- Move initscript outside tar and mark as source
|
||||||
* Fri Mar 21 2003 - sf@suse.de
|
* Fri Mar 21 2003 sf@suse.de
|
||||||
- initial version 0.1
|
- initial version 0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user