https://bugzilla.redhat.com/show_bug.cgi?id=1056185
--- Comment #10 from Lokesh Mandvekar lsm5@redhat.com --- (In reply to Tuomo Soini from comment #9)
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.
Hi Tuomo,
So past few days I've observed that "go test ..../ipv6" passes without exception for dist-6E-epel, no matter how many times I try.
Moreover, BuildArch: noarch seems to work for all branches, dist-6E-epel and epel7 included.
Anybody got a clue if something magically changed in koji or golang?
I'd appreciate more eyes and more feedback on this, but for now I feel having BuildArch: noarch for all branches and having ipv6 test enabled should be the way to go.
Comments?