Changes between Version 7 and Version 8 of RpmBuilding


Ignore:
Timestamp:
08/12/18 23:46:36 (6 years ago)
Author:
jorrit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpmBuilding

    v7 v8  
    4949}}}
    5050
    51 == get the src rpms ==
    52 {{{
    53 wget -r --no-parent -A *.src.rpm https://ast.tucny.com/repo/
    54 }}}
    55 
    5651Create a rpm repository under your web server:
    5752{{{
     
    7166}}}
    7267
     68== get the src rpms ==
     69
     70{{{
     71mkdir ~/asterisk
     72cd asterisk
     73wget -r --no-parent -A *.src.rpm https://ast.tucny.com/repo/
     74}}}
    7375
    7476
    75 Do the building part
     77== Build the packages ==
     78move to the package download location
     79{{{
     80cd asterisk/ast.tucny.com/repo/asterisk-common/el7/SRPMS
     81}}}
     82
     83Build
    7684{{{
    7785mock --target=epel-7-x86_64 --rebuild dahdi-linux-2.11.1-2.el7.centos.src.rpm
     
    8189createrepo --update /var/www/html/repo/x86_64
    8290
     91mock --target=epel-7-x86_64 --rebuild ahdi-firmware-2.11.0-2.el7.centos.src.rpm
     92
     93
     94
    8395
    8496