tuned/_service
Thomas Renninger 6dbe352ffc Accepting request 961869 from home:trenn:branches:Base:System
- Add new openshift platform profiles
- Instead of adding all profiles to main package and exclude subpackage
  profiles, explicitly mention all added profiles in %files section
- Sort (alphabetically) profiles and packages
- Update to version 2.18.0.8+git.6f907c9:
  * beakerlib: fix systemd rate limiting for variables-support-in-profiles
  * scheduler: fix construction of the process name regex
  * Added more conflicting implementations to the systemd unit file.
  * raise the netfilter hash table size in openshift/atomic-{host,guest} to match the max netfilter conntrack entries, reducing such hash table load.
  * Fixing save call and comments in tuned gui
  * Adding option "txqueuelen" to net_plugin
  * bootloader: on s390(x) remove TuneD variables from the BLS
  * daemon: don't do full rollback on systemd failure
  * profiles: use cstate.id_no_zero instead of the cstate.id
  * Expanding cpu plugin force_latency option syntax
  * Adding support for nvme subsystem block devices and adding tests so it won't throw errors on hdparms commands.
  * Fix improper parsing of include directive
  * application: log TuneD and kernel version
  * readme: mention conflicting cpupower and power-profiles-daemon
  * dbus: fix traceback on python-2.7
  * cpu_partitioning: fixed no_balance_cores on newer kernels
  * spec: do not require subscription-manager on CentOS
  * Add conditional profile loading
  * openshift profile: workaround high CPU utilization of [scheduler] plug-in.
  * scheduler: new option cgroup_ps_blacklist
  * breaking up various modules and implementing neccessary new syntax used downstream to keep docs repos synced

OBS-URL: https://build.opensuse.org/request/show/961869
OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=81
2022-03-15 12:23:52 +00:00

21 lines
765 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">2.15.0+git.%h</param>
<param name="versionformat">@PARENT_TAG@</param>
-->
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@+git.%h</param>
<param name="versionrewrite-pattern">v(.*)</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>