https://bugzilla.redhat.com/show_bug.cgi?id=1440780
--- Comment #8 from Remi Collet fedora@famillecollet.com --- Issues: ======= - Package installs properly. Note: Installation errors (see attachment) See: https://fedoraproject.org/wiki/Packaging:Guidelines
[x]: Package does not generate any conflict. Expected, as this module is going to be removed from httpd (package split) => if possible add Conflicts: httpd < ...
[!]: %build honors applicable compiler flags or justifies otherwise. Please use %configure make %{?_smp_mflags} V=1
[!]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the beginning of %install. Note: rm -rf %{buildroot} present but not required
[!]: Package has no %clean section with rm -rf %{buildroot} (or $RPM_BUILD_ROOT) Note: %clean present but not required