Bug 435758

Summary: Incorrect behaviour of /usr/bin/EXIF script
Product: [Fedora] Fedora Reporter: Andrey Klyachkin <aklyachkin>
Component: python-exifAssignee: Terje Røsten <terje.rosten>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.0.7-4.fc7 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-03-06 16:33:58 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 Andrey Klyachkin 2008-03-03 18:37:05 UTC
Description of problem:


Version-Release number of selected component (if applicable):
python-exif-1.0.7-3.fc8

How reproducible:


Steps to Reproduce:
1. Run script on any image file and you'll receive usage notes instead of EXIF
information

Actual results:
$ /usr/bin/EXIF IMG_1202.JPG 
Usage: EXIF.py [OPTIONS] file1 [file2 ...]
Extract EXIF information from digital camera image files.

Options:
-q --quick   Do not process MakerNotes.
-t TAG --stop-tag TAG   Stop processing when this tag is retrieved.
-d --debug   Run in debug mode.

Expected results:

$ /usr/lib/python2.5/site-packages/EXIF.py IMG_1202.JPG 
IMG_1202.JPG:
   EXIF ApertureValue (Ratio): 95/32
   EXIF ColorSpace (Short): 1
   EXIF ComponentsConfiguration (Undefined): YCbCr
   EXIF CompressedBitsPerPixel (Ratio): 5

<a lot of information skipped>

Additional info:

Fix:
add $* to the last string of EXIF script. It should look like:

python $PY_DIR/EXIF.py $*

Comment 1 Terje Røsten 2008-03-03 19:01:27 UTC
Ugh, I am sure I did that... will fix asap.

Thanks for the report.



Comment 2 Fedora Update System 2008-03-03 19:04:11 UTC
python-exif-1.0.7-4.fc7 has been submitted as an update for Fedora 7

Comment 3 Fedora Update System 2008-03-03 19:05:05 UTC
python-exif-1.0.7-4.fc8 has been submitted as an update for Fedora 8

Comment 4 Fedora Update System 2008-03-06 16:33:56 UTC
python-exif-1.0.7-4.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2008-03-06 16:39:21 UTC
python-exif-1.0.7-4.fc8 has been pushed to the Fedora 8 stable repository.  If problems still persist, please make note of it in this bug report.