https://bugzilla.redhat.com/show_bug.cgi?id=1518463

Iwicki Artur <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Iwicki Artur <[email protected]> ---
>%install
>rm -rf $RPM_BUILD_ROOT
The packaging guidelines say that "The contents of the buildroot SHOULD NOT be
removed in the first line of %install."
https://fedoraproject.org/wiki/Packaging:Guidelines#Tags_and_Sections

>rm -rf $RPM_BUILD_ROOT
>rm -rf %{buildroot}/%{_docdir}
The guidelines also say that it's preferred not to mix $RPM_BUILD_ROOT and
%{buildroot}. You should pick one and stick with it.

-- 
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]

Reply via email to