Accepting request 1159639 from home:trenn:branches:Base:System

- 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

OBS-URL: https://build.opensuse.org/request/show/1159639
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=122
This commit is contained in:
2024-03-19 17:22:19 +00:00
committed by Git OBS Bridge
parent d9216c8358
commit b30f801dbf
8 changed files with 33 additions and 18 deletions

View File

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