[Rpm-maint] [rpm-software-management/rpm] Add support for RPMDBI_BASENAMES on file queries (#1755)

Panu Matilainen notifications at github.com
Thu Aug 19 09:37:08 UTC 2021


> This being rpm though... does this end up overriding the install-side --allfiles flag behavior?

Answering myself, yes it does. Without this patch:
```
[root at localhost rpm]# ./rpm -e --allfiles telnet
lt-rpm: --allfiles may only be specified during package installation
[root at localhost rpm]#
```
And with it:
```
[root at localhost rpm]# ./rpm -e --allfiles telnet
[root at localhost rpm]# 
```

So this needs to be changed to use a popt callback for --allfiles, I think on both install and query side.

-- 
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/1755#issuecomment-901764734
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20210819/2cec4ff8/attachment.html>


More information about the Rpm-maint mailing list