From 3d6b6d7fbf92e184601e30f6af9cf5f167c02085d4e885e3eba965300139a5d4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 17 Aug 2022 21:43:18 +0000 Subject: [PATCH] - Update to version 1.9.0: * correct wait time in oneshot mode * Document updates * disable irqbalance when we only have a single cpu/cache domain * fix UI to fetch full messages from UNIX socket * avoid some buffer overflows * fix UI printf style formatting * drop bounding set from irqbalance OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=97 --- _service | 16 ---------------- _servicedata | 4 ++++ irqbalance-1.8.0.18.git+2435e8d.obscpio | 3 --- irqbalance-1.9.0.tar.gz | 3 +++ irqbalance.changes | 12 ++++++++++++ irqbalance.obsinfo | 5 ----- irqbalance.spec | 7 +++---- 7 files changed, 22 insertions(+), 28 deletions(-) delete mode 100644 _service create mode 100644 _servicedata delete mode 100644 irqbalance-1.8.0.18.git+2435e8d.obscpio create mode 100644 irqbalance-1.9.0.tar.gz delete mode 100644 irqbalance.obsinfo diff --git a/_service b/_service deleted file mode 100644 index a19991f..0000000 --- a/_service +++ /dev/null @@ -1,16 +0,0 @@ - - - git://github.com/Irqbalance/irqbalance.git - git - master - enable - v(.*) - @PARENT_TAG@.@TAG_OFFSET@.git+%h - - - - - gz - *.tar - - diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..e26a1e4 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/Irqbalance/irqbalance.git + e16b05ce9e312a19a6d04baebc780ec5aa8813be \ No newline at end of file diff --git a/irqbalance-1.8.0.18.git+2435e8d.obscpio b/irqbalance-1.8.0.18.git+2435e8d.obscpio deleted file mode 100644 index 96e56be..0000000 --- a/irqbalance-1.8.0.18.git+2435e8d.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75e741bc4366a83b0789050f0bed19ebcd647ff5b11ca74d783c7ac72f4f357a -size 207883 diff --git a/irqbalance-1.9.0.tar.gz b/irqbalance-1.9.0.tar.gz new file mode 100644 index 0000000..50e3810 --- /dev/null +++ b/irqbalance-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883d3f6296f7e4a17e09dc2c91bd972e110fe574c119d9e45ec0c4e35c7317bb +size 55779 diff --git a/irqbalance.changes b/irqbalance.changes index 41a11ca..ac722cf 100644 --- a/irqbalance.changes +++ b/irqbalance.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Aug 17 21:39:04 UTC 2022 - dmueller@suse.com + +- Update to version 1.9.0: + * correct wait time in oneshot mode + * Document updates + * disable irqbalance when we only have a single cpu/cache domain + * fix UI to fetch full messages from UNIX socket + * avoid some buffer overflows + * fix UI printf style formatting + * drop bounding set from irqbalance + ------------------------------------------------------------------- Mon Jun 27 12:52:42 UTC 2022 - Andreas Schwab diff --git a/irqbalance.obsinfo b/irqbalance.obsinfo deleted file mode 100644 index 0341f40..0000000 --- a/irqbalance.obsinfo +++ /dev/null @@ -1,5 +0,0 @@ -name: irqbalance -version: 1.8.0.18.git+2435e8d -mtime: 1629811122 -commit: 2435e8dad1b9e26254a91d48dc4e18b54382d010 - diff --git a/irqbalance.spec b/irqbalance.spec index ca03283..438a940 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -1,7 +1,7 @@ # # spec file for package irqbalance # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,14 +21,13 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: irqbalance -Version: 1.8.0.18.git+2435e8d +Version: 1.9.0 Release: 0 Summary: Daemon to balance IRQs on SMP machines License: GPL-2.0-or-later Group: System/Daemons URL: https://github.com/Irqbalance/irqbalance -# Source: https://github.com/Irqbalance/irqbalance/archive/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz -Source: %{name}-%{version}.tar.gz +Source: https://github.com/Irqbalance/irqbalance/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source3: sysconfig.irqbalance Patch1: Set-fd-limit.patch Patch2: proc-interrupts.patch