On Tue, 2005-04-05 at 03:17 -0400, seth vidal wrote: > Hey folks, > I was looking at some packages with: > > BuildRequires: python-abi = %{pyver} > > when this is in an srpm, built on fc3 it comes out as python-abi = 2.3 > when you try to rebuild this srpm on rawhide it is impossible to provide > the buildreq b/c nothing provides python-abi = 2.3. > > So I was thinking - wouldn't it make sense for a buildrequires on > python-abi to be >= %{pyver}? How exactly is that any better than "BuildRequires: python"? If there's some specific version you know a package _can't_ be built against, then adding something like this makes sense. I'm just not sure it's worth the trouble for the normal case. It's just more data, not more useful data. -- Peter