diff --git a/Set-fd-limit.patch b/Set-fd-limit.patch index 7f0e8cb..183a673 100644 --- a/Set-fd-limit.patch +++ b/Set-fd-limit.patch @@ -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/ diff --git a/install-man-pages.patch b/install-man-pages.patch deleted file mode 100644 index 0a794bf..0000000 --- a/install-man-pages.patch +++ /dev/null @@ -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: diff --git a/irqbalance-1.6.0+git20190711.f7fdebb.tar.gz b/irqbalance-1.6.0+git20190711.f7fdebb.tar.gz deleted file mode 100644 index 8b469be..0000000 --- a/irqbalance-1.6.0+git20190711.f7fdebb.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58116b48296a9a34bf72af8f207180b03fc5b4ed47eeec7720af924d9f012a7d -size 56616 diff --git a/irqbalance-1.6.0+git20200317.0348a3b.tar.gz b/irqbalance-1.6.0+git20200317.0348a3b.tar.gz new file mode 100644 index 0000000..6e2724e --- /dev/null +++ b/irqbalance-1.6.0+git20200317.0348a3b.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b9752e9402b9286a88cfa1daae3041efd27c817d368bebf38d794a93d539c1 +size 55042 diff --git a/irqbalance.changes b/irqbalance.changes index 6c015a3..4d91ffa 100644 --- a/irqbalance.changes +++ b/irqbalance.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue May 26 14:48:21 UTC 2020 - Thomas Renninger + +- 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 diff --git a/irqbalance.spec b/irqbalance.spec index adce7c3..914feaf 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -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