https://bugzilla.redhat.com/show_bug.cgi?id=1544468 --- Comment #15 from Daniel Kopeček <dkopecek@xxxxxxxxxx> --- (In reply to Steve Grubb from comment #14) > >In %build section you are using macro style and in %install you are > > using variable style. Choose one. > > To make sure we are looking at the same thing, this is what I see in the > spec file: > > %build > %configure --with-audit > make CFLAGS="%{optflags}" %{?_smp_mflags} > > %install > make DESTDIR="${RPM_BUILD_ROOT}" INSTALL='install -p' install I think the point is to use "%{buildroot}" instead of "${RPM_BUILD_ROOT}" so that macros are used everywhere instead of mixing them with usage of variables. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx