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
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


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 subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/544#issuecomment-425942106___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


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 practice of using the same format as cpio(1) preserves output 
> compatibility.

I checked and tested cpio, and I can confirm it truncates names to 8 
characters, but it always has space in between user and group name and hence 
does not merge them. The format string is `%-8.8s %-8.8s`:

http://git.savannah.gnu.org/cgit/cpio.git/tree/src/copyin.c?h=release_2_12#n779

I can't tell if that format has been used forever, but it's what's used in the 
initial import to the above upstream git form 2004.

-- 
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#issuecomment-425139351___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


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 GitHub:
https://github.com/rpm-software-management/rpm/issues/544#issuecomment-423696843___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


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 GitHub:
https://github.com/rpm-software-management/rpm/issues/544#issuecomment-423696839___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint