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

2021-08-16 Thread Michal Domonkos
* Add the `--allfiles` switch which augments `-qf` * Add a basic test for `-qf` while at it * Update the list of possible file states in the man page (needed for consistency with the new `--allfiles` description) You can view, comment on, or merge this pull request online at: https://github.com

Re: [Rpm-maint] [rpm-software-management/rpm] find_lang --all-name --with-qt fails with some KDE packages (#1205)

2021-08-16 Thread Florian Festi
This seems to be fixed or at least does no longer happen with the current Fedora kreport package. -- 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/issues/1205#issuecomment-89941

Re: [Rpm-maint] [rpm-software-management/rpm] find_lang --all-name --with-qt fails with some KDE packages (#1205)

2021-08-16 Thread Florian Festi
Closed #1205. -- 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/issues/1205#event-5162400595___ Rpm-maint mailing list Rpm-maint@lists.r

Re: [Rpm-maint] [rpm-software-management/rpm] Segmentation fault 11 macOS (#1637)

2021-08-16 Thread Florian Festi
Closed #1637. -- 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/issues/1637#event-5161904506___ Rpm-maint mailing list Rpm-maint@lists.r

Re: [Rpm-maint] [rpm-software-management/rpm] Segmentation fault 11 macOS (#1637)

2021-08-16 Thread Florian Festi
OK, without more details there is nothing we can do. Closing. Feel free to reopen, with more details attached. -- 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/issues/1637#issueco

Re: [Rpm-maint] [rpm-software-management/rpm] specfile parsing: why does `Source` files need to be present? (#1592)

2021-08-16 Thread Florian Festi
Closed #1592. -- 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/issues/1592#event-5161889493___ Rpm-maint mailing list Rpm-maint@lists.r

Re: [Rpm-maint] [rpm-software-management/rpm] specfile parsing: why does `Source` files need to be present? (#1592)

2021-08-16 Thread Florian Festi
Not sure if the example above is really helping in clearing this up. But the basic reason is that Spec files are turing complete and can do all kind of things. This includes things depending on the sources. So not having them can change the result - with or without a visible error. So we require