Update RPM package names
This MR updates the binary RPM package names to follow the EPEL naming conventions. The packages are now
-
python2-glue-common
(providesglue-common
,python-glue-common
) -
python2-glue
(providesglue
,python-glue
) -
python36-glue-common
(providespython3-glue-common
) -
python36-glue
(providespython3-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