From 4035734b6f1314b7575e8e8edad6f919568953e9f921a20d46a7d1baabf5754e Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 12 Jul 2021 17:20:31 +0000 Subject: [PATCH] Accepting request 905262 from home:trenn:branches:Base:System - 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 OBS-URL: https://build.opensuse.org/request/show/905262 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=79 --- _service | 14 ++++++++------ _servicedata | 4 ++++ tuned-2.15.0+git.1618526018.e828fa8.tar.xz | 3 --- tuned-2.15.0+git.1625694366.bc3f737.obscpio | 3 +++ tuned.changes | 14 ++++++++++++++ tuned.obsinfo | 5 +++++ tuned.spec | 2 +- 7 files changed, 35 insertions(+), 10 deletions(-) create mode 100644 _servicedata delete mode 100644 tuned-2.15.0+git.1618526018.e828fa8.tar.xz create mode 100644 tuned-2.15.0+git.1625694366.bc3f737.obscpio create mode 100644 tuned.obsinfo diff --git a/_service b/_service index 914ab83..6db7f98 100644 --- a/_service +++ b/_service @@ -1,16 +1,18 @@ - + git https://github.com/redhat-performance/tuned + + 2.15.0+git.%ct.%h master enable - - tuned - - + + + xz *.tar diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..f5008af --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/redhat-performance/tuned + bc3f737a0080d38863915217c2e4482bbb77b322 \ No newline at end of file diff --git a/tuned-2.15.0+git.1618526018.e828fa8.tar.xz b/tuned-2.15.0+git.1618526018.e828fa8.tar.xz deleted file mode 100644 index 471cb2f..0000000 --- a/tuned-2.15.0+git.1618526018.e828fa8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a08197a2aa3dd736a06bcbbd9b46bab7acfaca59921a02ab90454c58daa0a625 -size 164376 diff --git a/tuned-2.15.0+git.1625694366.bc3f737.obscpio b/tuned-2.15.0+git.1625694366.bc3f737.obscpio new file mode 100644 index 0000000..92087b6 --- /dev/null +++ b/tuned-2.15.0+git.1625694366.bc3f737.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe3a0c9e3b67e8f0671c7599c071d505d0baa307bd5849fd2029599f55716df +size 940556 diff --git a/tuned.changes b/tuned.changes index fca3c38..e41ae3d 100644 --- a/tuned.changes +++ b/tuned.changes @@ -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 diff --git a/tuned.obsinfo b/tuned.obsinfo new file mode 100644 index 0000000..deb6f7d --- /dev/null +++ b/tuned.obsinfo @@ -0,0 +1,5 @@ +name: tuned +version: 2.15.0+git.1625694366.bc3f737 +mtime: 1625694366 +commit: bc3f737a0080d38863915217c2e4482bbb77b322 + diff --git a/tuned.spec b/tuned.spec index fce9e7e..4ca221a 100644 --- a/tuned.spec +++ b/tuned.spec @@ -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