| Summary: | rpmbuild calculates wrong size when using %exclude | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Sisyphus | Reporter: | Sergey Vlasov <vsu> | ||||||
| Component: | rpm-build | Assignee: | placeholder <placeholder> | ||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||
| Severity: | major | ||||||||
| Priority: | P5 | CC: | arseny, glebfm, imz, ldv, placeholder, vt | ||||||
| Version: | unstable | ||||||||
| Hardware: | all | ||||||||
| OS: | Linux | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 17186 | ||||||||
| Attachments: |
|
||||||||
|
Description
Sergey Vlasov
2003-06-04 18:09:46 MSD
Bug was even worse compared to reported. Fixed in rpm-build-4.0.4-alt26 This change apparently broke hardlink size count.
$ rpmquery --qf '%{SIZE}\n' git-core
77763224
$
Fixed in rpm-4.0.4-alt95 (Sisyphus and branch 4.1), backported to rpm-4.0.4-alt77.M40.2 (branch 4.0). Also fixed in rpm5.org.
[at@people ~]$ rpm -qp --qf '%{VERSION}-%{RELEASE}.%{ARCH}\t%{SIZE}\n' /ALT/Sisyphus/files/*/RPMS/git-core-1*.rpm
1.6.0.2-alt1.i586 4950949
1.6.0.2-alt1.x86_64 5538565
[at@people ~]$ rpm -qp --qf '%{VERSION}-%{RELEASE}.%{ARCH}\t%{SIZE}\n' /ALT/4.1/files/*/RPMS/git-core-1*.rpm
1.5.5.5-alt1.i586 72697349
1.5.5.5-alt1.x86_64 77771185
[at@people ~]$ rpm -qp --qf '%{VERSION}-%{RELEASE}.%{ARCH}\t%{SIZE}\n' /ALT/4.0/files/*/RPMS/git-core-1*.rpm
1.5.4.5-alt3.i586 64489878
1.5.4.5-alt3.x86_64 69091050
[at@people ~]$
|