Hi all,
I was updating some golang specs I've and switching them to use go_generate_buildrequires.
I realized that some specs that are using it fail to build if `%global debug_package %{nil}` is not set. Same spec with all BuildRequires defined works just fine.
Example:
- Full spec (go2rpm): https://mikel.olasagasti.info/tmp/fedora/golang-github-alecaivazis-survey-2.... - go_generate_buildrequires spec: https://raw.githubusercontent.com/mikelolasagasti/github-cli/main/golang-git...
- Full spec build: https://koji.fedoraproject.org/koji/taskinfo?taskID=79642572 - go_generate_buildrequires build: https://koji.fedoraproject.org/koji/taskinfo?taskID=79642147
Is this expected? Is adding `%global debug_package %{nil}` correct or good practice for this scenario?
Kind regards, Mikel Olasagasti (mikelo2)