- fix: IDTXglob should return REMOVETID sorted headers (#89857).
authorjbj <devnull@localhost>
Tue, 29 Apr 2003 16:49:51 +0000 (16:49 +0000)
committerjbj <devnull@localhost>
Tue, 29 Apr 2003 16:49:51 +0000 (16:49 +0000)
CVS patchset: 6790
CVS date: 2003/04/29 16:49:51

CHANGES
lib/rpminstall.c

diff --git a/CHANGES b/CHANGES
index 90181ef..d807f30 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@
        - resurrect manifests, RPMRC_NOTFOUND returned by readLead().
        - permit secondary tag match patterns with RPMQV_ALL.
        - python: missed tuple refcount in IDTXload/IDTXglob.
+       - fix: IDTXglob should return REMOVETID sorted headers (#89857).
 
 4.1 -> 4.2:
        - set cachesize without a dbenv, the default is far too small.
index ead207a..e02f81a 100644 (file)
@@ -1060,7 +1060,7 @@ bottom:
        av[i] = _free(av[i]);
     av = _free(av);    ac = 0;
 
-    return idtx;
+    return IDTXsort(idtx);
 }
 
 /** @todo Transaction handling, more, needs work. */