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

- Update to version 1.8.0.8.gbd5aaf5:
  * Fix comma typo in ui.c
  * drop NoNewPrivs from irqbalance service
  * remove no existing irq in banned_irqs
  * Fix compile issue with none AARCH64 builds
  * Fix irqbalance cannot obtain the full name of irq
- Enhance _service magic and add git hashtag to version

OBS-URL: https://build.opensuse.org/request/show/905886
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=90
This commit is contained in:
Thomas Renninger 2021-07-13 04:27:02 +00:00 committed by Git OBS Bridge
parent 1a36274323
commit ac2dfc3532
6 changed files with 27 additions and 13 deletions

View File

@ -1,17 +1,15 @@
<services>
<service mode="disabled" name="obs_scm">
<service name="obs_scm" mode="localonly">
<param name="url">git://github.com/Irqbalance/irqbalance.git</param>
<param name="scm">git</param>
<param name="revision">v1.8.0</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
<!--
<param name="versionformat">1.8.0+git%cd.%h</param>
-->
<param name="versionformat">1.8.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param>
</service>
<service mode="disabled" name="set_version"/>
<service mode="disabled" name="tar"/>
<service mode="disabled" name="recompress">
<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>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80465e7a32e81e9aae68043b7312ba6fc9b79532ebf3d8a3d648196edfef0aa9
size 206859

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:614db0a11b588ef8016ec5f205dddcc3a5bcd9e614e18373d9fa9b73bb097cdf
size 56290

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 12 17:14:08 UTC 2021 - trenn@suse.de
- Update to version 1.8.0.8.gbd5aaf5:
* Fix comma typo in ui.c
* drop NoNewPrivs from irqbalance service
* remove no existing irq in banned_irqs
* Fix compile issue with none AARCH64 builds
* Fix irqbalance cannot obtain the full name of irq
- Enhance _service magic and add git hashtag to version
-------------------------------------------------------------------
Tue Apr 13 13:56:00 UTC 2021 - trenn@suse.de

5
irqbalance.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: irqbalance
version: 1.8.0.8.gbd5aaf5
mtime: 1621251731
commit: bd5aaf5a8613c8eadfbf9f0908fd8260125aae28

View File

@ -21,7 +21,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: irqbalance
Version: 1.8.0
Version: 1.8.0.8.gbd5aaf5
Release: 0
Summary: Daemon to balance IRQs on SMP machines
License: GPL-2.0-or-later