- 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
This commit is contained in:
parent
8b4b5a75f2
commit
3d6b6d7fbf
16
_service
16
_service
@ -1,16 +0,0 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="localonly">
|
||||
<param name="url">git://github.com/Irqbalance/irqbalance.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.git+%h</param>
|
||||
</service>
|
||||
<service name="set_version" mode="localonly"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Irqbalance/irqbalance.git</param>
|
||||
<param name="changesrevision">e16b05ce9e312a19a6d04baebc780ec5aa8813be</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75e741bc4366a83b0789050f0bed19ebcd647ff5b11ca74d783c7ac72f4f357a
|
||||
size 207883
|
3
irqbalance-1.9.0.tar.gz
Normal file
3
irqbalance-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:883d3f6296f7e4a17e09dc2c91bd972e110fe574c119d9e45ec0c4e35c7317bb
|
||||
size 55779
|
@ -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 <schwab@suse.de>
|
||||
|
||||
|
@ -1,5 +0,0 @@
|
||||
name: irqbalance
|
||||
version: 1.8.0.18.git+2435e8d
|
||||
mtime: 1629811122
|
||||
commit: 2435e8dad1b9e26254a91d48dc4e18b54382d010
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user