Accepting request 885003 from home:trenn:branches:Base:System
- Add _service file pointing to github sources A _service - Update to version 1.8.0: * Add return value check of opendir in do_one_cpu * Hotplug may occur again during sleep, so wait until there is no hotplug OBS-URL: https://build.opensuse.org/request/show/885003 OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=88
This commit is contained in:
parent
5ef44c5fe6
commit
1a36274323
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">git://github.com/Irqbalance/irqbalance.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.8.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<!--
|
||||
<param name="versionformat">1.8.0+git%cd.%h</param>
|
||||
-->
|
||||
<param name="versionformat">1.8.0</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service mode="disabled" name="tar"/>
|
||||
<service mode="disabled" name="recompress">
|
||||
<param name="compression">gz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
</services>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5c10ea3bb3a0cac25e28c9a197bb0e9da1400691dbc7429821b98f76ff68de4
|
||||
size 56289
|
3
irqbalance-1.8.0.tar.gz
Normal file
3
irqbalance-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:614db0a11b588ef8016ec5f205dddcc3a5bcd9e614e18373d9fa9b73bb097cdf
|
||||
size 56290
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 13:56:00 UTC 2021 - trenn@suse.de
|
||||
|
||||
- Add _service file pointing to github sources
|
||||
A _service
|
||||
- Update to version 1.8.0:
|
||||
* Add return value check of opendir in do_one_cpu
|
||||
* Hotplug may occur again during sleep, so wait until there is no hotplug
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 10 17:45:54 UTC 2021 - trenn@suse.de
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: irqbalance
|
||||
Version: 1.7.0+git20210222.9db8d5c
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Summary: Daemon to balance IRQs on SMP machines
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user