[Bug 716808] Review Request: grapefruit - Python module for color information

bugzilla at redhat.com bugzilla at redhat.com
Tue Jun 28 12:51:07 UTC 2011


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=716808

--- Comment #5 from pjp <pj.pandit at yahoo.co.in> 2011-06-28 08:51:06 EDT ---
> Thanks for pointing out now it's fixed.
> Updated SPEC : http://kumarpraveen.fedorapeople.org/grapefruit/grapefruit.spec
> SRPM : http://kumarpraveen.fedorapeople.org/grapefruit/grapefruit-0.1a3-3.20110627svn31.fc15.src.rpm

  Hey, I tried the same sequence again, but it again shows different md5sums
for the two tarballs.

I think the - .gz - compression changes the tarball every time you create it.

=====

$ echo 'hello, world' > 1
$ tar -czf 1.tar.gz 1
$ tar -czf 2.tar.gz 1
$ md5sum 1.tar.gz 2.tar.gz 
12ef3047bf3a93b99fd82e57eb7eeef9  1.tar.gz
6eec3830961866140011554f20bc48fb  2.tar.gz

=====

I'll suggest change the compression to .bz2 or .xz as

.xz -> $ tar -cJvf grapefruit-0.1a3svn31.tar.xz grapefruit-0.1a3/
.bz2 -> $ tar -cjvf grapefruit-0.1a3svn31.tar.bz2 grapefruit-0.1a3/

Please notice the capital(-J) and small(-j) in the options above.

-- 
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.



More information about the package-review mailing list