Posts Tagged With: rpmbuild

Build RPM From RPM Source

Tagged with: , , , , , ,

Build a rpm package from a rpm source


rpmbuild --rebuild package_name.src.rpm
No Comments »

Building an RPM from a Spec File

Tagged with: , , , , , , ,

Use this command to build an RPM if you have a Spec File


rpmbuild -ba SPEC_FILE
No Comments »