#35 The "no-buildroot-removal-in-install" test always passes
Closed: Fixed Opened by psabata.

Similarly to ticket #34, the test checking whether the Spec contains no "rm -rf " in the %install section always passes. Even when it should not.

{{{
34 %install
35 rm -rf $RPM_BUILD_ROOT
}}}
https://bugzilla.redhat.com/show_bug.cgi?id=794988

{{{
36 [x]: MUST Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
37 beginning of %install.
38 Note: rm -rf would be needed if support for EPEL5 is required
}}}


Fixed in http://git.fedorahosted.org/git/?p=FedoraReview.git;a=commit;h=7769a24d41ff1a9d8f1bf88dfd0763329be0e394

Thanks for the report!

Metadata