https://bugzilla.redhat.com/show_bug.cgi?id=1518463 Iwicki Artur <fedora@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fedora@xxxxxxxxxx --- Comment #1 from Iwicki Artur <fedora@xxxxxxxxxx> --- >%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 -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx