https://bugzilla.redhat.com/show_bug.cgi?id=1056185
--- Comment #9 from Tuomo Soini tis@foobar.fi --- Tuomo Soini from comment #8)
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
Actually there is a reason for being arch dependant on epel7 so ignore this.