Re: Changes to build environment

2023-06-26 Thread Panu Matilainen
On 6/22/23 20:56, Steve Grubb wrote: Hello, I have switched to F38 and find a couple items annoying. I have a workflow that checks things I develop out of github, rolls it up into an rpm, builds it, and runs the results through annocheck. If there is a warning I'd like to investigate, I cd into

Re: Changes to build environment

2023-06-22 Thread Steve Grubb
On Thursday, June 22, 2023 2:11:45 PM EDT Dmitry Belyavskiy wrote: > I usually use smth like > RPM_ARCH=1 RPM_PACKAGE_RELEASE=2 RPM_PACKAGE_VERSION=3 RPM_PACKAGE_NAME=4 > make in this situation and have never got any problem yet. Dmitry, you are a saint. :-) I cannot accept this as the new normal

Re: Changes to build environment

2023-06-22 Thread Steve Grubb
On Thursday, June 22, 2023 2:14:22 PM EDT Fabio Valentini wrote: > On Thu, Jun 22, 2023 at 7:57 PM Steve Grubb wrote: > > I have switched to F38 and find a couple items annoying. I have a > > workflow that checks things I develop out of github, rolls it up into > > an rpm, builds it, and runs the

Re: Changes to build environment

2023-06-22 Thread Sérgio Basto
On Thu, 2023-06-22 at 13:56 -0400, Steve Grubb wrote: > Hello, > > I have switched to F38 and find a couple items annoying. I have a > workflow that > checks things I develop out of github, rolls it up into an rpm, > builds it, > and runs the results through annocheck. > > If there is a warning

Re: Changes to build environment

2023-06-22 Thread Fabio Valentini
On Thu, Jun 22, 2023 at 7:57 PM Steve Grubb wrote: > > Hello, > > I have switched to F38 and find a couple items annoying. I have a workflow > that > checks things I develop out of github, rolls it up into an rpm, builds it, > and runs the results through annocheck. > > If there is a warning I'd

Re: Changes to build environment

2023-06-22 Thread Dmitry Belyavskiy
Dear Steve, I usually use smth like RPM_ARCH=1 RPM_PACKAGE_RELEASE=2 RPM_PACKAGE_VERSION=3 RPM_PACKAGE_NAME=4 make in this situation and have never got any problem yet. On Thu, Jun 22, 2023 at 7:58 PM Steve Grubb wrote: > > Hello, > > I have switched to F38 and find a couple items annoying. I ha

Changes to build environment

2023-06-22 Thread Steve Grubb
Hello, I have switched to F38 and find a couple items annoying. I have a workflow that checks things I develop out of github, rolls it up into an rpm, builds it, and runs the results through annocheck. If there is a warning I'd like to investigate, I cd into the build directory. But oops, now