2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-05 20:35:34 +00:00

not generate debuginfo for xCAT-server package (#5431)

This commit is contained in:
Bin Xu
2018-07-25 15:25:08 +08:00
committed by yangsong
parent 61ee40ee72
commit 03242a3463

View File

@ -15,6 +15,7 @@ BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root
%ifnos linux
AutoReqProv: no
%endif
%define debug_package %{nil}
%define fsm %(if [ "$fsm" = "1" ];then echo 1; else echo 0; fi)