Accepting request 354610 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/354610 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=43
This commit is contained in:
commit
fbfd40b510
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 17 11:46:01 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.1.0
|
||||||
|
* Banning support fixes
|
||||||
|
* Load calculation improvements
|
||||||
|
* Documentation fixes
|
||||||
|
* Fix command line preservation across re-scan
|
||||||
|
* Memory leak fixes
|
||||||
|
* Misc. bug fixes
|
||||||
|
* ARM irq support
|
||||||
|
* New --banmod option
|
||||||
|
* New sleep interval option
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 18 09:59:47 UTC 2015 - mbrugger@suse.com
|
Wed Nov 18 09:59:47 UTC 2015 - mbrugger@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package irqbalance
|
# spec file for package irqbalance
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: irqbalance
|
Name: irqbalance
|
||||||
Version: 1.0.9
|
Version: 1.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Balance IRQs on SMP Machines
|
Summary: Balance IRQs on SMP Machines
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -26,9 +26,6 @@ Url: https://github.com/Irqbalance/irqbalance
|
|||||||
Source: https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz
|
Source: https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz
|
||||||
Source3: sysconfig.irqbalance
|
Source3: sysconfig.irqbalance
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
%ifnarch %arm
|
|
||||||
BuildRequires: libnuma-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
@ -36,6 +33,9 @@ Requires(pre): coreutils
|
|||||||
Requires(pre): fillup
|
Requires(pre): fillup
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
%ifnarch %arm
|
||||||
|
BuildRequires: libnuma-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
irqbalance dynamically switches the CPUs for IRQs to prevent cpu0 from
|
irqbalance dynamically switches the CPUs for IRQs to prevent cpu0 from
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3
|
|
||||||
size 44661
|
|
3
v1.1.0.tar.gz
Normal file
3
v1.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:91506e638b03bf27cf5da7dc250d58a753ce8a0288a20265fc7ff0266040706b
|
||||||
|
size 46742
|
Loading…
x
Reference in New Issue
Block a user