F5Networks / f5-icontrol-rest-python

Generic python library used by the F5 SDK and other F5 projects to communicate with BIG-IP® via the REST API
http://icontrol.readthedocs.org/en/latest/
Apache License 2.0
36 stars 32 forks source link

Clean up RPM construction to handle missing SRC_DIR and other fixes #159

Closed nkadel closed 4 years ago

nkadel commented 6 years ago

The "build-rpms.sh" script can and should be made available to worrk without Docker, and without arguments. It should also deduce the "dist" option from "rpm --showmacros" in the working environment, rather than simply renaming RPMS after compilition to a hardcoded value that does not actually match the rpm name as reported by "rpm -qi".

Naming RPM files this way is something that Sun used to do with Java packages, for no good reason, and it was very confusing.

f5-rahm commented 4 years ago

archiving this repo, this request will not be implemented.