From edb4c60201ce47c8a736cf94f16c24e7860fa0c7 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 27 Nov 2023 08:02:36 +0300 Subject: [PATCH] Fix build --- SPECS/chromium.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/SPECS/chromium.spec b/SPECS/chromium.spec index 693b2a5c..3b9afc41 100644 --- a/SPECS/chromium.spec +++ b/SPECS/chromium.spec @@ -1490,6 +1490,9 @@ export CHROMIUM_BROWSER_CHANNEL=%{chromium_browser_channel} sed -i "s|@@BUILD_TARGET@@|$BUILD_TARGET|g" %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh sed -i "s|@@CHROMIUM_PATH@@|$CHROMIUM_PATH|g" %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh sed -i "s|@@CHROMIUM_BROWSER_CHANNEL@@|$CHROMIUM_BROWSER_CHANNEL|g" %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh +%if %{with gost} +sed -i "s|/etc/chromium/chromium.conf|/etc/chromium-gost/chromium-gost.conf|g" %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh +%endif %if "%{chromium_channel}" == "-beta" || "%{chromium_channel}" == "-dev" # Enable debug outputs for beta and dev channels @@ -1616,8 +1619,8 @@ popd %endif # Add directories for policy management -mkdir -p %{buildroot}%{_sysconfdir}/chromium/policies/managed -mkdir -p %{buildroot}%{_sysconfdir}/chromium/policies/recommended +mkdir -p %{buildroot}%{_sysconfdir}/%{name}/policies/managed +mkdir -p %{buildroot}%{_sysconfdir}/%{name}/policies/recommended cp -a out/Release/gen/chrome/app/policy/common/html/en-US/*.html . cp -a out/Release/gen/chrome/app/policy/linux/examples/chrome.json . @@ -1691,7 +1694,7 @@ 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(noreplace) %{_sysconfdir}/%{name}/chromium.conf +%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf %config %{_sysconfdir}/%{name}/master_preferences %config %{_sysconfdir}/%{name}/policies/ %if %{build_remoting}