diff --git a/xmake/scripts/xpack/srpm/srpm.spec b/xmake/scripts/xpack/srpm/srpm.spec index 631c4522d7..b9bf7d8f92 100644 --- a/xmake/scripts/xpack/srpm/srpm.spec +++ b/xmake/scripts/xpack/srpm/srpm.spec @@ -2,6 +2,8 @@ # it is autogenerated by the xmake build system. # do not edit by hand. +%global debug_package %{nil} + Name: ${PACKAGE_NAME} Version: ${PACKAGE_VERSION} Release: 1%{?dist} @@ -28,6 +30,7 @@ ${PACKAGE_INSTALLCMDS} %check %files +%{_exec_prefix}/resources/assets/file1.txt %{_exec_prefix}/resources/assets/file2.txt %changelog