tuned/_service
Thomas Renninger 4035734b6f Accepting request 905262 from home:trenn:branches:Base:System
- Update to version 2.15.0+git.1625694366.bc3f737:
  * bootloader: support for systems that don't have grub installed
  * Removing depedency on python-decorator package.
  * Adding support for rpm-ostree system to bootloader plugin.
  * profiles: drop sched_ tuning where appropriate
  * scheduler: abstract sched_ and numa_ knobs
  * realtime-virtual-*: Set irqaffinity through kernel command line
  * After error while switching profiles attribute _active_profiles is not changed back.
    That causes issues with wrong signals (and also more issues with restart after etc)
- Enhance _service file

OBS-URL: https://build.opensuse.org/request/show/905262
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=79
2021-07-12 17:20:31 +00:00

20 lines
693 B
Plaintext

<services>
<service name="obs_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">https://github.com/redhat-performance/tuned</param>
<!--
Use this for non rc candidates, -rc is not allowed
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
-->
<param name="versionformat">2.15.0+git.%ct.%h</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="localonly" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service mode="buildtime" name="recompress">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
</services>