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

Miro Hrončok <mhron...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mhron...@redhat.com



--- Comment #9 from Miro Hrončok <mhron...@redhat.com> ---
When you have scripts with shebangs copied onto guest VM instances there are
several options, sorted "the best first" based on my opinion:


 1. create the shebangs upon copying, based on some settings about the VM or
other options
 2. keep the files in the package as nonexecutables, add the executable bit
after copying
 3. disable the shebangs check/mangling for certain files, but be very verbose
about what's going on in the comment - the current comment is not clear enough
on why nor it makes any sense to me


----------------


This is forbidden, pygobject2 is Python 2:

   Requires: pygobject2


----------------


This is unnecessary: Requires: python3

And this is suspicious:  Requires: python3-devel


----------------


This is outdated:  %{__python3} setup.py build  -> use %py3_build instead
                   %{__python3} setup.py install --root %{buildroot}
--skip-build  -> use %py3_install instead

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- package-review@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/package-review@lists.fedoraproject.org

Reply via email to