https://bugzilla.redhat.com/show_bug.cgi?id=1902309
Andy Mender <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |POST Flags|fedora-review? |fedora-review+ --- Comment #5 from Andy Mender <[email protected]> --- Looks a lot better :) A couple of minor points: > %install > rm -Rf %{buildroot} > %make_install DEST=%{buildroot} install - BuildRoot clean-up is not needed. It's executed automatically. - The default DEST is %{buildroot} by default so it too can be removed. > [amender@localhost realtime-setup]$ rpm --eval %make_install > /usr/bin/make install > DESTDIR=/home/amender/rpmbuild/BUILDROOT/%{NAME}-%{VERSION}-%{RELEASE}.x86_64 > INSTALL="/usr/bin/install -p" > [amender@localhost realtime-setup]$ rpm --eval %{buildroot} > /home/amender/rpmbuild/BUILDROOT/%{NAME}-%{VERSION}-%{RELEASE}.x86_64 The rest looks fine. Approved! -- 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 -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
