Modify an srpm
To unpack the contents of an SRPM, make changes, then re-package it, follow the below steps 1) Install rpmbuild yum install rpmbuild 2) Install the srpm rpm -ivh http://server/package-1.0.1.src.rpm This will install source into ~/rpmbuild/SOURCE/package-1.0.1.tar.gz Spec file into…