This shows you the differences between two versions of the page.
|
building_and_signing_rpm_packages [2011/09/19 09:27] root |
building_and_signing_rpm_packages [2011/09/26 13:24] (current) root |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| # yum install rpm-build | # yum install rpm-build | ||
| + | | ||
| + | Build the needed directories. | ||
| + | |||
| + | # mkdir -p /usr/src/redhat/{BUILD,RPMS,SOURCES,SPECS,SRPMS} | ||
| ===== Create SPEC file ===== | ===== Create SPEC file ===== | ||