search for: d759bf7e6

Displaying 1 result from an estimated 1 matches for "d759bf7e6".

2017 Oct 19
1
[PATCH] v2v: Fix RPM file owned test (RHBZ#1503958).
...owned directories. Thanks: Ming Xie for finding and reporting the original bug. --- v2v/linux.ml | 60 ++++++++++++++--------------------------------------------- v2v/linux.mli | 3 --- 2 files changed, 14 insertions(+), 49 deletions(-) diff --git a/v2v/linux.ml b/v2v/linux.ml index bc4af1ad2..d759bf7e6 100644 --- a/v2v/linux.ml +++ b/v2v/linux.ml @@ -99,58 +99,26 @@ let file_list_of_package (g : Guestfs.guestfs) inspect app = error (f_"don’t know how to get list of files from package using %s") format -let rec file_owner (g : G.guestfs) { i_package_format = package_format...