Bug 7970

Summary: zforce fails to force a .gz on a gzipped file
Product: [Retired] Red Hat Linux Reporter: David Lawrence <dkl>
Component: gzipAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
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: 2000-02-03 22:59:08 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 Derek Tattersall 1999-12-23 15:17:23 UTC
zforce should force a '.gz' ending on a gzipped file which does not have
that extension.  However it doesn't.  The offending line, line 27 in the
zforce script, greps for "defl" in the output of gzip -l.  gzip -l doesn't
emit a line with defl in it, so the test fails and the filename is not
modified.

Comment 1 Elliot Lee 2000-02-03 22:59:59 UTC
Is fixed in gzip-1.2.4-15 - thanks for the detailed bug report.