https://bugzilla.redhat.com/show_bug.cgi?id=751411 Veaceslav Mindru <mindruv@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|mindruv@xxxxxxxxx | CC| |mindruv@xxxxxxxxx --- Comment #11 from Veaceslav Mindru <mindruv@xxxxxxxxx> --- Hello Volodymyr There have been lot's of changes in Fedora :) >%clean >rm -rf "$RPM_BUILD_ROOT" http://fedoraproject.org/wiki/Packaging:Guidelines#Group_tag %clean The %clean section is not required for F-13 and above. Each package for F-12 and below (or EPEL 5) MUST have a %clean section, which contains rm -rf %{buildroot} (or $RPM_BUILD_ROOT). >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) http://fedoraproject.org/wiki/How_to_create_an_RPM_package#SPEC_file_overview BuildRoot: This is where files will be "installed" during the %install process (after the %build process). This is now redundant in Fedora and is only needed for EPEL5. By default, the build root is placed in "%{_topdir}/BUILDROOT/". -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=eiCMDKZUmO&a=cc_unsubscribe _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review