[Libosinfo] [osinfo-db PATCH 0/2] A few fixes for CentOS 7

2019-07-12 Thread Fabiano Fidêncio
The first patch fixes the os/distro comparison, which requires the string to be single-quoted; The second patch adjusts CentOS 7 name for its variants; Fabiano Fidêncio (2): install-script,centos: Fix distro comparision centos: Adjust the variant names to CentOS 7 data/install-script/redhat

[Libosinfo] [osinfo-db PATCH 2/2] centos: Adjust the variant names to CentOS 7

2019-07-12 Thread Fabiano Fidêncio
As used in the name, let's adjust the variant names to also use CentOS 7 instead of CentOS 7.0. Signed-off-by: Fabiano Fidêncio --- data/os/centos.org/centos-7.0.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/os/centos.org/centos-7.0.xml.in b/data/os/centos.

[Libosinfo] [osinfo-db PATCH 1/2] install-script, centos: Fix distro comparision

2019-07-12 Thread Fabiano Fidêncio
We have to single-quote centos, otherwise the test for the os/distro will always fail. Signed-off-by: Fabiano Fidêncio --- data/install-script/redhat.com/rhel-kickstart-desktop.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/install-script/redhat.com/rhel-kickstar