[root@xx SPECS]# rpm --rebuilddb error: db4 error(16) from dbenv->remove: Device or resource busy
Bill Nottingham wrote:
Paul Dorneanu (spooky@xxxxxxxxx) said:
I am trying building some rpms on RH9, but I am gettin those errors...: RPM build errors: Installed (but unpackaged) file(s) found:
on older RHs they are working....
It's a change in the distributed rpm configuration, to catch files that perhaps should be in the package.
%define _unpackaged_files_terminate_build 0
in the spec file will turn it off.
Bill