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



--- Comment #1 from David Dick <[email protected]> ---
Fails to build in rawhide.

The SRPM does not build in EPEL5, so you can remove the EPEL5 (and below)
specific sections, specifically, the following lines;

BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

rm -rf $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%defattr(-,root,root,-)

Add the following BRs

BuildRequires: perl(base)
BuildRequires: perl(File::Path)
BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(overload)
BuildRequires: perl(Pod::Parser)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More)
BuildRequires: perl(vars)
BuildRequires: perl(warnings)

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to