RpmBuild打包 error: Empty %files file /xxxx/rpmbuild/BUILD/xxxx/debugsourcefiles.list
工作中自定义(海光CPU x 中科方德操作系统)打包软件包过程,出现异常。
错误:空 %file 文件 /root/rpmbuild/BUILD/GwaiServer-2.0/debugsourcefiles.list
解决方法:rpmbuild 加上--nodebuginfo 参数。(检查发现,使用的自动打包脚本默认有debug 测试打包输出;暂时屏蔽debug,可以打包成功。参考地址)
rpmbuild -ba --nodebuginfo xxxSoftName.spec
#rpmbuild --version #RPM 版本 4.14.2