I have a problem with creating RPM using FPM from the directory.
If there is an empty system directory (for example usr/lib64), then the arguments --rpm-auto-add-directories and --rpm-auto-add-exclude-directories /usr/lib64 are not working as expected.
👍 I have encountered this as well. My workaround was to use multiple -x *glob* entries, but that has it's own problems in a sufficiently large package.
Hello,
I have a problem with creating RPM using FPM from the directory.
If there is an empty system directory (for example
usr/lib64
), then the arguments--rpm-auto-add-directories
and--rpm-auto-add-exclude-directories /usr/lib64
are not working as expected.