Accepting request 815730 from home:jmoellers:branches:Base:System
OBS-URL: https://build.opensuse.org/request/show/815730 OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=81
This commit is contained in:
parent
0b9b213dd0
commit
5f792c1919
13
Correct-capitalizing-in-service-file.patch
Normal file
13
Correct-capitalizing-in-service-file.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: irqbalance-1.6.0+git20200317.0348a3b/misc/irqbalance.service
|
||||||
|
===================================================================
|
||||||
|
--- irqbalance-1.6.0+git20200317.0348a3b.orig/misc/irqbalance.service
|
||||||
|
+++ irqbalance-1.6.0+git20200317.0348a3b/misc/irqbalance.service
|
||||||
|
@@ -5,7 +5,7 @@ Documentation=https://github.com/Irqbala
|
||||||
|
ConditionVirtualization=!container
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
-Environmentfile=-/usr/lib/irqbalance/defaults.env
|
||||||
|
+EnvironmentFile=-/usr/lib/irqbalance/defaults.env
|
||||||
|
EnvironmentFile=-/path/to/irqbalance.env
|
||||||
|
ExecStart=/usr/sbin/irqbalance --foreground $IRQBALANCE_ARGS
|
||||||
|
CapabilityBoundingSet=
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 18 11:10:20 UTC 2020 - Josef Möllers <josef.moellers@suse.com>
|
||||||
|
|
||||||
|
- Corrected mis-spelling (wrong CamelCase) of "EnvironmentFile"
|
||||||
|
in misc/irqbalance.service
|
||||||
|
[bsc#1172665, Correct-capitalizing-in-service-file.patch]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 26 14:48:21 UTC 2020 - Thomas Renninger <trenn@suse.de>
|
Tue May 26 14:48:21 UTC 2020 - Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package irqbalance
|
# spec file for package irqbalance
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -31,6 +31,7 @@ URL: https://github.com/Irqbalance/irqbalance
|
|||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source3: sysconfig.irqbalance
|
Source3: sysconfig.irqbalance
|
||||||
Patch1: Set-fd-limit.patch
|
Patch1: Set-fd-limit.patch
|
||||||
|
Patch2: Correct-capitalizing-in-service-file.patch
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user