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:
Thomas Renninger 2020-05-27 14:10:02 +00:00 committed by Git OBS Bridge
parent f4773e3a59
commit 0b9b213dd0
6 changed files with 21 additions and 24 deletions

View File

@ -1,8 +1,10 @@
Index: irqbalance-1.6.0/misc/irqbalance.service
===================================================================
--- irqbalance-1.6.0.orig/misc/irqbalance.service 2019-07-01 17:12:55.781596074 +0200
+++ irqbalance-1.6.0/misc/irqbalance.service 2019-07-01 17:13:22.025596492 +0200
@@ -13,6 +13,7 @@ ReadOnlyPaths=/
---
misc/irqbalance.service | 1 +
1 file changed, 1 insertion(+)
--- a/misc/irqbalance.service
+++ b/misc/irqbalance.service
@@ -14,6 +14,7 @@
ReadWritePaths=/proc/irq
RestrictAddressFamilies=AF_UNIX
RuntimeDirectory=irqbalance/

View File

@ -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:

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58116b48296a9a34bf72af8f207180b03fc5b4ed47eeec7720af924d9f012a7d
size 56616

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39b9752e9402b9286a88cfa1daae3041efd27c817d368bebf38d794a93d539c1
size 55042

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: irqbalance
Version: 1.6.0+git20190711.f7fdebb
Version: 1.6.0+git20200317.0348a3b
Release: 0
Summary: Daemon to balance IRQs on SMP machines
License: GPL-2.0-or-later
@ -31,7 +31,6 @@ URL: https://github.com/Irqbalance/irqbalance
Source: %{name}-%{version}.tar.gz
Source3: sysconfig.irqbalance
Patch1: Set-fd-limit.patch
Patch2: install-man-pages.patch
BuildRequires: libcap-ng-devel
BuildRequires: libtool
BuildRequires: ncurses-devel
@ -103,5 +102,6 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcirqbalance
%files ui
%{_sbindir}/irqbalance-ui
%{_mandir}/man1/irqbalance-ui.1%{?ext_man}
%changelog