Skip to content

Update RPM package names

Duncan Macleod requested to merge duncanmmacleod/glue:spec-package-names into master

This MR updates the binary RPM package names to follow the EPEL naming conventions. The packages are now

  • python2-glue-common (provides glue-common, python-glue-common)
  • python2-glue (provides glue, python-glue)
  • python36-glue-common (provides python3-glue-common)
  • python36-glue (provides python3-glue)

This should be an entirely backwards-compatible change, but should allow people to update their Requires entries with names that follow conventions.

/cc @adam-mercer

Merge request reports