From 7af3e8d732acbdffc5ced75e605d7223c73fdd13 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Tue, 14 Jan 2020 19:35:11 +0100 Subject: [PATCH] Remove obsolete libv8.so Provides/Requires excludes. We no longer ship a libv8.so, ever since the no-sse2 patch was dropped. --- qt5-qtwebengine.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index c204e45..ba2f2f8 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -36,11 +36,8 @@ %global rpm_macros_dir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) -# exclude plugins (all architectures) and libv8.so (i686, it's static everywhere -# else) -%global __provides_exclude ^lib.*plugin\\.so.*|libv8\\.so$ -# exclude libv8.so (i686, it's static everywhere else) -%global __requires_exclude ^libv8\\.so$ +# exclude plugins +%global __provides_exclude ^lib.*plugin\\.so.*$ # and designer plugins %global __provides_exclude_from ^%{_qt5_plugindir}/.*\\.so$