/ Published in: Bash
Expand |
Embed | Plain Text
# rpm -i thepackage.src.rpm # cd /usr/src/RPM edit SPECS/thepackage.spec to make the requires correct or any other modification you need and then rebuilt the RPM with # rpmbuild -bb SPECS/thepackage.spec
You need to login to post a comment.
