diff options
author | jbj <devnull@localhost> | 2001-11-23 15:49:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-23 15:49:11 +0000 |
commit | e98018b4d8730a80b2d320e6393f9129b2d13770 (patch) | |
tree | 88e4d57de86d16edfa7d6f9de4692383a69c8153 /rpm.spec.in | |
parent | 9d66753a5b99ecd9ae022c5ff42eec58b57d8c13 (diff) | |
download | librpm-tizen-e98018b4d8730a80b2d320e6393f9129b2d13770.tar.gz librpm-tizen-e98018b4d8730a80b2d320e6393f9129b2d13770.tar.bz2 librpm-tizen-e98018b4d8730a80b2d320e6393f9129b2d13770.zip |
- fix a couple dinky memory leaks.
- build with an internal zlib for now.
CVS patchset: 5207
CVS date: 2001/11/23 15:49:11
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index 7d115a950..3e355f293 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -588,3 +588,5 @@ fi - hybrid chainsaw/presentation ordering algorithm. - convert file md5sum's to binary on the fly, reducing memory footprint. - header handling moved to librpmdb to avoid linkage loops. +- fix a couple dinky memory leaks. +- build with an internal zlib for now. |