On 8/18/2020 9:41 PM, Flavio Leitner wrote:
Right, but there is no sense in having ovs-check-dead-ifs.in packaged with execution permission. So, this is definitely a packaging issue. Assuming that you want to package the sources, then you need to tell RPM to ignore them, because they are not normal installable files. The following line tells RPM to ignore files under your sources directory: %global __brp_mangle_shebangs_exclude_from /usr/src/openvswitch-2.13.1.rhel82.39060899 Most probably you need to replace those versions with RPM macros. fbl
Hi Flavio, Thank you - this did the trick. Our internal build team has a script that adds this line to the rhel/openvswitch-dkms.spec.in file and the build now passes without problems. Your help is much appreciated! - Greg _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
