How to prevent unpacked files from breaking the rpm build process

Posted in: Linux
By dePoPo
Mar 10, 2009 - 12:40:02 PM

needless to say you should solve the error, and not avoid it. Hoever, sometimes you dont have that option, and you can add the following to the spec file:

%define _unpackaged_files_terminate_build 0
%define _missing_doc_files_terminate_build 0



Visitor Comments