!86 [sync] PR-84: 确保SYSTEM_PROFILES_DIR目录存在(#IBVZW8)
From: @openeuler-sync-bot Reviewed-by: @liqingqing_1229 Signed-off-by: @liqingqing_1229
This commit is contained in:
commit
d6b2f08d9f
@ -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 <liuxinhao@kylinsec.com.cn> - 2.24.1-3
|
||||
- ensure SYSTEM_PROFILES_DIR exists(#IBVZW8)
|
||||
|
||||
* Wed Mar 19 2025 LemmyHuang <huangliming5@huawei.com> - 2.24.1-2
|
||||
- profiles: add spark-omni
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user