[Rust-users] rust rpm problem
Status: Beta
Brought to you by:
psychogenic
From: Depankar N. <dn...@wi...> - 2003-04-24 18:23:51
|
Hi - I am having a weird behavior while trying to create an rpm where for two files, the sizes are changing. Even if I moved the files to another dir and created the rpm, still the file size changes in the rpm. For example - The original file size is 1450408 for /usr/sbin/dhcpd. The new file size in the rpm is 623186 for /usr/sbin/dhcpd. When I install the rpm, the file size is 623K though the original was 1450K. If I manually created the rpm, using rpm -bb -r ...., my flle sizes do not change and I get the original size. I would like to use RUST to build my rpms. This is the first time I faced such a problem. I have built other rpms and even in this rpm, the other file sizes are unchanged. Any help is appreciated. thanks, Depankar |