[Rpm-maint] [rpm-software-management/rpm] More fpLookupSubdir cleanups (#1071)

Michael Schroeder notifications at github.com
Wed Feb 19 10:46:51 UTC 2020


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200219/2fd66c5f/attachment.html>


More information about the Rpm-maint mailing list