You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2020. It is now read-only.
These RPMs contain problematic shebang in some of the scripts:
pwhois-2.99.010-1.fc27
* Scripts containing `#!/usr/bin/env python` shebang:
This is discouraged and should be avoided. Please check the shebangs
and use either `#!/usr/bin/python2` or `#!/usr/bin/python3`.
The package requires /usr/bin/env, so I guess that's the problem.