From db8833cbe813bd64bc493c4e94cd9f6c1d054fde Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Wed, 5 Jan 2022 14:36:00 -0500 Subject: [PATCH] fix regex, test build confirms provides are gone --- chromium.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chromium.spec b/chromium.spec index c8582a9..a512a9f 100644 --- a/chromium.spec +++ b/chromium.spec @@ -106,7 +106,7 @@ # make sure there is not a trailing | at the end of the list # We always filter provides. We only filter Requires when building shared. -%global __provides_exclude_from ^(%{chromium_path}/.*\\.so*|%{chromium_path}/lib/.*\\.so|%{chromium_path}/lib/.*\\.so.*)$ +%global __provides_exclude_from ^(%{chromium_path}/.*\\.so|%{chromium_path}/.*\\.so.*|%{chromium_path}/lib/.*\\.so|%{chromium_path}/lib/.*\\.so.*)$ %if 0%{?shared} @@ -221,7 +221,7 @@ Name: chromium%{chromium_channel}%{nsuffix} Name: chromium%{chromium_channel} %endif Version: %{majorversion}.0.4664.110 -Release: 6%{?dist} +Release: 7%{?dist} %if %{?freeworld} %if %{?shared} # chromium-libs-media-freeworld @@ -2121,6 +2121,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt %changelog +* Wed Jan 5 2022 Tom Callaway - 96.0.4664.110-7 +- i hate regex. trying again + * Tue Jan 4 2022 Tom Callaway - 96.0.4664.110-6 - always filter provides, was previously inside conditional for shared builds