Build RPM From RPM Source
Tagged with: command, filler, Linux, package, rpm, rpmbuild, source
Sunday, September 21st, 2008 11:53 PM
Build a rpm package from a rpm source
rpmbuild --rebuild package_name.src.rpm
Build a rpm package from a rpm source
rpmbuild --rebuild package_name.src.rpm
Use this command to build an RPM if you have a Spec File
rpmbuild -ba SPEC_FILE