[Rpm-maint] [rpm-software-management/rpm] rpm --query --package` silently fails for non-existing files containing tilde (Issue #2069)

yangchenguang notifications at github.com
Wed Jun 29 09:50:21 UTC 2022


@pmatilai  
I found this bug has been fixed after debugging , Looks like rpmglob.c in this section
` if (!local || (!rpmIsGlob(av[j], 0) && strchr(path, '~') == NULL))`

The following commit fix it
https://github.com/rpm-software-management/rpm/commit/9e541c6a7da076bc1c1beb1ee45fd5fdd735358c  

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

Message ID: <rpm-software-management/rpm/issues/2069/1169773542 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220629/6c4b0597/attachment.html>


More information about the Rpm-maint mailing list