Creating RPM’s a short version
This is a very short version for creating RPM’s. # Building a RPM pipeline [*] Get RPM development packages [*] setup RPM build environment [*] Create a signing GPG key [*] get a source package from somewhere [*] create a spec file [*] build the rpm ## Get packages (as root) yum install -y rpm-build…