Description of problem: There is a version mismatch between the apr build requirement and apr the requirement: From the specfile: --------- ... BuildRequires: apr-devel >= 0.9.7, apr-util-devel >= 0.9.7 ... Requires: apr >= 1.3.0 ... --------- Any particular reason for the version differences between the build requirement and the requirement (0.9.7 vs 1.3.0) ? And why the 1.3.0 requirement? At the end of the subversion 1.5 release notes (http://subversion.tigris.org/svn_1.5_releasenotes.html) they only mention APR 1.x. Note: already answered in #466674.
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle. Changing version to '10'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
The build requirements heave already been corrected. CVS commits (rawhide and F10) https://www.redhat.com/archives/fedora-extras-commits/2009-January/msg10187.html https://www.redhat.com/archives/fedora-extras-commits/2009-January/msg10203.html
Joe, Shouldn't the devel subpackage also have versioned apr-devel/apr-util-devel requirements? From the specfile: ----------- %package devel ... Requires: subversion = %{version}-%{release}, apr-devel, apr-util-devel ... -----------
I can't see why that matters. apr{,-util}-devel have lockstep requires on the apr{,-util} packages, so if the main package requires are correct, the -devel packages must also match. Thanks for reporting the original bug though - looks like I forgot to reference it when fixing the spec file.