Bug 1639270

Summary: pythonX-gpaw requires /usr/bin/gpaw-python
Product: [Fedora] Fedora Reporter: Miro Hrončok <mhroncok>
Component: gpawAssignee: marcindulak <Marcin.Dulak>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: Marcin.Dulak, susi.lehtola
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-12-23 11:17:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1541318    

Description Miro Hrončok 2018-10-15 12:41:30 UTC
$ dnf repoquery --repo=rawhide --whatrequires /usr/bin/gpaw-python
python2-gpaw-0:1.4.0-6.fc29.x86_64
python3-gpaw-0:1.4.0-6.fc29.x86_64

$ dnf repoquery --repo=rawhide -f /usr/bin/gpaw-python
(nothing)


This due to /usr/bin/gpaw-runscript which has #!/usr/bin/env gpaw-python shebang and that is mangled to #!/usr/bin/gpaw-python.

Please fix the shebang manually to something that is available in Fedora.

Note that if the shebang was not mangled, the dependency would not be created, yet the /usr/bin/gpaw-runscript would not work either.

Thanks.

Comment 1 Susi Lehtola 2018-12-23 11:17:52 UTC
I ran into this as well, fix on the way.

*** This bug has been marked as a duplicate of bug 1661785 ***