search for: bc4af1ad2

Displaying 2 results from an estimated 2 matches for "bc4af1ad2".

2017 Oct 19
1
[PATCH] v2v: Fix RPM file owned test (RHBZ#1503958).
...-xenpv non-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 = pack...
2017 Oct 23
2
[PATCH v2 1/2] v2v: Fix RPM file owned test (RHBZ#1503958).
v1 was here: https://www.redhat.com/archives/libguestfs/2017-October/msg00183.html v2: - Adds back the Debian test, but simplified. - Adds tests on Fedora & Debian. Rich.