From f3d82fce11fd5b0e45ce0d098833a8a55cf18b68 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 27 Mar 2026 17:20:56 +0100 Subject: [PATCH] community/tuned: rebuild against python 3.14 --- community/tuned/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/tuned/APKBUILD b/community/tuned/APKBUILD index 758f66fc54c..70d26711670 100644 --- a/community/tuned/APKBUILD +++ b/community/tuned/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Aaron Fischer pkgname=tuned pkgver=2.27.0 -pkgrel=0 +pkgrel=1 pkgdesc="Daemon for monitoring and adaptive tuning of system devices" url="https://github.com/redhat-performance/tuned" license="GPL-2.0-only" @@ -70,7 +70,7 @@ gtk() { amove "usr/share/tuned/ui" amove "usr/share/icons/hicolor/scalable/apps/tuned.svg" amove "usr/share/applications/tuned-gui.desktop" - amove "usr/lib/python3.12/site-packages/tuned/gtk" + amove "usr/lib/python*/site-packages/tuned/gtk" } utils() {