From a56faf8a4c877e1e05e6b5b7195454d51b4a2e43 Mon Sep 17 00:00:00 2001 From: liuxinhao Date: Tue, 25 Mar 2025 10:02:30 +0800 Subject: [PATCH] ensure SYSTEM_PROFILES_DIR exists(#IBVZW8) --- tuned.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tuned.spec b/tuned.spec index 9333ab2..cd6cfc5 100644 --- a/tuned.spec +++ b/tuned.spec @@ -1,7 +1,7 @@ Summary: A system tuning service for Linux Name: tuned Version: 2.24.1 -Release: 2 +Release: 3 License: GPLv2+ Source0: https://github.com/redhat-performance/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz URL: http://www.tuned-project.org/ @@ -226,6 +226,7 @@ fi %dir %{_datadir}/%{name} %dir %{_sysconfdir}/%{name} %dir %{_sysconfdir}/%{name}/recommend.d +%dir %{_sysconfdir}/tuned/profiles %dir %{_libexecdir}/%{name} %dir %{_localstatedir}/log/%{name} %dir %{_var}/lib/%{name} @@ -298,6 +299,9 @@ fi %{_mandir}/man7/tuned-profiles-spectrumscale-ece.7* %changelog +* Tue Mar 25 2025 liuxinhao - 2.24.1-3 +- ensure SYSTEM_PROFILES_DIR exists(#IBVZW8) + * Wed Mar 19 2025 LemmyHuang - 2.24.1-2 - profiles: add spark-omni -- Gitee