Fedora 24 rpm error: empty %files file
wjyoung65 opened this issue · 1 comments
wjyoung65 commented
I'm trying to build fedora:24, and it ends with this error:
RPM build errors:
Empty %files file /home/builder/rpmbuild/BUILD/qcma-0.3.12/debugfiles.list
See attached for the output from "./build.sh fedora:24"
Any chance this has already been solved? If not, any suggestions on how to go about debugging it? I've got beginner level experience with docker, and practically no experience with rpmbuild, though I can do some research to get up to speed.
Thanks,
Wayne.
wjyoung65 commented
Ok, I figured it out. The qcma.spec file needs a line added to it: %global debug_package %{nil}. I got the hint from superuser.com