Changes between Version 6 and Version 7 of RpmBuilding
- Timestamp:
- 08/12/18 23:18:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmBuilding
v6 v7 54 54 }}} 55 55 56 Make sure the right target release is specified in /etc/mock/default.cfg57 58 56 Create a rpm repository under your web server: 59 57 {{{ … … 77 75 Do the building part 78 76 {{{ 79 mock -- rebuild dahdi-linux-2.11.1-2.el7.centos.src.rpm77 mock --target=epel-7-x86_64 --rebuild dahdi-linux-2.11.1-2.el7.centos.src.rpm 80 78 rm -f /var/lib/mock/epel-7-x86_64/result/*src.rpm 81 79 rpm --addsign /var/lib/mock/epel-7-x86_64/result/*.rpm