@SleedSurfer commented on this pull request.


> @@ -80,6 +87,33 @@ static int doShell(rpmSpec spec)
 }
 #endif
 
+static int printSourceFilenames(rpmSpec spec, rpmSourceFlags what)
+{
+    rpmSpecSrcIter iter = rpmSpecSrcIterInit(spec);
+
+    rpmSpecSrc src;
+    while ((src = rpmSpecSrcIterNext(iter)) != NULL) 
+    {
+        if (rpmSpecSrcFlags(src) & what){

Thanks, resolved in [the latest 
commit](https://github.com/rpm-software-management/rpm/pull/4262/commits/b08867cba6e54bfeb650fb45a61424d1e621cff1)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4262#discussion_r3628838818
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/4262/review/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to