Accepting request 809536 from home:trenn:branches:Base:System
- Update to latest git HEAD version 0348a3b. There has been no version update for quite some time, but some restructuring and fixes we want to have included. D install-man-pages.patch OBS-URL: https://build.opensuse.org/request/show/809536 OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=79
This commit is contained in:
parent
f4773e3a59
commit
0b9b213dd0
@ -1,8 +1,10 @@
|
|||||||
Index: irqbalance-1.6.0/misc/irqbalance.service
|
---
|
||||||
===================================================================
|
misc/irqbalance.service | 1 +
|
||||||
--- irqbalance-1.6.0.orig/misc/irqbalance.service 2019-07-01 17:12:55.781596074 +0200
|
1 file changed, 1 insertion(+)
|
||||||
+++ irqbalance-1.6.0/misc/irqbalance.service 2019-07-01 17:13:22.025596492 +0200
|
|
||||||
@@ -13,6 +13,7 @@ ReadOnlyPaths=/
|
--- a/misc/irqbalance.service
|
||||||
|
+++ b/misc/irqbalance.service
|
||||||
|
@@ -14,6 +14,7 @@
|
||||||
ReadWritePaths=/proc/irq
|
ReadWritePaths=/proc/irq
|
||||||
RestrictAddressFamilies=AF_UNIX
|
RestrictAddressFamilies=AF_UNIX
|
||||||
RuntimeDirectory=irqbalance/
|
RuntimeDirectory=irqbalance/
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
Index: irqbalance-1.4.0/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- irqbalance-1.4.0.orig/Makefile.am
|
|
||||||
+++ irqbalance-1.4.0/Makefile.am
|
|
||||||
@@ -46,7 +46,7 @@ irqbalance_ui_SOURCES = $(UI_DIR)/helper
|
|
||||||
irqbalance_ui_LDADD = $(GLIB2_LIBS) $(CURSES_LIBS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
-dist_man_MANS = irqbalance.1
|
|
||||||
+man_MANS = irqbalance.1
|
|
||||||
|
|
||||||
CONFIG_CLEAN_FILES = debug*.list config/*
|
|
||||||
clean-generic:
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:58116b48296a9a34bf72af8f207180b03fc5b4ed47eeec7720af924d9f012a7d
|
|
||||||
size 56616
|
|
3
irqbalance-1.6.0+git20200317.0348a3b.tar.gz
Normal file
3
irqbalance-1.6.0+git20200317.0348a3b.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:39b9752e9402b9286a88cfa1daae3041efd27c817d368bebf38d794a93d539c1
|
||||||
|
size 55042
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 26 14:48:21 UTC 2020 - Thomas Renninger <trenn@suse.de>
|
||||||
|
|
||||||
|
- Update to latest git HEAD version 0348a3b.
|
||||||
|
There has been no version update for quite some time, but some
|
||||||
|
restructuring and fixes we want to have included.
|
||||||
|
D install-man-pages.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 24 11:18:18 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
Fri Apr 24 11:18:18 UTC 2020 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package irqbalance
|
# spec file for package irqbalance
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2020 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
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||||
%endif
|
%endif
|
||||||
Name: irqbalance
|
Name: irqbalance
|
||||||
Version: 1.6.0+git20190711.f7fdebb
|
Version: 1.6.0+git20200317.0348a3b
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Daemon to balance IRQs on SMP machines
|
Summary: Daemon to balance IRQs on SMP machines
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -31,7 +31,6 @@ 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: install-man-pages.patch
|
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -103,5 +102,6 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcirqbalance
|
|||||||
|
|
||||||
%files ui
|
%files ui
|
||||||
%{_sbindir}/irqbalance-ui
|
%{_sbindir}/irqbalance-ui
|
||||||
|
%{_mandir}/man1/irqbalance-ui.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user