I am trying to build rpm under fedora 32. Spec file doesn't contains any special macros, just standard configure, make, make install. I found that under fedora 32 rpmbuild command pack rpm content to the .cpio.zstd archive, that can't be installed later.
dnf install command for this rpm dies with error:
Error unpacking rpm package ffmpeg-1:4.3-1.fc32.x86_64
Same spec file under FC31 or EL8 produces valid rpm.
So, my question - what I am doing wrong? How to build standard cpio rpm under FC32, that can be installed?