https://bugzilla.redhat.com/show_bug.cgi?id=1259005



--- Comment #9 from Jan Chaloupka <[email protected]> ---
Definition of

%if ! 0%{?gobuild:1}
%define gobuild(o:) go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20
/dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
%endif

%if ! 0%{?gotest:1}
%define gotest() go test -ldflags "${LDFLAGS:-}" %{?**}
%endif

can be removed if it is not used. I doubt this package will be built for
secondary architecture in near future. Debuginfo is optional as there is still
incomplete support for it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to