https://bugzilla.redhat.com/show_bug.cgi?id=1004337
--- Comment #3 from Björn "besser82" Esser <[email protected]> --- Thoughts on spec-file: * You can strip a lot of the "macro-madness", which has 0-impact on the actual result. * There is an easy way of getting the needed python-version: %global pyver %(v=`python3 --version 2>&1 | sed -e"s/.ython[ \t]*//"`;echo $v) which is better than hardcoding it ;) -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=4C04LY6XaU&a=cc_unsubscribe _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
