Skip to content

install_requirements: Ensure versioned requirements can still be installed

Ben Morrice requested to merge fixir into master
  • without this something like: "Requires: CERN-CA-certs >= 20120322-8.slc6" will be broken out into [ "CERN-CA-certs", ">=", "20120322-8.slc6"] which yum has no idea how to handle

    Package CERN-CA-certs-20230604-1.al8.cern.noarch is already installed. No match for argument: >= No match for argument: 20120322-8.slc6

Merge request reports