- update to 1.7.0:

* Strlen checking for IRQBALANCE_BANNED_CPU env var
  * Typo cleanup in SOCKET_TMPFS
  * consolidation of numa node creation on non-numa systems
  * fix uninitialized use of package_mask in affinity setup
  * use num_online_cpus instead of core_count
  * fix a null ptr crash in do_one_cpu
  * make list searching common from glib
  * fix a calloc parameter bug
  * remove some unused variables
  * use g_list_free_full
  * remove redundant call to free_cl_opts
  * fix some resource leaks in main()
  * fix some use after free issues in check_for_irq_ban
  * fix resource leaks in irqballance-ui, and in add_one_node
- remove Correct-capitalizing-in-service-file.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=83
This commit is contained in:
2020-08-16 14:16:54 +00:00
committed by Git OBS Bridge
parent 5f792c1919
commit 861094b28d
5 changed files with 27 additions and 31 deletions

View File

@@ -1,22 +0,0 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://github.com/Irqbalance/irqbalance.git</param>
<param name="scm">git</param>
<param name="changesgenerate">disable</param>
<param name="filename">irqbalance</param>
<!-- Do use a master branch with git hash in version for Tumbleweed -->
<param name="revision">master</param>
<param name="versionformat">1.6.0+git%cd.%h</param>
<!-- -->
<!-- Do use a stable version format below for products that get released
<param name="versionformat">1.6.0</param>
<param name="revision">v1.6.0</param>
-->
</service>
<service name="set_version" mode="disabled"/>
<service name="recompress" mode="disabled">
<param name="file">irqbalance*.tar</param>
<param name="compression">gz</param>
</service>
</services>