From 8af17d767fb04ac111d5815db3348f0dfac44ca3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Nov 2014 19:12:45 -0600 Subject: [PATCH] workaround doc multilib conflict --- qt5-qtserialport.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qt5-qtserialport.spec b/qt5-qtserialport.spec index 90d1970..33ecc23 100644 --- a/qt5-qtserialport.spec +++ b/qt5-qtserialport.spec @@ -65,6 +65,9 @@ pushd %{_target_platform} make %{?_smp_mflags} %if 0%{?docs} +# HACK to avoid multilib conflicts in noarch content +# see also https://bugreports.qt-project.org/browse/QTBUG-42071 +QT_HASH_SEED=0; export QT_HASH_SEED make %{?_smp_mflags} docs %endif popd