https://bugzilla.redhat.com/show_bug.cgi?id=1056185
--- Comment #8 from Tuomo Soini tis@foobar.fi --- Another minor issue on epel7:
%if 0%{?fedora} >= 19 BuildArch: noarch %else
Shouldn't this be:
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 BuildArch: noarch %else