mlschroe commented on this pull request.


>      pi = rpmtsiInit(ts);
     while ((p = rpmtsiNext(pi, 0)) != NULL) {
        fingerPrint *fpList;
        (void) rpmsqPoll();
 
+       if (rpmteType(p) == TR_REMOVED)
+           continue;           /* we are only interested in new packages */

Oh, I didn't know about that. Force pushed.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1071#discussion_r381214248
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to