help~~~~~~我的系统里面运行rpm -bb  aa.spec,,提示说不认识-bb,,,怎么办??
help~~~~~~我的系统里面运行rpm   -bb      aa.spec,,提示说不认识-bb,,,怎么办??   
          系统是red   hat   linux企业版。
------解决方案--------------------我也碰到这个问题,其实是后来版本的rpm把使用和制作分开了,编译rpm需要rpmbuild命令,安装、卸载等使用原来的rpm命令 
 -------------- 
 帮你找到的
------解决方案--------------------Executing rpmbuild 
        The build modes of rpm are now resident in the  /usr/bin/rpmbuild  exe- 
        cutable.  Although  legacy  compatibility  provided by the popt aliases 
        below has been adequate, the compatibility is not perfect; hence  build 
        mode  compatibility  through  popt  aliases  is being removed from rpm. 
        Install the rpmbuild package, and see rpmbuild(8) for documentation  of 
        all the rpm build modes previously documented here in rpm(8).                                                                                   
        Add  the  following lines to /etc/popt if you wish to continue invoking 
        rpmbuild from the rpm command line:                                                                                   
        rpm     exec --bp               rpmb -bp 
        rpm     exec --bc               rpmb -bc 
        rpm     exec --bi               rpmb -bi 
        rpm     exec --bl               rpmb -bl 
        rpm     exec --ba               rpmb -ba 
        rpm     exec --bb               rpmb -bb 
        rpm     exec --bs               rpmb -bs 
        rpm     exec --tp               rpmb -tp 
        rpm     exec --tc               rpmb -tc 
        rpm     exec --ti               rpmb -ti 
        rpm     exec --tl               rpmb -tl 
 :   
 -------------------- 
 It 's the result of man rpm