* extfs/trpm: update to work with rpm 4.x.

Reported by m.lusini@palazzochigi.it
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62306
This commit is contained in:
Pavel Roskin 2002-04-12 16:27:59 +00:00
parent 291ab2422f
commit 1908a816e5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2002-04-12 Pavel Roskin <proski@gnu.org>
* extfs/trpm: update to work with rpm 4.x.
Reported by m.lusini@palazzochigi.it
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62306
2002-04-12 Andrew V. Samoilov <kai@cmail.ru>
* cpio.c (cpio_skip_padding): Handle old ASCII format.

View File

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