diff options
author | jbj <devnull@localhost> | 2001-11-03 02:34:15 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-11-03 02:34:15 +0000 |
commit | 358848088d23d8c1389ed75f3cf9a8804c6baa43 (patch) | |
tree | 35afe4de5a012e746b6d24176bef0b72e996d666 /rpm.spec.in | |
parent | 95555cf3d4c02f8649a271d0c1f6699f56c9c9f5 (diff) | |
download | librpm-tizen-358848088d23d8c1389ed75f3cf9a8804c6baa43.tar.gz librpm-tizen-358848088d23d8c1389ed75f3cf9a8804c6baa43.tar.bz2 librpm-tizen-358848088d23d8c1389ed75f3cf9a8804c6baa43.zip |
- depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch].
CVS patchset: 5152
CVS date: 2001/11/03 02:34:15
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index 89b2ccfc9..baf88a87a 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -552,3 +552,4 @@ fi - create rpmDepSet constructors/destructors. - create toy rpmDepSet iterators. - rpmRangesOverlap renamed to dsCompare, add dsNotify method as well. +- depends.c: rpmDepSet is (almost) opaque, move to rpmds.[ch]. |