The side-tag build of libtrace* and trace-cmd failed because the
rhel-9 target created is based on rhel-9.6.0 and not rhel-9-main.
Build all packages linearly out of a side-tag.
Resolves: RHEL-81923
Signed-off-by: Jerome Marchand <jmarchan@redhat.com>
In this package, build runs twice. Once in %build phase, once again
in the %install phase. Although in the %install phase, make should
be happy with the results obtained in the previous phase and don't
do anything, it obviously happens that the bits are rebuilt. Not
always, but often.
Since the env variables are reset in next phase, binaries built in
%install phase (without flags) might clobber the original ones and
cause an annocheck fail.
Let's make sure that the flags are always set.
Related: rhbz#2038853
Signed-off-by: Michael Petlan <mpetlan@redhat.com>