5 | | * Be sure to check the [wiki:Prereqs Prerequisites] page. |
6 | | * Download the release tarball that you want to base your packages on from the [wiki:Download Downloads] page. |
7 | | * Run `rpmbuild -ta <name of tarball here>`. |
8 | | * On CentOS/RHEL, the resulting RPMs will be in `/usr/src/redhat/RPMS/noarch/` and the SRPMs in `/usr/src/redhat/SRPMS/`. |
9 | | * Example commands to build bcfg2-1.1.1 on CentOS 5.5: |
| 5 | 1. Be sure to check the [wiki:Prereqs Prerequisites] page. |
| 6 | 1. Download the release tarball that you want to base your packages on from the [wiki:Download Downloads] page. |
| 7 | 1. Run `rpmbuild -ta <name of tarball here>`. |
| 8 | 1. On CentOS/RHEL, the resulting RPMs will be in `/usr/src/redhat/RPMS/noarch/` and the SRPMs in `/usr/src/redhat/SRPMS/`. |
| 9 | 1. Example commands to build RPMs for bcfg2-1.1.1 on CentOS 5.5: |