try hack around multilib noarch content conflicts

This commit is contained in:
Rex Dieter 2014-10-20 10:27:17 -05:00
parent 3a7ec4aa52
commit e6e598da13

View File

@ -62,6 +62,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
make %{?_smp_mflags}
%if 0%{?docs}
# HACK to avoid multilib conflicts in noarch content
QT_HASH_SEED=0; export QT_HASH_SEED
make %{?_smp_mflags} docs
%endif