Re: [Rpm-maint] [rpm-software-management/rpm] Split verbose make flags to a separate macro (#799)

2019-07-24 Thread ニール・ゴンパ
Conan-Kudo requested changes on this pull request. > @@ -1073,7 +1073,8 @@ package or when debugging this package.\ #-- # The "make" analogue, hiding the _smp_mflags magic from specs -%make_build %{__make} %{_make_ou

[Rpm-maint] [rpm-software-management/rpm] Split verbose make flags to a separate macro (#799)

2019-07-24 Thread Jason Tibbitts
If I didn't screw this up, it should help with #798. It just pulls the `V=1 VERBOSE=1` bit out to a separate macro to make it easier to override. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/799 -- Commit Summary -- * S

[Rpm-maint] [rpm-software-management/rpm] Addition of 'V=1' to %make_build broke a package (#798)

2019-07-24 Thread Jason Tibbitts
One of the packages I help maintain (apcupsd) broke oddly in rawhide with errors like this: ``` /bin/sh: 1man: command not found make[3]: 1g++: Command not found ``` Turns out this comes from the `V=1` which was added to `%make_build` in 8655493bdfd6b76271893b148033f2ff580d2d39. The software has