BUILDROOT files during RPM generation
- by khmarbaise
Currently i have the following spec file to create a RPM. The spec file is generated by maven plugin to produce a RPM out of it. The question is: will i find files which are mentioned in the spec file after the rpm generation inside the BUILDROOT/SPECS/SOURCES/SRPMS structure?
%define _unpackaged_files_terminate_build 0
Name: rpm-1
Version: 1.0…