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

--- Comment #5 from Mario Blättermann <[email protected]> ---
%install
#Apply on for rhel
%if 0%{?rhel}
    rm -rf %{buildroot}
%endif

If you really want to provide a package for EPEL 5, remove that conditional
cleaning of buildroot and maintain a spec file separately for that branch. BTW,
your script is not valid because the extra's like BuildRoot definition, %clean
section and so on are only applicable for RHEL 5 and older, not for RHEL in
general.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to