Martin Li������ka changed bug 1197780
What Removed Added
Assignee martin.liska@suse.com mls@suse.com

Comment # 4 on bug 1197780 from
All right, so the issue is not related to the ZSTD compression algorithm. I can
see the same behavior when I switch either to xzdio or gzio:

$ rpm -qp --queryformat '%{PAYLOADCOMPRESSOR}\n'
pkgs.1/adinatha-fonts-1.0-0.noarch.rpm 
gzip

$ rpm --debug -qpvl ./pkgs.1/adinatha-fonts-1.0-0.noarch.rpm 2>&1 | grep
'total'
ufdio:       6 reads,     6765 total bytes in 0.000005 secs

$ rpm --debug -qpvl ./pkgs.2/adinatha-fonts-1.0-0.noarch.rpm 2>&1 | grep
'total'
ufdio:       6 reads,     6925 total bytes in 0.000007 secs


You are receiving this mail because: