You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Matthews, David" <da...@metoffice.gov.uk> on 2021/03/22 09:40:21 UTC

Problem with Centos 7 RPMs

I been using the Subversion 1.10 RPMs provided by WANdisco on Centos 7.
http://opensource.wandisco.com/centos/7/svn-1.10/RPMS/x86_64/
I have 1.10.6 installed but I can't upgrade to 1.10.7.
If I try running "yum update" I get an error with package subversion-python-1.10.7-1.x86_64 (WANdisco-svn):
    Requires: python >= 3

I'm hoping the maintainers of those RPMs watch this list and can comment.

Thanks,
David

Re: Problem with Centos 7 RPMs

Posted by Nico Kadel-Garcia <nk...@gmail.com>.
On Mon, Mar 22, 2021 at 5:40 AM Matthews, David
<da...@metoffice.gov.uk> wrote:
>
> I been using the Subversion 1.10 RPMs provided by WANdisco on Centos 7.
>
> http://opensource.wandisco.com/centos/7/svn-1.10/RPMS/x86_64/
>
> I have 1.10.6 installed but I can’t upgrade to 1.10.7.
>
> If I try running “yum update” I get an error with package subversion-python-1.10.7-1.x86_64 (WANdisco-svn):
>
>     Requires: python >= 3

The heck? I suspect that should be "Requires: python3", due to the
peculiarities of RHEL 7 providing python 3.x as separately named,
parallel packages. This is not an unheard of bit of confusion when
script requirements are updated from python 2 to python 3.

I also wonder why you're using 1.10 when 1.14 is available.