https://bugzilla.redhat.com/show_bug.cgi?id=1396817
Tobias Florek <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Tobias Florek <[email protected]> --- Re %gobuild and %gotest I stumbled upon it today as well. You can just %define gobuild when it's not already defined: %if ! 0%{?gobuild:1} function _gobuild { go build -a -ldflags "-B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \n')" -v -x "$@"; } %global gobuild _gobuild %endif or maybe more elegantly ;). -- 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] To unsubscribe send an email to [email protected]
