https://bugzilla.redhat.com/show_bug.cgi?id=1396817 Tobias Florek <me@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |me@xxxxxxxxxx --- Comment #6 from Tobias Florek <me@xxxxxxxxxx> --- 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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx