Accepting request 1159640 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1159640 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=74
This commit is contained in:
commit
cebccfb19b
@ -2,15 +2,15 @@
|
||||
misc/irqbalance.service | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
Index: irqbalance-1.9.2.24.git+184c950/misc/irqbalance.service
|
||||
Index: irqbalance-1.9.4.0.git+f8b8cdd/misc/irqbalance.service
|
||||
===================================================================
|
||||
--- irqbalance-1.9.2.24.git+184c950.orig/misc/irqbalance.service
|
||||
+++ irqbalance-1.9.2.24.git+184c950/misc/irqbalance.service
|
||||
@@ -13,6 +13,7 @@ ReadOnlyPaths=/
|
||||
--- irqbalance-1.9.4.0.git+f8b8cdd.orig/misc/irqbalance.service
|
||||
+++ irqbalance-1.9.4.0.git+f8b8cdd/misc/irqbalance.service
|
||||
@@ -16,6 +16,7 @@ ReadOnlyPaths=/
|
||||
ReadWritePaths=/proc/irq
|
||||
RestrictAddressFamilies=AF_UNIX AF_NETLINK
|
||||
RuntimeDirectory=irqbalance/
|
||||
+LimitNOFILE=4096
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
IPAddressDeny=any
|
||||
ProtectHome=true
|
||||
PrivateTmp=yes
|
||||
|
4
_service
4
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="localonly">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/Irqbalance/irqbalance.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
@ -7,7 +7,7 @@
|
||||
<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="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="compression">gz</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Irqbalance/irqbalance.git</param>
|
||||
<param name="changesrevision">1a7d461c27fb49c8c149aca313a12b7b0365d456</param></service></servicedata>
|
||||
<param name="changesrevision">f8b8cddfb54516308cd484c883d930f97c9e12ed</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fec83f003d46fe9e02abce0117d5046a7fedb02bba7b9747ea46cd2271d97b3
|
||||
size 235531
|
BIN
irqbalance-1.9.4.0.git+f8b8cdd.obscpio
(Stored with Git LFS)
Normal file
BIN
irqbalance-1.9.4.0.git+f8b8cdd.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 19 16:52:54 UTC 2024 - trenn@suse.de
|
||||
|
||||
- Update to version 1.9.4.0.git+f8b8cdd:
|
||||
* update configure to version 1.9.4
|
||||
* Flush file before closing
|
||||
* Fix socket API being blocked for 10s
|
||||
* Set additional systemd options for service
|
||||
* activate_mapping: set errsave before first jump to the error label
|
||||
* Avoid repeated affinity checks when no change is necessary
|
||||
* Slience "... rebalancing" messages for unmigratable IRQs
|
||||
- Use manual instead of local service for updating
|
||||
- Adopt to mainline:
|
||||
M Set-fd-limit.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 06 11:21:22 UTC 2023 - aschnell@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: irqbalance
|
||||
version: 1.9.3.10.git+1a7d461
|
||||
mtime: 1701427667
|
||||
commit: 1a7d461c27fb49c8c149aca313a12b7b0365d456
|
||||
version: 1.9.4.0.git+f8b8cdd
|
||||
mtime: 1710857766
|
||||
commit: f8b8cddfb54516308cd484c883d930f97c9e12ed
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package irqbalance
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# 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.9.3.10.git+1a7d461
|
||||
Version: 1.9.4.0.git+f8b8cdd
|
||||
Release: 0
|
||||
Summary: Daemon to balance IRQs on SMP machines
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user