Re: Problem with Centos 7 RPMs

2021-03-22 Thread Nico Kadel-Garcia
On Mon, Mar 22, 2021 at 5:40 AM Matthews, David
 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.


Problem with Centos 7 RPMs

2021-03-22 Thread Matthews, David
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