rpmlint requires it as follows. > ryu.noarch: E: non-executable-script > /usr/lib/python2.7/site-packages/ryu/tests/run_tests.py 0644L /usr/bin/env > ryu.noarch: E: non-executable-script > /usr/lib/python2.7/site-packages/ryu/tests/test_lib.py 0644L /usr/bin/env > This text file contains a shebang or is located in a path dedicated for > executables, but lacks the executable bits and cannot thus be executed. If > the file is meant to be an executable script, add the executable bits, > otherwise remove the shebang or move the file elsewhere.
Signed-off-by: Isaku Yamahata <[email protected]> --- 0 files changed mode change 100644 => 100755 ryu/tests/run_tests.py mode change 100644 => 100755 ryu/tests/test_lib.py diff --git a/ryu/tests/run_tests.py b/ryu/tests/run_tests.py old mode 100644 new mode 100755 diff --git a/ryu/tests/test_lib.py b/ryu/tests/test_lib.py old mode 100644 new mode 100755 -- 1.7.10.4 ------------------------------------------------------------------------------ Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and get the hardware for free! Learn more. http://p.sf.net/sfu/sophos-d2d-feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
