From e0f71409a7f9b623cb52618bfb508880f4edb6a5 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Thu, 12 Jan 2023 15:25:24 +0100 Subject: [PATCH] fixes rpm file list --- chromium.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index 0c01f15..4bf4223 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1622,8 +1622,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt %doc AUTHORS README.fedora %doc chrome_policy_list.html *.json %license LICENSE -%config %{_sysconfdir}/%{name}/ %config(noreplace) %{_sysconfdir}/%{name}/chromium.conf +%config %{_sysconfdir}/%{name}/master_preferences +%config %{_sysconfdir}/%{name}/policies/ %if %{build_remoting} %exclude %{_sysconfdir}/%{name}/native-messaging-hosts/* %endif