Project

General

Profile

Bug #17947

Updated by Javier BĂ©rtoli over 2 years ago

The new centos7 packages, prefixed with @python3-@ do not mark the old ones @rh-pythonXX-@ as conflicting, so they're not removed when upgrading. 

 When trying to install the new packages, they throw a conflict and fail: 
 <pre> 
  Transaction check error: 
   file /usr/bin/arvados-cwl-runner from install of python3-arvados-cwl-runner-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-cwl-runner-2.1.2-1.x86_64 
   file /usr/bin/cwl-runner from install of python3-arvados-cwl-runner-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-cwl-runner-2.1.2-1.x86_64 
   file /usr/bin/arv-copy from install of python3-arvados-python-client-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-python-client-2.1.2-1.x86_64 
   file /usr/bin/arv-federation-migrate from install of python3-arvados-python-client-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-python-client-2.1.2-1.x86_64 
   file /usr/bin/arv-get from install of python3-arvados-python-client-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-python-client-2.1.2-1.x86_64 
   file /usr/bin/arv-keepdocker from install of python3-arvados-python-client-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-python-client-2.1.2-1.x86_64 
   file /usr/bin/arv-ls from install of python3-arvados-python-client-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-python-client-2.1.2-1.x86_64 
   file /usr/bin/arv-migrate-docker19 from install of python3-arvados-python-client-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-python-client-2.1.2-1.x86_64 
   file /usr/bin/arv-normalize from install of python3-arvados-python-client-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-python-client-2.1.2-1.x86_64 
   file /usr/bin/arv-put from install of python3-arvados-python-client-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-python-client-2.1.2-1.x86_64 
   file /usr/bin/arv-ws from install of python3-arvados-python-client-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-python-client-2.1.2-1.x86_64 
   file /usr/bin/arv-mount from install of python3-arvados-fuse-2.2.1-1.x86_64 conflicts with file from package rh-python36-python-arvados-fuse-2.1.2-1.x86_64 

 </pre>

Back