Re: debug_package when using go_generate_buildrequires

2021-12-20 Thread Panu Matilainen
On 12/20/21 16:02, Bob Mauchin wrote: On Mon, 20 Dec 2021, 14:09 Panu Matilainen, > wrote: On 12/20/21 01:39, Robert-André Mauchin wrote: > On 12/6/21 12:42, Mikel Olasagasti wrote: >> Hi all, >> >> I was updating some golang specs I've and

Re: debug_package when using go_generate_buildrequires

2021-12-20 Thread Bob Mauchin
On Mon, 20 Dec 2021, 14:09 Panu Matilainen, wrote: > On 12/20/21 01:39, Robert-André Mauchin wrote: > > On 12/6/21 12:42, Mikel Olasagasti wrote: > >> Hi all, > >> > >> I was updating some golang specs I've and switching them to use > >> go_generate_buildrequires. > >> > >> I realized that some s

Re: debug_package when using go_generate_buildrequires

2021-12-20 Thread Panu Matilainen
On 12/20/21 01:39, Robert-André Mauchin wrote: On 12/6/21 12:42, Mikel Olasagasti wrote: 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. S

Re: debug_package when using go_generate_buildrequires

2021-12-19 Thread Robert-André Mauchin
On 12/6/21 12:42, Mikel Olasagasti wrote: 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 ju

debug_package when using go_generate_buildrequires

2021-12-06 Thread Mikel Olasagasti
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): ht