Accepting request 905887 from Base:System
OBS-URL: https://build.opensuse.org/request/show/905887 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tuned?expand=0&rev=27
This commit is contained in:
commit
8adb09af45
14
_service
14
_service
@ -1,16 +1,18 @@
|
||||
<services>
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<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="versionrewrite-pattern">v(.*)</param>
|
||||
-->
|
||||
<param name="versionformat">2.15.0+git.%ct.%h</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">
|
||||
<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>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/redhat-performance/tuned</param>
|
||||
<param name="changesrevision">bc3f737a0080d38863915217c2e4482bbb77b322</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a08197a2aa3dd736a06bcbbd9b46bab7acfaca59921a02ab90454c58daa0a625
|
||||
size 164376
|
3
tuned-2.15.0+git.1625694366.bc3f737.obscpio
Normal file
3
tuned-2.15.0+git.1625694366.bc3f737.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbe3a0c9e3b67e8f0671c7599c071d505d0baa307bd5849fd2029599f55716df
|
||||
size 940556
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 09 11:13:35 UTC 2021 - trenn@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 19 10:40:34 UTC 2021 - trenn@suse.de
|
||||
|
||||
|
5
tuned.obsinfo
Normal file
5
tuned.obsinfo
Normal file
@ -0,0 +1,5 @@
|
||||
name: tuned
|
||||
version: 2.15.0+git.1625694366.bc3f737
|
||||
mtime: 1625694366
|
||||
commit: bc3f737a0080d38863915217c2e4482bbb77b322
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define profile_dir %{_prefix}/lib/%{name}
|
||||
|
||||
Name: tuned
|
||||
Version: 2.15.0+git.1618526018.e828fa8
|
||||
Version: 2.15.0+git.1625694366.bc3f737
|
||||
Release: 0
|
||||
Summary: A dynamic adaptive system tuning daemon
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user