I am creating an RPM package for a C ++ application. Compilation and installation are successful. Then the following command completes the error /usr/lib/rpm/check-buildrootwith the following error:
Found '/user/dfsdf/rpmbuild/BUILDROOT/vendor-xerces-c-3.1.3-3.1.3-1.x86_64' in installed files; aborting
I did not find any documentation about this command. What does check-buildroot do?
source
share