diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 944e64d..797ebb6 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -15,7 +15,7 @@ # define to build docs, need to undef this for bootstrapping # where qt5-qttools builds are not yet available # only primary archs (for now), allow secondary to bootstrap -%if 0%{?rhel} && 0%{?rhel} < 7 +%if !0%{?rhel} || 0%{?rhel} < 7 %ifarch %{arm} %{ix86} x86_64 %define docs 1 %endif @@ -662,6 +662,7 @@ popd * Mon Jan 13 2014 Kevin Kofler - 5.2.0-4 - fix QTBUG-35459 (too low entityCharacterLimit=1024 for CVE-2013-4549) - fix QTBUG-35460 (error message for CVE-2013-4549 is misspelled) +- reenable docs on Fedora (accidentally disabled) * Mon Jan 13 2014 Rex Dieter - 5.2.0-3 - move sql build deps into subpkg sections