[Bugs] [Bug 1683716] New: glusterfind: revert shebangs to #!/usr/bin/python3

bugzilla at redhat.com bugzilla at redhat.com
Wed Feb 27 16:00:56 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1683716

            Bug ID: 1683716
           Summary: glusterfind: revert shebangs to #!/usr/bin/python3
           Product: GlusterFS
           Version: 6
            Status: NEW
         Component: glusterfind
          Assignee: bugs at gluster.org
          Reporter: kkeithle at redhat.com
        QA Contact: bugs at gluster.org
                CC: avishwan at redhat.com, bugs at gluster.org,
                    khiremat at redhat.com
  Target Milestone: ---
    Classification: Community



Description of problem:


Using #!/usr/bin/env python is illegal in Fedora and RHEL packaging.
(Debian and SUSE packaging will complain about it too but don't
enforce it like Fedora packaging does. Yet.)

We went through a giant exercise fixing these once already.

The python needs to be python2/python3 clean. There is a build
scriptlet (in the glusterfs.spec file) that converts the shebangs back to
/usr/bin/python on rhel7 at rpm build time.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list