Fedora returns 2 warnings during shebang mangling phase on RPM
generation:

*** WARNING: ./usr/src/debug/openvswitch-2.10.90-1.fc30.x86_64/ofproto/bond.c
is executable but has empty or no shebang, removing executable bit
*** WARNING: ./usr/src/debug/openvswitch-2.10.90-1.fc30.x86_64/lib/rtnetlink.h
is executable but has empty or no shebang, removing executable bit

This series removes the wrong executable bit from lib/rtnetlink.h and
ofproto/bond.c.

Timothy Redaelli (2):
  bond: Remove executable bit from bond.c
  rtnetlink: Remove executable bit from rtnetlink.h

 lib/rtnetlink.h | 0
 ofproto/bond.c  | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 mode change 100755 => 100644 lib/rtnetlink.h
 mode change 100755 => 100644 ofproto/bond.c

-- 
2.19.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to