Re: [Libosinfo] [PATCH 3/4] loader: update to comply with new database install location

2016-08-05 Thread Christophe Fergeau
On Fri, Aug 05, 2016 at 12:57:16PM +0100, Daniel P. Berrange wrote: > On Fri, Aug 05, 2016 at 01:42:09PM +0200, Christophe Fergeau wrote: > > On Fri, Jul 29, 2016 at 11:21:26AM +0100, Daniel P. Berrange wrote: > > DATA_DIR is then used to lookup the osinfo database. This means that the > > database

Re: [Libosinfo] [PATCH 3/4] loader: update to comply with new database install location

2016-08-05 Thread Daniel P. Berrange
On Fri, Aug 05, 2016 at 01:42:09PM +0200, Christophe Fergeau wrote: > Hey, > > On Fri, Jul 29, 2016 at 11:21:26AM +0100, Daniel P. Berrange wrote: > > The new database locations are > > > > - System location > > > > This is determined by the env variable > > > > $OSINFO_SYSTEM_DIR >

Re: [Libosinfo] [PATCH 3/4] loader: update to comply with new database install location

2016-08-05 Thread Christophe Fergeau
Hey, On Fri, Jul 29, 2016 at 11:21:26AM +0100, Daniel P. Berrange wrote: > The new database locations are > > - System location > > This is determined by the env variable > > $OSINFO_SYSTEM_DIR > > If not set, then defaults to /usr/share/osinfo > > This location is intende

Re: [Libosinfo] [PATCH 4/4] Remove database files

2016-08-05 Thread Christophe Fergeau
On Fri, Jul 29, 2016 at 11:21:27AM +0100, Daniel P. Berrange wrote: > Remove the database files and add a dependancy on the Forgot to point out dependancy -> dependency Christophe signature.asc Description: PGP signature ___ Libosinfo mailing list Lib

Re: [Libosinfo] [PATCH 4/4] Remove database files

2016-08-05 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Fri, Jul 29, 2016 at 11:21:27AM +0100, Daniel P. Berrange wrote: > Remove the database files and add a dependancy on the > osinfo-db RPM > > Signed-off-by: Daniel P. Berrange > --- > > NB, I've deleted almost all the diff contents as it is > not interesting to

Re: [Libosinfo] [PATCH 1/4] Assume availability of gobject introspection during RPM build

2016-08-05 Thread Christophe Fergeau
Acked-by: Christophe Fergeau (the %define with_plugin removal is not really related to what this commit describes, but this was unused) Christophe On Fri, Jul 29, 2016 at 11:21:24AM +0100, Daniel P. Berrange wrote: > The gobject introspection support is available for all > currently targetted

Re: [Libosinfo] [PATCH 2/4] Remove osinfo-db-validate tool

2016-08-05 Thread Christophe Fergeau
On Fri, Jul 29, 2016 at 11:21:25AM +0100, Daniel P. Berrange wrote: > Remove the osinfo-db-validate tool which is now available > via osinfo-db-tools. Add a RPM dep on osinfo-db-tools to > pull it in for upgradability. > > Signed-off-by: Daniel P. Berrange > --- > libosinfo.spec.in |