From 0c04e957df90a03a3abefa9178719fd057d1ecb2 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sat, 22 Jan 2022 13:45:54 +0100 Subject: [PATCH] Fix Provides: bundled(chromium). --- qt5-qtwebengine.spec | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 16a7895..bed58ec 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -226,12 +226,7 @@ BuildRequires: pkgconfig(vpx) >= 1.8.0 # Of course, Chromium itself is bundled. It cannot be unbundled because it is # not a library, but forked (modified) application code. -# rdieter: unsure, chrome/VERSION says: -#MAJOR=87 -#MINOR=0 -#BUILD=4280 -#PATCH=144 -Provides: bundled(chromium) = 90.0.44.30.228 +Provides: bundled(chromium) = 87.0.4280.144 # Bundled in src/3rdparty/chromium/third_party: # Check src/3rdparty/chromium/third_party/*/README.chromium for version numbers,