- Update to version 2.16.0: * bootloader: make skip_grub_config consistent with initrd_remove_dir OBS-URL: https://build.opensuse.org/request/show/918653 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=80
23 lines
748 B
Plaintext
23 lines
748 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@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<!--
|
|
<param name="versionformat">2.15.0+git.%ct.%h</param>
|
|
-->
|
|
<param name="revision">v2.16.0</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>
|