summaryrefslogtreecommitdiff
path: root/rpm.spec.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-11-16 22:42:19 +0000
committerjbj <devnull@localhost>2001-11-16 22:42:19 +0000
commit7d44f133958d5e4d8a6e1bd5e4b925be3bbdad48 (patch)
tree1bd82b5ae312d709f1f4200cc5fe64a6093f7a38 /rpm.spec.in
parentbf2a991c6721bd498c18b4f64362e5475c31c529 (diff)
downloadlibrpm-tizen-7d44f133958d5e4d8a6e1bd5e4b925be3bbdad48.tar.gz
librpm-tizen-7d44f133958d5e4d8a6e1bd5e4b925be3bbdad48.tar.bz2
librpm-tizen-7d44f133958d5e4d8a6e1bd5e4b925be3bbdad48.zip
- use array of pointers rather than contiguous array for ts->order.
CVS patchset: 5186 CVS date: 2001/11/16 22:42:19
Diffstat (limited to 'rpm.spec.in')
-rw-r--r--rpm.spec.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpm.spec.in b/rpm.spec.in
index 983928fa9..006407722 100644
--- a/rpm.spec.in
+++ b/rpm.spec.in
@@ -581,3 +581,4 @@ fi
- tweak overlapped file fingerprint retrieval for speed.
- transaction.c: use wrappers/iterators to access TFI_t.
- annotations to make a transactionElement opaque.
+- use array of pointers rather than contiguous array for ts->order.