File _service of Package tuned

<services>
  <service name="obs_scm" mode="manual">
    <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 (by darix)
    Update by trenn: simply count rc.X at the end of the previous full
    version, e.g.:
    Original:
    v2.25.1
    v2.26.0
    v2.26.0-rc.1
    v2.27.0-rc.1
    Adopted:
    v2.25.1
    v2.25.2 -> v2.26.0-rc.1
    v2.26.0
    v2.26.1 -> v2.27.0-rc.1
    Do this manually:
-->
    <param name="revision">v2.27.0-rc.1</param>
    <param name="versionformat">2.26.1+git.%h</param>
<!--
    and get the next full version via generic
    versionrewrite asap:
    <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="changesgenerate">enable</param>
-->
  </service>
  <service name="set_version" mode="manual"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="compression">xz</param>
    <param name="file">*.tar</param>
  </service>
</services>
openSUSE Build Service is sponsored by