From a90ae4b2bb11adaa932be1cd2be8a91257eb2bec Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Mon, 21 Mar 2016 02:16:42 +0100 Subject: [PATCH] Add debugging for debugedit failure (Yet another instance of the venerable old bug #304121.) --- qt5-qtwebengine.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 2bfa9a8..bf838b5 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -337,6 +337,9 @@ for prl_file in libQt5*.prl ; do done popd +# debug debugedit failure (#304121) +readelf -wl %{buildroot}%{_qt5_libdir}libQt5WebEngineCore.so.5.* + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig