<div dir="ltr"><div><div><div><div>I stand corrected then, lets have a look at things uncompressed:<br></div>glibc - 360K<br></div>gcc - 20K<br></div>gdb - 148K<br><br></div>Still fail to see the &quot;big deal&quot;, sorry.<br>
<div><div><div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Apr 17, 2013 at 1:10 PM, Florian Festi <span dir="ltr">&lt;<a href="mailto:ffesti@redhat.com" target="_blank">ffesti@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 04/17/2013 10:25 AM, Dan Fruehauf wrote:<br>
&gt; That&#39;s around 50K, and compressed (RPMs are compressed):<br>
&gt; $ rpm -q --changelog binutils | gzip | wc -c<br>
&gt; 15552<br>
&gt;<br>
&gt; 15K is nothing. Really. I like to see the whole history of a package,<br>
&gt; it&#39;s nice and fun.<br>
<br>
</div>That&#39;s not correct. The change log is stored within the rpm header which<br>
is not compressed. While there have been efforts to compress the header<br>
those changes have not (yet) made it upstream as it would make rpm<br>
packages completely incompatible with older rpm versions.<br>
<br>
For limiting the change log entries in the binary packages<br>
%_changelog_trimtime can be used that take a unix time stamp as an<br>
integer value. This way the whole history is still available in the spec<br>
file.<br>
<span class="HOEnZb"><font color="#888888"><br>
Florian<br>
</font></span><div class="HOEnZb"><div class="h5">--<br>
devel mailing list<br>
<a href="mailto:devel@lists.fedoraproject.org">devel@lists.fedoraproject.org</a><br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/devel" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/devel</a></div></div></blockquote></div><br></div>