From f3d170f7bdf5a140fe8435885726a83209a62110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= Date: Tue, 19 Sep 2017 17:07:21 +0200 Subject: [PATCH] Add profile_mode file to Makefile and spec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Lysoněk --- Makefile | 1 + tuned.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 794a353..6f5e1d6 100644 --- a/Makefile +++ b/Makefile @@ -124,6 +124,7 @@ install: install-dirs install -Dpm 0644 tuned-main.conf $(DESTDIR)/etc/tuned/tuned-main.conf # None profile in the moment, autodetection will be used echo -n > $(DESTDIR)/etc/tuned/active_profile + echo -n > $(DESTDIR)/etc/tuned/profile_mode install -Dpm 0644 bootcmdline $(DESTDIR)/etc/tuned/bootcmdline install -Dpm 0644 modules.conf $(DESTDIR)/etc/modprobe.d/tuned.conf diff --git a/tuned.spec b/tuned.spec index df67556..e5e28b3 100644 --- a/tuned.spec +++ b/tuned.spec @@ -289,6 +289,7 @@ fi %dir %{_libexecdir}/tuned %{_libexecdir}/tuned/defirqaffinity* %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/active_profile +%config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/profile_mode %config(noreplace) %{_sysconfdir}/tuned/tuned-main.conf %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/tuned/bootcmdline %{_sysconfdir}/dbus-1/system.d/com.redhat.tuned.conf