search for: aeff5c5

Displaying 3 results from an estimated 3 matches for "aeff5c5".

2016 Aug 01
3
[PATCH] v2v: fixed file_owner function
...he returned value was "filesystemyum" (i.e. "filesystem" + "yum"). Signed-off-by: Tom?? Golembiovsk? <tgolembi at redhat.com> --- v2v/linux.ml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/v2v/linux.ml b/v2v/linux.ml index d20194b..aeff5c5 100644 --- a/v2v/linux.ml +++ b/v2v/linux.ml @@ -99,14 +99,18 @@ let rec file_owner g inspect path = (* Although it is possible in RPM for multiple packages to own * a file, this deliberately only returns one package. *) - let cmd = [| "rpm"; "-qf"; &...
2016 Aug 03
1
Re: [PATCH] v2v: fixed file_owner function
...+ "yum"). > > > > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> > > --- > > v2v/linux.ml | 8 ++++++-- > > 1 file changed, 6 insertions(+), 2 deletions(-) > > > > diff --git a/v2v/linux.ml b/v2v/linux.ml > > index d20194b..aeff5c5 100644 > > --- a/v2v/linux.ml > > +++ b/v2v/linux.ml > > @@ -99,14 +99,18 @@ let rec file_owner g inspect path = > > (* Although it is possible in RPM for multiple packages to own > > * a file, this deliberately only returns one package. > >...
2016 Aug 03
0
Re: [PATCH] v2v: fixed file_owner function
...myum" (i.e. "filesystem" + "yum"). > > Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> > --- > v2v/linux.ml | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/v2v/linux.ml b/v2v/linux.ml > index d20194b..aeff5c5 100644 > --- a/v2v/linux.ml > +++ b/v2v/linux.ml > @@ -99,14 +99,18 @@ let rec file_owner g inspect path = > (* Although it is possible in RPM for multiple packages to own > * a file, this deliberately only returns one package. > *) > - let cmd = [|...