Accepting request 282577 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/282577 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=39
This commit is contained in:
@@ -11,8 +11,8 @@ Signed-off-by: Thomas Renninger <trenn@suse.de>
|
||||
|
||||
--- a/activate.c
|
||||
+++ b/activate.c
|
||||
@@ -84,11 +84,14 @@ static void activate_mapping(struct irq_
|
||||
if ((hint_policy == HINT_POLICY_SUBSET) &&
|
||||
@@ -84,11 +84,14 @@ static void activate_mapping(struct irq_info *info, void *data __attribute__((un
|
||||
if ((info->hint_policy == HINT_POLICY_SUBSET) &&
|
||||
(!cpus_empty(info->affinity_hint))) {
|
||||
cpus_and(applied_mask, applied_mask, info->affinity_hint);
|
||||
- if (!cpus_intersects(applied_mask, unbanned_cpus))
|
||||
@@ -31,6 +31,7 @@ Signed-off-by: Thomas Renninger <trenn@suse.de>
|
||||
valid_mask = 1;
|
||||
} else {
|
||||
valid_mask = 1;
|
||||
|
||||
--- a/types.h
|
||||
+++ b/types.h
|
||||
@@ -69,6 +69,7 @@ struct irq_info {
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fed1bb405654be8eda40961667bbe75033667600d828b34419c25a1282e81127
|
||||
size 292154
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 10:36:21 UTC 2015 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 1.0.8
|
||||
* No ChangeLog available
|
||||
- Fix home page and download source Url
|
||||
- Update bug-893478_warn-once.patch; (submitted and accepted to/by
|
||||
upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 13:12:26 UTC 2014 - trenn@suse.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package irqbalance
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: irqbalance
|
||||
Version: 1.0.7
|
||||
Version: 1.0.8
|
||||
Release: 0
|
||||
Summary: Balance IRQs on SMP Machines
|
||||
License: GPL-2.0+
|
||||
Group: System/Daemons
|
||||
Url: http://code.google.com/p/irqbalance
|
||||
Source: http://irqbalance.googlecode.com/files/%{name}-%{version}.tar.bz2
|
||||
Url: https://github.com/Irqbalance/irqbalance
|
||||
Source: https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz
|
||||
Source3: sysconfig.irqbalance
|
||||
Patch0: bug-893478_warn-once.patch
|
||||
BuildRequires: libnuma-devel
|
||||
@@ -32,9 +32,7 @@ BuildRequires: pkgconfig(glib-2.0)
|
||||
Requires(pre): coreutils
|
||||
Requires(pre): fillup
|
||||
ExclusiveArch: ia64 x86_64 ppc64 ppc64le ppc %sparc
|
||||
%if 0%{?suse_version} >= 1130
|
||||
BuildRequires: libcap-ng-devel
|
||||
%endif
|
||||
BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
|
||||
@@ -47,7 +45,7 @@ being used for all IRQs.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure
|
||||
make LDFLAGS="-Wl,-z,relro,-z,now" CFLAGS="%{optflags} -fPIE -pie"
|
||||
cp %{SOURCE3} .
|
||||
|
3
v1.0.8.tar.gz
Normal file
3
v1.0.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9329941b9d6b9edcba045534dbe33a1b681fa8339c94e08d9fd8aad52a7e0d65
|
||||
size 41946
|
Reference in New Issue
Block a user