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

Similarly to ticket #34, the test checking whether the Spec contains no "rm -rf <buildroot>" 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
}}}


Login to comment on this ticket.

Metadata