--- libosinfo-1.1.0.orig/Makefile.am 2017-04-28 09:30:18.000000000 -0500 +++ libosinfo-1.1.0/Makefile.am 2017-10-25 01:26:54.389870956 -0500 @@ -1,5 +1,5 @@ -SUBDIRS = osinfo tests tools docs po examples +SUBDIRS = osinfo tests tools po examples INTLTOOL_FILES = \ intltool-extract.in \ --- libosinfo-1.1.0.orig/Makefile.in 2017-08-15 05:29:56.000000000 -0500 +++ libosinfo-1.1.0/Makefile.in 2017-10-25 01:28:07.243272077 -0500 @@ -429,7 +429,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = osinfo tests tools docs po examples +SUBDIRS = osinfo tests tools po examples INTLTOOL_FILES = \ intltool-extract.in \ intltool-merge.in \ --- libosinfo-1.1.0.orig/configure 2017-08-15 05:29:55.000000000 -0500 +++ libosinfo-1.1.0/configure 2017-10-25 01:30:40.046422902 -0500 @@ -15599,7 +15599,7 @@ GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0` -ac_config_files="$ac_config_files Makefile libosinfo.spec mingw-libosinfo.spec osinfo/Makefile osinfo/libosinfo-1.0.pc osinfo/osinfo_version.h tools/Makefile tests/Makefile docs/Makefile docs/reference/Makefile examples/Makefile po/Makefile.in" +ac_config_files="$ac_config_files Makefile libosinfo.spec mingw-libosinfo.spec osinfo/Makefile osinfo/libosinfo-1.0.pc osinfo/osinfo_version.h tools/Makefile tests/Makefile examples/Makefile po/Makefile.in" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -16688,8 +16688,6 @@ "osinfo/osinfo_version.h") CONFIG_FILES="$CONFIG_FILES osinfo/osinfo_version.h" ;; "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; - "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;; - "docs/reference/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;; "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;; "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; --- libosinfo-1.1.0.orig/configure.ac 2017-05-02 10:44:07.000000000 -0500 +++ libosinfo-1.1.0/configure.ac 2017-10-25 01:31:42.313631867 -0500 @@ -291,8 +291,6 @@ osinfo/osinfo_version.h tools/Makefile tests/Makefile - docs/Makefile - docs/reference/Makefile examples/Makefile po/Makefile.in ]) --- libosinfo-1.1.0.orig/examples/demo.js 2016-10-24 04:54:59.000000000 -0500 +++ libosinfo-1.1.0/examples/demo.js 2017-10-25 01:33:02.440040319 -0500 @@ -32,7 +32,7 @@ print (" OS short id " + name) } -var osid = "http://fedoraproject.org/fedora-11" +var osid = "https://wiki.parabola.nu/Get_Parabola" var hvid = "http://qemu.org/qemu-kvm-0.11.0" var drvclass = "net" //var drvclass = "audio" --- libosinfo-1.1.0.orig/examples/libosinfo-dummy-data.xml 2016-10-24 04:54:59.000000000 -0500 +++ libosinfo-1.1.0/examples/libosinfo-dummy-data.xml 2017-10-25 01:35:35.849830619 -0500 @@ -64,87 +64,11 @@ - - - fedora11 - Fedora 11 - 11 - Fedora Project - apples - marmot - aardvark - - - - - es1391 - - - ac97+ - - - - - - fedora10 - Fedora 10 - 10 - Fedora Project - - - - - ac97 - - - es1391 - - - - - - opensuse11.2 - OpenSuse 11.2 - 11.2 - OpenSuse Project + + parabola + Parabola GNU/Linux-libre + Parabola Project - - - - - - - ac97 - - - ES1370 - - - 3com - - - - - - - - - - - es1370 - - - ac97 - - - es1371 - - - 3com - - - - --- libosinfo-1.1.0.orig/tests/test-isodetect.c 2017-08-10 09:47:46.000000000 -0500 +++ libosinfo-1.1.0/tests/test-isodetect.c 2017-10-25 01:42:03.522453768 -0500 @@ -376,90 +376,6 @@ g_object_unref(loader); } -START_TEST(test_fedora) -{ - test_one("fedora"); -} -END_TEST - -START_TEST(test_rhel) -{ - test_one("rhel"); -} -END_TEST - -START_TEST(test_ubuntu) -{ - test_one("ubuntu"); -} -END_TEST - -START_TEST(test_debian) -{ - test_one("debian"); -} -END_TEST - -START_TEST(test_windows) -{ - test_one("windows"); -} -END_TEST - -START_TEST(test_freebsd) -{ - test_one("freebsd"); -} -END_TEST - -START_TEST(test_openbsd) -{ - test_one("openbsd"); -} -END_TEST - -START_TEST(test_opensuse) -{ - test_one("opensuse"); -} -END_TEST - -START_TEST(test_centos) -{ - test_one("centos"); -} -END_TEST - -START_TEST(test_gnome) -{ - test_one("gnome"); -} -END_TEST - -START_TEST(test_altlinux) -{ - test_one("altlinux"); -} -END_TEST - -START_TEST(test_mageia) -{ - test_one("mageia"); -} -END_TEST - -START_TEST(test_sles) -{ - test_one("sles"); -} -END_TEST - -START_TEST(test_sled) -{ - test_one("sled"); -} -END_TEST - static Suite * list_suite(void) { @@ -467,20 +383,6 @@ TCase *tc = tcase_create("Core"); tcase_set_timeout(tc, 20); - tcase_add_test(tc, test_fedora); - tcase_add_test(tc, test_rhel); - tcase_add_test(tc, test_ubuntu); - tcase_add_test(tc, test_debian); - tcase_add_test(tc, test_windows); - tcase_add_test(tc, test_freebsd); - tcase_add_test(tc, test_openbsd); - tcase_add_test(tc, test_opensuse); - tcase_add_test(tc, test_centos); - tcase_add_test(tc, test_gnome); - tcase_add_test(tc, test_altlinux); - tcase_add_test(tc, test_mageia); - tcase_add_test(tc, test_sles); - tcase_add_test(tc, test_sled); suite_add_tcase(s, tc); return s; }