...
3. Edit or create .spec file in ~/rpmbuild/SPECS
Warning | ||
---|---|---|
Create a ".rpmmacros" file in your home directory. It should contain the following:
This will build in ~/rpmbuild, not in /usr/local/redhat, which is the default and requires root. |
4. rebuild src.rpm
Code Block |
---|
rpmbuild -bs --nodeps ~/rpmbuild/SPECS/something.spec |
...