How to create or build RPM Package
Introduction – * “rpmbuild” tool is used to build both… 1) Binary Package ~ used to install the software and supporting scripts. It contains the files that comprise the application, along with any additional information needed to install and erase it. 2) Source Package ~ contains the original compressed tar file of source code, patches …