Bug 173614

Summary: python rejects extraneous -t: in genpkgmetadata.py
Product: [Fedora] Fedora Reporter: Alexandre Oliva <oliva>
Component: createrepoAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-11-18 17:32:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alexandre Oliva 2005-11-18 17:08:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8) Gecko/20051103 Fedora/1.5-0.5.0.rc1 Firefox/1.5

Description of problem:
$ createrepo
usage: /usr/bin/python [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.
$ cat /usr/bin/createrepo
#!/bin/sh
exec /usr/share/createrepo/genpkgmetadata.py "$@"
$ head -1 /usr/share/createrepo/genpkgmetadata.py
#!/usr/bin/python -t:



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

How reproducible:
Always

Steps to Reproduce:
1. Run createrepo

Actual Results:  python complains

Expected Results:  The previous build worked

Additional info:

Comment 1 Alexandre Oliva 2005-11-18 17:32:51 UTC

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