Changes between Version 7 and Version 8 of RpmBuilding
- Timestamp:
- 08/12/18 23:46:36 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmBuilding
v7 v8 49 49 }}} 50 50 51 == get the src rpms ==52 {{{53 wget -r --no-parent -A *.src.rpm https://ast.tucny.com/repo/54 }}}55 56 51 Create a rpm repository under your web server: 57 52 {{{ … … 71 66 }}} 72 67 68 == get the src rpms == 69 70 {{{ 71 mkdir ~/asterisk 72 cd asterisk 73 wget -r --no-parent -A *.src.rpm https://ast.tucny.com/repo/ 74 }}} 73 75 74 76 75 Do the building part 77 == Build the packages == 78 move to the package download location 79 {{{ 80 cd asterisk/ast.tucny.com/repo/asterisk-common/el7/SRPMS 81 }}} 82 83 Build 76 84 {{{ 77 85 mock --target=epel-7-x86_64 --rebuild dahdi-linux-2.11.1-2.el7.centos.src.rpm … … 81 89 createrepo --update /var/www/html/repo/x86_64 82 90 91 mock --target=epel-7-x86_64 --rebuild ahdi-firmware-2.11.0-2.el7.centos.src.rpm 92 93 94 83 95 84 96