mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
Don't mangle shebangs when building DKMS RPM package.
While building the package, some .in files are being subject to shebang substitution, but the process fails, because given scripts have placeholders in place of shebangs. In order to fix the issue, don't mangle shebangs in this specific package. Signed-off-by: Guzowski Adrian <adrian.guzowski@exatel.pl> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
parent
1f38f9dcf2
commit
cb4bff6ff8
@ -28,6 +28,9 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
# conflicts with the openvswitch-debuginfo package for OVS userspace).
|
||||
%undefine _enable_debug_packages
|
||||
|
||||
# Disable shebangs mangling
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%description
|
||||
Open vSwitch Linux kernel module.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user