tuned/_service
Thomas Renninger 4b190e77a7 Accepting request 886729 from home:trenn:branches:Base:System
- Update _service file to always get latest sources from github
  master branch and auto-set version correctly
- Update to version v2.15.0+git.20210416.e828fa8:
  * plugin_net: Fix check for channels supported mode
  * udev: explicitly sort udev properties
  * powertop2tuned: work with PowerTOP 2.13 and newer
  * Changes to scheduler plugin to support os interface instead of schedutils in newer python versions.
  * Lower the threading.Event's wait() timeout.
  * added postgresql server profile
  * spectrumcale-ece: package the profile to own subpackage

- Update to version 2.14.0
  Changelog entry below (from 19. Aug. 2020) is wrong.
  Mainline has the profiles in /usr/lib,
  so let's better stay there, too. This also fixes bsc#1175932.
  Patch is not needed anymore with latest mainline changes:
D adjust_README_path_in_manpage.patch

OBS-URL: https://build.opensuse.org/request/show/886729
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=77
2021-04-19 17:40:19 +00:00

18 lines
635 B
Plaintext

<services>
<service mode="disabled" name="tar_scm">
<param name="scm">git</param>
<param name="url">https://github.com/redhat-performance/tuned</param>
<param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">master</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="set_version">
<param name="basename">tuned</param>
</service>
<service mode="disabled" name="recompress">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
</services>