[Rpm-maint] [rpm-software-management/rpm] Exempt src.rpm packages from file signature business (PR #3470)

Michal Domonkos notifications at github.com
Wed Nov 27 14:09:08 UTC 2024


@dmnks commented on this pull request.



>  {
     rpmRC rc = RPMRC_OK;
     ARGV_t files = NULL;
     int nfiles = 0;
     char *dsoPath = NULL;
 
+    /* Source packages aren't really installed, only unpacked */
+    if (headerIsSource(h))

Ah... I guess it's that the plugins would still run for the source rpm in case the binary rpm was processed first, right... :sweat_smile: 

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

Message ID: <rpm-software-management/rpm/pull/3470/review/2465132627 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20241127/be64d5eb/attachment.htm>


More information about the Rpm-maint mailing list