rpmlib(FileDigests) dependency error on RPM built with rpm-maven-plugin
问题 Just like with this question, I try to an install an RPM and get the following errors: # rpm -iv myapp-0.0.14-SNAPSHOT.rpm error: Failed dependencies: rpmlib(FileDigests) <= 4.6.0-1 is needed by myapp-0.0.14-SNAPSHOT20151117233758.noarch rpmlib(PayloadIsXz) <= 5.2-1 is needed by myapp-0.0.14-SNAPSHOT20151117233758.noarch But my app was built with the rpm-maven-plugin. There are differences in redhat version between the build machine and the server on which I want to do the install. $ uname -a