Re: [Rpm-maint] [rpm-software-management/rpm] 'rpm -qlv' does not correctly handle long owner and group name (#544)

2018-10-01 Thread Panu Matilainen
Closed #544. -- 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/544#event-1876977625___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] 'rpm -qlv' does not correctly handle long owner and group name (#544)

2018-10-01 Thread Panu Matilainen
Man that's an *old* silly little buglet there. Thanks for reporting, and fixed in commit d5b66a81b1e19f1db41c383359d07e606ee08b1b, As for the missing comment, see https://github.com/rpm-software-management/rpm/issues/551#issuecomment-425060771 -- You are receiving this because you are

Re: [Rpm-maint] [rpm-software-management/rpm] 'rpm -qlv' does not correctly handle long owner and group name (#544)

2018-09-27 Thread Tomas Hoger
I got an email notification about a comment that was made on this issue by @n3npq , but I can't see it here in the github webui. Quoting his comment from the email notification: > FWIW, rpm -qlv used exactly the same format as cpio(1) when implemented way > back when. > > Continuing that

Re: [Rpm-maint] [rpm-software-management/rpm] 'rpm -qlv' does not correctly handle long owner and group name (#544)

2018-09-21 Thread Jeff Johnson
FWIW, rpm -qlv used exactly the same format as cpio(1) when implemented way back when. Continuing that practice of using the same format as cpio(1) preserves output compatibility. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [Rpm-maint] [rpm-software-management/rpm] 'rpm -qlv' does not correctly handle long owner and group name (#544)

2018-09-21 Thread Jeff Johnson
FWIW, rpm -qlv used exactly the same format as cpio(1) when implemented way back when. Continuing that practice of using the same format as cpio(1) preserves output compatibility. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[Rpm-maint] [rpm-software-management/rpm] 'rpm -qlv' does not correctly handle long owner and group name (#544)

2018-09-21 Thread Tomas Hoger
If you do a `rpm -qlv` of a package where file owner or group name has 8 or more characters, the following problems happen: * Owner and group names are truncated to 8 characters even if they are longer. * If owner name has 8 characters (after the truncation mentioned in the previous point),