Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=772485

--- Comment #5 from Christos Triantafyllidis 
<christos.triantafylli...@gmail.com> 2012-01-09 15:02:20 EST ---
Hi Mario,

   There should be some issue with the tar.gz you are using. Try re-downloading
it from vendor:
Your tar.gz:
$ file wmnd-0.4.16.tar.gz 
wmnd-0.4.16.tar.gz: gzip compressed data, from Unix, last modified: Mon Aug 16
20:10:53 2010
$ tar -ztf wmnd-0.4.16.tar.gz 
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors


The one at vendor's website:
$ file wmnd-0.4.16.tar.gz 
wmnd-0.4.16.tar.gz: gzip compressed data, from Unix, last modified: Mon Aug 16
20:10:11 2010, max compression
$ tar -ztf wmnd-0.4.16.tar.gz 
wmnd-0.4.16/
.... (other filenames) ....
wmnd-0.4.16/src/README.master.xpm


It looks like your SRPM embedded .tar.gz is gzipped:

$ gunzip wmnd-0.4.16.tar.gz 
$ file wmnd-0.4.16.tar 
wmnd-0.4.16.tar: gzip compressed data, from Unix, last modified: Mon Aug 16
20:10:11 2010, max compression
$ tar -ztf wmnd-0.4.16.tar 
wmnd-0.4.16/
.... (other filenames) ....
wmnd-0.4.16/src/README.master.xpm


This should also fix the file size mismatch.

Regards,
Christos

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to