Fix to display files belonging to users with excessively long usernames

in RPM packages
This commit is contained in:
Pavel Roskin 1998-11-12 11:32:59 +00:00
parent b95f29c5cd
commit 5305f827ed
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Nov 12 11:28:48 1998 Pavel Roskin <pavel_roskin@geocities.com>
* extfs/rpm: Fix to display files belonging to users with
excessively long usernames
1998-10-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* fish.c (command): Replace vnsprintf with g_strdup_vprintf. This

View File

@ -97,7 +97,7 @@ mcrpmfs_list ()
echo "$FILEPREF 0 $DATE INFO/CHANGELOG"
fi
rpm -qlvp $1 | sed -e 's/^\(..........\). /\1 1 /'
rpm -qlvp $1 | sed -e 's/^\(..........\) /\1 1 /'
}
mcrpmfs_copyout ()