diff options
author | jbj <devnull@localhost> | 2001-11-12 20:51:05 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-12 20:51:05 +0000 |
commit | 21a35690b3d6e79206ae62724cb8fbd538be57cb (patch) | |
tree | 8499954cab7053994d4b5dcd176d40b8caa76eb1 /rpm.spec.in | |
parent | 55ffccbddecade7b99992900cec5dd2aef3b059c (diff) | |
download | librpm-tizen-21a35690b3d6e79206ae62724cb8fbd538be57cb.tar.gz librpm-tizen-21a35690b3d6e79206ae62724cb8fbd538be57cb.tar.bz2 librpm-tizen-21a35690b3d6e79206ae62724cb8fbd538be57cb.zip |
- commit to using rpmDepSet and TFI_t, not header.
- lclint rpmio fiddles.
CVS patchset: 5177
CVS date: 2001/11/12 20:51:05
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 d73b3800d..a96f42b61 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -574,3 +574,5 @@ fi - factor per-transactionElement data out of TFI_t through pointer ref. - unify rpmFNSet into TFI_t. - eliminate header reference in rpmtransAddPackage, use TFI_t data. +- commit to using rpmDepSet and TFI_t, not header. +- lclint rpmio fiddles. |