Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-09-09 Thread Panu Matilainen
Merged #827 into master. -- 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/827#event-2618729816___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-09-09 Thread Panu Matilainen
Works for me. -- 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/827#issuecomment-529480192___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-09-09 Thread pavlinamv
>>Or just leave them as historical reference for future generations to gape >> at... > I like this option. :) Changed. I leave the original names. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-09-09 Thread pavlinamv
@pavlinamv pushed 1 commit. 8a1f9ec0f420ba4a5eec64db52c5d86ff6162c03 Correct and update Query formats documentation -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-09-09 Thread ニール・ゴンパ
> Or just leave them as historical reference for future generations to gape > at... I like this option. :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-09-09 Thread Panu Matilainen
pmatilai commented on this pull request. > To make this work properly, you need to tell RPM to always print the first item in the NAME element. You do this by placing a '=' before the tag name, like this: \verbatim -rpm -q --queryformat "[%{=NAME} %{FILENAMES}\n]" cdp +rpm -q

Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-09-09 Thread pavlinamv
Moreover to the described corrections (according to the review) I add an example of example of a query expression. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-09-09 Thread pavlinamv
@pavlinamv pushed 1 commit. 209faf3a124341c3e26ba811759a09ec89490603 Correct and update Query formats documentation -- You are receiving this because you are subscribed to this thread. View it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-09-09 Thread Panu Matilainen
pmatilai requested changes on this pull request. A welcome update, but lets make it really count. Please address the individual comments. > @@ -136,6 +135,8 @@ readable format in SI resp IEC 8 standard. humansi uses 1K = 1000, 1M = 100, ... humaniec uses 1K = 1024, 1M = 1048576, ...

Re: [Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-08-31 Thread ニール・ゴンパ
Conan-Kudo approved this pull request. -- 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/827#pullrequestreview-282324873___

[Rpm-maint] [rpm-software-management/rpm] Correct and update Query formats documentation (#827)

2019-08-30 Thread pavlinamv
- in a majority of examples in manual the text after the --queryformat argument is in double quotes - thus it does not look good to wrote that A query format is passed to RPM after the --queryformat argument, and normally should be enclosed in single quotes. - in case of: rpm -qa -i