From 1742271d8df5d240dfc5c1320d3708fab16a20b9292e571f1bbd2b34a12d6507 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 5 Dec 2023 10:45:56 +0000 Subject: [PATCH] Accepting request 1130707 from home:aschnell:branches:Base:System do not package inoperable plugins (bsc#1217758) OBS-URL: https://build.opensuse.org/request/show/1130707 OBS-URL: https://build.opensuse.org/package/show/Base:System/tuned?expand=0&rev=97 --- tuned.changes | 5 +++++ tuned.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/tuned.changes b/tuned.changes index ea90b7c..a427c17 100644 --- a/tuned.changes +++ b/tuned.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 04 11:28:35 CET 2023 - aschnell@suse.com + +- do not package inoperable plugins (bsc#1217758) + ------------------------------------------------------------------- Fri Sep 15 15:27:32 UTC 2023 - trenn@suse.de diff --git a/tuned.spec b/tuned.spec index de170df..7508832 100644 --- a/tuned.spec +++ b/tuned.spec @@ -178,6 +178,8 @@ sed -i 's|$(SYSCONFDIR)/dbus-1/system.d|%{_datadir}/dbus-1/system.d|' Makefile %install %make_install TUNED_PROFILESDIR=%{profile_dir} +# we do not have the python perf module (see bsc #1217758) +rm %{buildroot}/%{python3_sitelib}/tuned/plugins/plugin_{scheduler,irqbalance}.py %py3_compile %{buildroot}/%{python3_sitelib} rm -rf %{buildroot}/%{_datadir}/doc # Remove unwanted stuff instead of excluding them in files list