https://bugzilla.redhat.com/show_bug.cgi?id=1135168 --- Comment #3 from David Dick <ddick@xxxxxxxx> --- Okay. Your spec file has a lot of lines in it that are only useful for EPEL5. Specifically, BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) rm -rf $RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) You can either remove these lines and not build for EPEL5 (but can still build for EPEL6 and EPEL7) or you have to get a SRPM that builds successfully in EPEL5. An example build is shown below http://koji.fedoraproject.org/koji/taskinfo?taskID=7493527 This build was triggered by me executing $ koji build --scratch el5-candidate ~/perl-MIME-Lite-TT-HTML-0.04-1.fc20.src.rpm which is a really good way of checking that your build works as expected. It looks like the EPEL5 build failed due to EPEL5 not being able to cope with modern digests. I've never wanted to do a EPEL5 build, so i can't help you with how to get this to work. If you decide not to do a EPEL5 build, i'm happy to review the package. Otherwise, you can wait for someone else who is more experienced with EPEL5 to help you prepare the package for EPEL5. -- 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 https://admin.fedoraproject.org/mailman/listinfo/package-review