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

2016-07-29 Thread Daniel P. Berrange
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 | 3 +- mingw-libosinfo.spec.in| 4 +- po/POTFILES.in | 1 - too

[Libosinfo] [PATCH 0/4] Convert over to use standalone osinfo DB

2016-07-29 Thread Daniel P. Berrange
This series of patches does the switch over to use the standalone osinfo database. This involves removing the database files, removing osinfo-db-validate, and updating the osinfo loader to look in the new database locations. Daniel P. Berrange (4): Assume availability of gobject introspection du

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

2016-07-29 Thread Daniel P. Berrange
The gobject introspection support is available for all currently targetted platforms, so remove RPM conditionals. Signed-off-by: Daniel P. Berrange --- libosinfo.spec.in | 24 +--- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/libosinfo.spec.in b/libosinfo.spe

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

2016-07-29 Thread Daniel P. Berrange
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 see 100's of deleted files in a multi-MB sized email :-) Makefile.am| 21

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

2016-07-29 Thread Daniel P. Berrange
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 intended for use by operating system distributors to install the initial data set via a package