search for: 4cf498d29

Displaying 2 results from an estimated 2 matches for "4cf498d29".

2019 Jan 29
2
[PATCH] v2v: linux: use NEVR for querying RPM packages (RHBZ#1669395)
...version of RPM supports it. The approach is basically copied from what supermin does in its RPM package handler. --- v2v/linux.ml | 52 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 21 deletions(-) diff --git a/v2v/linux.ml b/v2v/linux.ml index 43449157b..4cf498d29 100644 --- a/v2v/linux.ml +++ b/v2v/linux.ml @@ -80,29 +80,39 @@ let file_list_of_package (g : Guestfs.guestfs) inspect app = | "rpm" -> (* Since RPM allows multiple packages installed with the same - * name, always check the full ENVR here (RHBZ#1161250). + * name, a...
2019 Jan 30
0
Re: [PATCH] v2v: linux: use NEVR for querying RPM packages (RHBZ#1669395)
...proach is basically copied from what supermin does in its RPM > package handler. > --- > v2v/linux.ml | 52 +++++++++++++++++++++++++++++++--------------------- > 1 file changed, 31 insertions(+), 21 deletions(-) > > diff --git a/v2v/linux.ml b/v2v/linux.ml > index 43449157b..4cf498d29 100644 > --- a/v2v/linux.ml > +++ b/v2v/linux.ml > @@ -80,29 +80,39 @@ let file_list_of_package (g : Guestfs.guestfs) inspect app = > > | "rpm" -> > (* Since RPM allows multiple packages installed with the same > - * name, always check the full ENVR h...