This series contains a bunch of small-ish patches doing random fixes and enhancements to the osinfo-db-tools package Notable things - Fix osinfo-db-validate to look for RNG schema in the database tree location - Add a new osinfo-db-path tool - Improve the way we create tar.xz packages Daniel P. Berrange (11): Share code for getting database path locations Fix description of import/export commands Add a new osinfo-db-path tool for reporting db locations Find RNG schema in default database locations Change osinfo-db-validate to default to a standard location Set a valid error domain for GError Remove print of filenames when --verbose is not used Fix swapped file/directory permissions in tar file Explicitly set timestamps on entries in created tar file Filter list of files included in created tar Fix source link in the RPM spec .gitignore | 3 + mingw-osinfo-db-tools.spec.in | 2 + osinfo-db-tools.spec.in | 4 +- po/POTFILES.in | 2 + tools/Makefile.am | 20 +++- tools/osinfo-db-export.c | 107 +++++--------------- tools/osinfo-db-import.c | 84 +--------------- tools/osinfo-db-path.c | 223 ++++++++++++++++++++++++++++++++++++++++++ tools/osinfo-db-util.c | 164 +++++++++++++++++++++++++++++++ tools/osinfo-db-util.h | 58 +++++++++++ tools/osinfo-db-validate.c | 189 ++++++++++++++++++++++++++++------- 11 files changed, 653 insertions(+), 203 deletions(-) create mode 100644 tools/osinfo-db-path.c create mode 100644 tools/osinfo-db-util.c create mode 100644 tools/osinfo-db-util.h -- 2.7.4 _______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo