From carnold at suse.com Mon Dec 12 22:43:00 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:00 -0700
Subject: [Libosinfo] [PATCH 00/10] Update SUSE distro database information
Message-ID: <1481582590-12694-1-git-send-email-carnold@suse.com>
This patch series fixes, updates, and adds missing SUSE distro
database information.
Charles Arnold (10):
Fix derives from in factory and unknown descriptions
Add missing device information for openSUSE
Add missing openSUSE date information
Add or update resources for openSUSE
Add openSUSE Leap 42.2 support
Fix SLE derives from information
Add missing SLE device information
Add missing SLE date information
Add missing SLE resources
Add SLE12 SP2 support
data/os/opensuse.org/opensuse-10.2.xml.in | 21 +++++++
data/os/opensuse.org/opensuse-10.3.xml.in | 17 ++++++
data/os/opensuse.org/opensuse-11.0.xml.in | 17 ++++++
data/os/opensuse.org/opensuse-11.1.xml.in | 21 +++++++
data/os/opensuse.org/opensuse-11.2.xml.in | 17 ++++++
data/os/opensuse.org/opensuse-11.3.xml.in | 4 ++
data/os/opensuse.org/opensuse-11.4.xml.in | 4 ++
data/os/opensuse.org/opensuse-12.1.xml.in | 5 +-
data/os/opensuse.org/opensuse-12.2.xml.in | 4 ++
data/os/opensuse.org/opensuse-12.3.xml.in | 16 ++++-
data/os/opensuse.org/opensuse-13.1.xml.in | 5 +-
data/os/opensuse.org/opensuse-13.2.xml.in | 15 +++++
data/os/opensuse.org/opensuse-42.1.xml.in | 23 +++++---
data/os/opensuse.org/opensuse-42.2.xml.in | 59 +++++++++++++++++++
data/os/opensuse.org/opensuse-factory.xml.in | 9 +--
data/os/opensuse.org/opensuse-tumbleweed.xml.in | 22 +++++--
data/os/opensuse.org/opensuse-unknown.xml.in | 10 ++--
data/os/suse.com/sled-10.xml.in | 4 +-
data/os/suse.com/sled-11.1.xml.in | 17 ++++++
data/os/suse.com/sled-11.2.xml.in | 17 ++++++
data/os/suse.com/sled-11.3.xml.in | 28 +++++++++
data/os/suse.com/sled-11.4.xml.in | 17 ++++++
data/os/suse.com/sled-11.xml.in | 10 +++-
data/os/suse.com/sled-12.1.xml.in | 16 ++++-
data/os/suse.com/sled-12.2.xml.in | 50 ++++++++++++++++
data/os/suse.com/sled-12.xml.in | 7 ++-
data/os/suse.com/sled-9.xml.in | 13 +++++
data/os/suse.com/sles-10.xml.in | 13 +++++
data/os/suse.com/sles-11.1.xml.in | 15 +++++
data/os/suse.com/sles-11.2.xml.in | 15 +++++
data/os/suse.com/sles-11.3.xml.in | 26 +++++++++
data/os/suse.com/sles-11.4.xml.in | 17 ++++++
data/os/suse.com/sles-11.xml.in | 9 ++-
data/os/suse.com/sles-12.1.xml.in | 16 ++++-
data/os/suse.com/sles-12.2.xml.in | 77 +++++++++++++++++++++++++
data/os/suse.com/sles-12.xml.in | 16 ++++-
data/os/suse.com/sles-9.xml.in | 13 +++++
37 files changed, 632 insertions(+), 33 deletions(-)
create mode 100644 data/os/opensuse.org/opensuse-42.2.xml.in
create mode 100644 data/os/suse.com/sled-12.2.xml.in
create mode 100644 data/os/suse.com/sles-12.2.xml.in
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:01 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:01 -0700
Subject: [Libosinfo] [PATCH 01/10] Fix derives from in factory and unknown
descriptions
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-2-git-send-email-carnold@suse.com>
---
data/os/opensuse.org/opensuse-factory.xml.in | 4 ++--
data/os/opensuse.org/opensuse-unknown.xml.in | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/data/os/opensuse.org/opensuse-factory.xml.in b/data/os/opensuse.org/opensuse-factory.xml.in
index 67567b5..9fc649d 100644
--- a/data/os/opensuse.org/opensuse-factory.xml.in
+++ b/data/os/opensuse.org/opensuse-factory.xml.in
@@ -8,8 +8,8 @@
<_vendor>openSUSE
linux
opensuse
-
-
+
+
snapshot
diff --git a/data/os/opensuse.org/opensuse-unknown.xml.in b/data/os/opensuse.org/opensuse-unknown.xml.in
index 7e87c3e..20e7ac6 100644
--- a/data/os/opensuse.org/opensuse-unknown.xml.in
+++ b/data/os/opensuse.org/opensuse-unknown.xml.in
@@ -8,13 +8,13 @@
<_vendor>openSUSE
linux
opensuse
-
-
+
+
prerelease
- openSUSE-([1-9][4-9]\.[0-9]+|13\.[3-9])-DVD
+ openSUSE-Leap-([1-9][4-9]\.[0-9]+|13\.[3-9])-DVD
LINUX
SUSE LINUX GmbH
@@ -23,7 +23,7 @@
- openSUSE-([1-9][4-9]\.[0-9]+|13\.[3-9])-DVD-x86_64
+ openSUSE-Leap-([1-9][4-9]\.[0-9]+|13\.[3-9])-DVD-x86_64
LINUX
SUSE LINUX GmbH
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:03 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:03 -0700
Subject: [Libosinfo] [PATCH 03/10] Add missing openSUSE date information
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-4-git-send-email-carnold@suse.com>
---
data/os/opensuse.org/opensuse-10.2.xml.in | 3 +++
data/os/opensuse.org/opensuse-10.3.xml.in | 3 +++
data/os/opensuse.org/opensuse-11.0.xml.in | 3 +++
data/os/opensuse.org/opensuse-11.1.xml.in | 3 +++
data/os/opensuse.org/opensuse-11.2.xml.in | 3 +++
data/os/opensuse.org/opensuse-11.3.xml.in | 3 +++
data/os/opensuse.org/opensuse-11.4.xml.in | 3 +++
data/os/opensuse.org/opensuse-12.1.xml.in | 3 +++
data/os/opensuse.org/opensuse-12.2.xml.in | 3 +++
data/os/opensuse.org/opensuse-12.3.xml.in | 3 +++
data/os/opensuse.org/opensuse-13.1.xml.in | 3 +++
data/os/opensuse.org/opensuse-13.2.xml.in | 1 +
data/os/opensuse.org/opensuse-42.1.xml.in | 1 +
13 files changed, 35 insertions(+)
diff --git a/data/os/opensuse.org/opensuse-10.2.xml.in b/data/os/opensuse.org/opensuse-10.2.xml.in
index 2a444d9..e320dfb 100644
--- a/data/os/opensuse.org/opensuse-10.2.xml.in
+++ b/data/os/opensuse.org/opensuse-10.2.xml.in
@@ -9,6 +9,9 @@
linux
opensuse
+ 2006-12-07
+ 2008-11-30
+
diff --git a/data/os/opensuse.org/opensuse-10.3.xml.in b/data/os/opensuse.org/opensuse-10.3.xml.in
index 85572ea..55cf30b 100644
--- a/data/os/opensuse.org/opensuse-10.3.xml.in
+++ b/data/os/opensuse.org/opensuse-10.3.xml.in
@@ -10,5 +10,8 @@
opensuse
+
+ 2007-10-04
+ 2009-10-31
diff --git a/data/os/opensuse.org/opensuse-11.0.xml.in b/data/os/opensuse.org/opensuse-11.0.xml.in
index eac4b21..9886a70 100644
--- a/data/os/opensuse.org/opensuse-11.0.xml.in
+++ b/data/os/opensuse.org/opensuse-11.0.xml.in
@@ -10,5 +10,8 @@
opensuse
+
+ 2008-06-19
+ 2010-07-26
diff --git a/data/os/opensuse.org/opensuse-11.1.xml.in b/data/os/opensuse.org/opensuse-11.1.xml.in
index 3bfddbb..d374a33 100644
--- a/data/os/opensuse.org/opensuse-11.1.xml.in
+++ b/data/os/opensuse.org/opensuse-11.1.xml.in
@@ -11,6 +11,9 @@
+ 2008-12-18
+ 2011-01-14
+
diff --git a/data/os/opensuse.org/opensuse-11.2.xml.in b/data/os/opensuse.org/opensuse-11.2.xml.in
index 5ef4692..e7d2db2 100644
--- a/data/os/opensuse.org/opensuse-11.2.xml.in
+++ b/data/os/opensuse.org/opensuse-11.2.xml.in
@@ -10,5 +10,8 @@
opensuse
+
+ 2009-11-12
+ 2011-05-12
diff --git a/data/os/opensuse.org/opensuse-11.3.xml.in b/data/os/opensuse.org/opensuse-11.3.xml.in
index bdb7a20..c80410c 100644
--- a/data/os/opensuse.org/opensuse-11.3.xml.in
+++ b/data/os/opensuse.org/opensuse-11.3.xml.in
@@ -11,6 +11,9 @@
+ 2010-07-15
+ 2012-01-20
+
http://download.opensuse.org/distribution/11.3/iso/openSUSE-11.3-DVD-i586.iso
diff --git a/data/os/opensuse.org/opensuse-11.4.xml.in b/data/os/opensuse.org/opensuse-11.4.xml.in
index 0b9bf83..ced1f8b 100644
--- a/data/os/opensuse.org/opensuse-11.4.xml.in
+++ b/data/os/opensuse.org/opensuse-11.4.xml.in
@@ -11,6 +11,9 @@
+ 2011-03-10
+ 2012-11-05
+
http://download.opensuse.org/distribution/11.4/iso/openSUSE-11.4-DVD-i586.iso
diff --git a/data/os/opensuse.org/opensuse-12.1.xml.in b/data/os/opensuse.org/opensuse-12.1.xml.in
index 0eb9420..2985f2e 100644
--- a/data/os/opensuse.org/opensuse-12.1.xml.in
+++ b/data/os/opensuse.org/opensuse-12.1.xml.in
@@ -11,6 +11,9 @@
+ 2011-11-16
+ 2013-05-15
+
http://download.opensuse.org/distribution/12.1/iso/openSUSE-12.1-DVD-i586.iso
diff --git a/data/os/opensuse.org/opensuse-12.2.xml.in b/data/os/opensuse.org/opensuse-12.2.xml.in
index adf4ebc..7d46ac8 100644
--- a/data/os/opensuse.org/opensuse-12.2.xml.in
+++ b/data/os/opensuse.org/opensuse-12.2.xml.in
@@ -11,6 +11,9 @@
+ 2012-09-05
+ 2014-01-15
+
http://download.opensuse.org/distribution/12.2/iso/openSUSE-12.2-DVD-i586.iso
diff --git a/data/os/opensuse.org/opensuse-12.3.xml.in b/data/os/opensuse.org/opensuse-12.3.xml.in
index d50cc42..7646cee 100644
--- a/data/os/opensuse.org/opensuse-12.3.xml.in
+++ b/data/os/opensuse.org/opensuse-12.3.xml.in
@@ -11,6 +11,9 @@
+ 2013-03-13
+ 2015-01-29
+
diff --git a/data/os/opensuse.org/opensuse-13.1.xml.in b/data/os/opensuse.org/opensuse-13.1.xml.in
index 33d5f70..8ed2fcc 100644
--- a/data/os/opensuse.org/opensuse-13.1.xml.in
+++ b/data/os/opensuse.org/opensuse-13.1.xml.in
@@ -11,6 +11,9 @@
+ 2013-11-19
+ 2016-02-03
+
http://download.opensuse.org/distribution/13.1/iso/openSUSE-13.1-DVD-i586.iso
diff --git a/data/os/opensuse.org/opensuse-13.2.xml.in b/data/os/opensuse.org/opensuse-13.2.xml.in
index 2fdf6c6..9cdd400 100644
--- a/data/os/opensuse.org/opensuse-13.2.xml.in
+++ b/data/os/opensuse.org/opensuse-13.2.xml.in
@@ -12,6 +12,7 @@
2014-11-04
+ 2017-01-16
http://download.opensuse.org/distribution/13.2/iso/openSUSE-13.2-DVD-i586.iso
diff --git a/data/os/opensuse.org/opensuse-42.1.xml.in b/data/os/opensuse.org/opensuse-42.1.xml.in
index 3b180ea..fd1134c 100644
--- a/data/os/opensuse.org/opensuse-42.1.xml.in
+++ b/data/os/opensuse.org/opensuse-42.1.xml.in
@@ -12,6 +12,7 @@
2015-11-04
+ 2017-05-04
http://download.opensuse.org/distribution/leap/42.1/iso/openSUSE-Leap-42.1-DVD-x86_64.iso
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:04 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:04 -0700
Subject: [Libosinfo] [PATCH 04/10] Add or update resources for openSUSE
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-5-git-send-email-carnold@suse.com>
---
data/os/opensuse.org/opensuse-10.2.xml.in | 14 ++++++++++++++
data/os/opensuse.org/opensuse-10.3.xml.in | 14 ++++++++++++++
data/os/opensuse.org/opensuse-11.0.xml.in | 14 ++++++++++++++
data/os/opensuse.org/opensuse-11.1.xml.in | 14 ++++++++++++++
data/os/opensuse.org/opensuse-11.2.xml.in | 14 ++++++++++++++
data/os/opensuse.org/opensuse-11.3.xml.in | 1 +
data/os/opensuse.org/opensuse-11.4.xml.in | 1 +
data/os/opensuse.org/opensuse-12.1.xml.in | 2 +-
data/os/opensuse.org/opensuse-12.2.xml.in | 1 +
data/os/opensuse.org/opensuse-12.3.xml.in | 2 +-
data/os/opensuse.org/opensuse-13.1.xml.in | 2 +-
data/os/opensuse.org/opensuse-13.2.xml.in | 14 ++++++++++++++
data/os/opensuse.org/opensuse-42.1.xml.in | 14 ++++++++++++++
data/os/opensuse.org/opensuse-factory.xml.in | 5 +++--
data/os/opensuse.org/opensuse-tumbleweed.xml.in | 4 ++--
data/os/opensuse.org/opensuse-unknown.xml.in | 2 +-
16 files changed, 110 insertions(+), 8 deletions(-)
diff --git a/data/os/opensuse.org/opensuse-10.2.xml.in b/data/os/opensuse.org/opensuse-10.2.xml.in
index e320dfb..1d1ed5f 100644
--- a/data/os/opensuse.org/opensuse-10.2.xml.in
+++ b/data/os/opensuse.org/opensuse-10.2.xml.in
@@ -15,5 +15,19 @@
+
+
+
+ 500000000
+ 1
+ 268435456
+ 524288000
+
+
+ 2400000000
+ 536870912
+ 3221225472
+
+
diff --git a/data/os/opensuse.org/opensuse-10.3.xml.in b/data/os/opensuse.org/opensuse-10.3.xml.in
index 55cf30b..029347d 100644
--- a/data/os/opensuse.org/opensuse-10.3.xml.in
+++ b/data/os/opensuse.org/opensuse-10.3.xml.in
@@ -13,5 +13,19 @@
2007-10-04
2009-10-31
+
+
+
+ 500000000
+ 1
+ 268435456
+ 524288000
+
+
+ 2400000000
+ 536870912
+ 3221225472
+
+
diff --git a/data/os/opensuse.org/opensuse-11.0.xml.in b/data/os/opensuse.org/opensuse-11.0.xml.in
index 9886a70..8b99887 100644
--- a/data/os/opensuse.org/opensuse-11.0.xml.in
+++ b/data/os/opensuse.org/opensuse-11.0.xml.in
@@ -13,5 +13,19 @@
2008-06-19
2010-07-26
+
+
+
+ 500000000
+ 1
+ 268435456
+ 524288000
+
+
+ 2400000000
+ 536870912
+ 8589934592
+
+
diff --git a/data/os/opensuse.org/opensuse-11.1.xml.in b/data/os/opensuse.org/opensuse-11.1.xml.in
index d374a33..34c1df5 100644
--- a/data/os/opensuse.org/opensuse-11.1.xml.in
+++ b/data/os/opensuse.org/opensuse-11.1.xml.in
@@ -17,5 +17,19 @@
+
+
+
+ 500000000
+ 1
+ 268435456
+ 524288000
+
+
+ 2400000000
+ 536870912
+ 8589934592
+
+
diff --git a/data/os/opensuse.org/opensuse-11.2.xml.in b/data/os/opensuse.org/opensuse-11.2.xml.in
index e7d2db2..fbaeebf 100644
--- a/data/os/opensuse.org/opensuse-11.2.xml.in
+++ b/data/os/opensuse.org/opensuse-11.2.xml.in
@@ -13,5 +13,19 @@
2009-11-12
2011-05-12
+
+
+
+ 500000000
+ 1
+ 536870912
+ 3221225472
+
+
+ 2400000000
+ 1073741824
+ 8589934592
+
+
diff --git a/data/os/opensuse.org/opensuse-11.3.xml.in b/data/os/opensuse.org/opensuse-11.3.xml.in
index c80410c..1d0b532 100644
--- a/data/os/opensuse.org/opensuse-11.3.xml.in
+++ b/data/os/opensuse.org/opensuse-11.3.xml.in
@@ -66,6 +66,7 @@
2400000000
1073741824
+ 8589934592
diff --git a/data/os/opensuse.org/opensuse-11.4.xml.in b/data/os/opensuse.org/opensuse-11.4.xml.in
index ced1f8b..ee010dd 100644
--- a/data/os/opensuse.org/opensuse-11.4.xml.in
+++ b/data/os/opensuse.org/opensuse-11.4.xml.in
@@ -66,6 +66,7 @@
2400000000
1073741824
+ 8589934592
diff --git a/data/os/opensuse.org/opensuse-12.1.xml.in b/data/os/opensuse.org/opensuse-12.1.xml.in
index 2985f2e..b68c821 100644
--- a/data/os/opensuse.org/opensuse-12.1.xml.in
+++ b/data/os/opensuse.org/opensuse-12.1.xml.in
@@ -66,7 +66,7 @@
2400000000
2147483648
- 5368709120
+ 10737418240
diff --git a/data/os/opensuse.org/opensuse-12.2.xml.in b/data/os/opensuse.org/opensuse-12.2.xml.in
index 7d46ac8..fa56065 100644
--- a/data/os/opensuse.org/opensuse-12.2.xml.in
+++ b/data/os/opensuse.org/opensuse-12.2.xml.in
@@ -67,6 +67,7 @@
2400000000
2147483648
5368709120
+ 10737418240
diff --git a/data/os/opensuse.org/opensuse-12.3.xml.in b/data/os/opensuse.org/opensuse-12.3.xml.in
index 7646cee..5b8e3f1 100644
--- a/data/os/opensuse.org/opensuse-12.3.xml.in
+++ b/data/os/opensuse.org/opensuse-12.3.xml.in
@@ -57,7 +57,7 @@
2400000000
2147483648
- 5368709120
+ 10737418240
diff --git a/data/os/opensuse.org/opensuse-13.1.xml.in b/data/os/opensuse.org/opensuse-13.1.xml.in
index 8ed2fcc..4f40ac2 100644
--- a/data/os/opensuse.org/opensuse-13.1.xml.in
+++ b/data/os/opensuse.org/opensuse-13.1.xml.in
@@ -69,7 +69,7 @@
2400000000
2147483648
- 5368709120
+ 10737418240
diff --git a/data/os/opensuse.org/opensuse-13.2.xml.in b/data/os/opensuse.org/opensuse-13.2.xml.in
index 9cdd400..7932024 100644
--- a/data/os/opensuse.org/opensuse-13.2.xml.in
+++ b/data/os/opensuse.org/opensuse-13.2.xml.in
@@ -34,5 +34,19 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 10737418240
+
+
diff --git a/data/os/opensuse.org/opensuse-42.1.xml.in b/data/os/opensuse.org/opensuse-42.1.xml.in
index fd1134c..dafd8bc 100644
--- a/data/os/opensuse.org/opensuse-42.1.xml.in
+++ b/data/os/opensuse.org/opensuse-42.1.xml.in
@@ -29,5 +29,19 @@
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 17179869184
+
+
diff --git a/data/os/opensuse.org/opensuse-factory.xml.in b/data/os/opensuse.org/opensuse-factory.xml.in
index 9fc649d..cd872d3 100644
--- a/data/os/opensuse.org/opensuse-factory.xml.in
+++ b/data/os/opensuse.org/opensuse-factory.xml.in
@@ -35,14 +35,15 @@
500000000
+ 1600000000
1
1073741824
- 3221225472
+ 4294967296
2400000000
2147483648
- 5368709120
+ 21474836480
diff --git a/data/os/opensuse.org/opensuse-tumbleweed.xml.in b/data/os/opensuse.org/opensuse-tumbleweed.xml.in
index 28d58c8..84598d4 100644
--- a/data/os/opensuse.org/opensuse-tumbleweed.xml.in
+++ b/data/os/opensuse.org/opensuse-tumbleweed.xml.in
@@ -55,10 +55,10 @@
- 500000000
+ 1600000000
1
1073741824
- 3221225472
+ 4294967296
2400000000
diff --git a/data/os/opensuse.org/opensuse-unknown.xml.in b/data/os/opensuse.org/opensuse-unknown.xml.in
index 20e7ac6..195ea4a 100644
--- a/data/os/opensuse.org/opensuse-unknown.xml.in
+++ b/data/os/opensuse.org/opensuse-unknown.xml.in
@@ -36,7 +36,7 @@
500000000
1
- 1073741824
+ 536870912
3221225472
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:02 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:02 -0700
Subject: [Libosinfo] [PATCH 02/10] Add missing device information for
openSUSE
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-3-git-send-email-carnold@suse.com>
---
data/os/opensuse.org/opensuse-10.2.xml.in | 4 ++++
data/os/opensuse.org/opensuse-11.1.xml.in | 4 ++++
data/os/opensuse.org/opensuse-12.3.xml.in | 11 +++++++++++
data/os/opensuse.org/opensuse-42.1.xml.in | 8 --------
data/os/opensuse.org/opensuse-tumbleweed.xml.in | 18 ++++++++++++++++--
5 files changed, 35 insertions(+), 10 deletions(-)
diff --git a/data/os/opensuse.org/opensuse-10.2.xml.in b/data/os/opensuse.org/opensuse-10.2.xml.in
index 55699c2..2a444d9 100644
--- a/data/os/opensuse.org/opensuse-10.2.xml.in
+++ b/data/os/opensuse.org/opensuse-10.2.xml.in
@@ -8,5 +8,9 @@
<_vendor>openSUSE
linux
opensuse
+
+
+
+
diff --git a/data/os/opensuse.org/opensuse-11.1.xml.in b/data/os/opensuse.org/opensuse-11.1.xml.in
index e5b574b..3bfddbb 100644
--- a/data/os/opensuse.org/opensuse-11.1.xml.in
+++ b/data/os/opensuse.org/opensuse-11.1.xml.in
@@ -10,5 +10,9 @@
opensuse
+
+
+
+
diff --git a/data/os/opensuse.org/opensuse-12.3.xml.in b/data/os/opensuse.org/opensuse-12.3.xml.in
index dc39529..d50cc42 100644
--- a/data/os/opensuse.org/opensuse-12.3.xml.in
+++ b/data/os/opensuse.org/opensuse-12.3.xml.in
@@ -11,6 +11,17 @@
+
+
+
+
+
+
+
+
+
+
+
http://download.opensuse.org/distribution/12.3/iso/openSUSE-12.3-DVD-i586.iso
diff --git a/data/os/opensuse.org/opensuse-42.1.xml.in b/data/os/opensuse.org/opensuse-42.1.xml.in
index c46a57a..3b180ea 100644
--- a/data/os/opensuse.org/opensuse-42.1.xml.in
+++ b/data/os/opensuse.org/opensuse-42.1.xml.in
@@ -13,14 +13,6 @@
2015-11-04
-
-
-
-
-
-
-
-
http://download.opensuse.org/distribution/leap/42.1/iso/openSUSE-Leap-42.1-DVD-x86_64.iso
diff --git a/data/os/opensuse.org/opensuse-tumbleweed.xml.in b/data/os/opensuse.org/opensuse-tumbleweed.xml.in
index 3876417..28d58c8 100644
--- a/data/os/opensuse.org/opensuse-tumbleweed.xml.in
+++ b/data/os/opensuse.org/opensuse-tumbleweed.xml.in
@@ -10,11 +10,25 @@
opensuse
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:06 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:06 -0700
Subject: [Libosinfo] [PATCH 06/10] Fix SLE derives from information
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-7-git-send-email-carnold@suse.com>
---
data/os/suse.com/sled-11.1.xml.in | 1 +
data/os/suse.com/sled-11.2.xml.in | 1 +
data/os/suse.com/sled-11.3.xml.in | 1 +
data/os/suse.com/sled-11.4.xml.in | 1 +
data/os/suse.com/sled-11.xml.in | 3 ++-
data/os/suse.com/sles-11.1.xml.in | 1 +
data/os/suse.com/sles-11.2.xml.in | 1 +
data/os/suse.com/sles-11.3.xml.in | 1 +
data/os/suse.com/sles-11.4.xml.in | 1 +
data/os/suse.com/sles-11.xml.in | 3 ++-
10 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/data/os/suse.com/sled-11.1.xml.in b/data/os/suse.com/sled-11.1.xml.in
index fc2da73..3dd8adf 100644
--- a/data/os/suse.com/sled-11.1.xml.in
+++ b/data/os/suse.com/sled-11.1.xml.in
@@ -9,6 +9,7 @@
linux
sled
+
diff --git a/data/os/suse.com/sled-11.2.xml.in b/data/os/suse.com/sled-11.2.xml.in
index c4de2de..03817ad 100644
--- a/data/os/suse.com/sled-11.2.xml.in
+++ b/data/os/suse.com/sled-11.2.xml.in
@@ -9,6 +9,7 @@
linux
sled
+
diff --git a/data/os/suse.com/sled-11.3.xml.in b/data/os/suse.com/sled-11.3.xml.in
index d8724ef..d48952e 100644
--- a/data/os/suse.com/sled-11.3.xml.in
+++ b/data/os/suse.com/sled-11.3.xml.in
@@ -9,6 +9,7 @@
linux
sled
+
diff --git a/data/os/suse.com/sled-11.4.xml.in b/data/os/suse.com/sled-11.4.xml.in
index 685e50b..ae6d8f7 100644
--- a/data/os/suse.com/sled-11.4.xml.in
+++ b/data/os/suse.com/sled-11.4.xml.in
@@ -9,6 +9,7 @@
linux
sled
+
diff --git a/data/os/suse.com/sled-11.xml.in b/data/os/suse.com/sled-11.xml.in
index 589de8a..39e3f8c 100644
--- a/data/os/suse.com/sled-11.xml.in
+++ b/data/os/suse.com/sled-11.xml.in
@@ -8,7 +8,8 @@
<_vendor>SUSE
linux
sled
-
+
+
diff --git a/data/os/suse.com/sles-11.1.xml.in b/data/os/suse.com/sles-11.1.xml.in
index abd1303..a51ff9c 100644
--- a/data/os/suse.com/sles-11.1.xml.in
+++ b/data/os/suse.com/sles-11.1.xml.in
@@ -9,6 +9,7 @@
linux
sles
+
2010-06-02
diff --git a/data/os/suse.com/sles-11.2.xml.in b/data/os/suse.com/sles-11.2.xml.in
index 11621c6..fd82b1b 100644
--- a/data/os/suse.com/sles-11.2.xml.in
+++ b/data/os/suse.com/sles-11.2.xml.in
@@ -9,6 +9,7 @@
linux
sles
+
2012-02-15
diff --git a/data/os/suse.com/sles-11.3.xml.in b/data/os/suse.com/sles-11.3.xml.in
index 1d17915..f360c2e 100644
--- a/data/os/suse.com/sles-11.3.xml.in
+++ b/data/os/suse.com/sles-11.3.xml.in
@@ -9,6 +9,7 @@
linux
sles
+
2013-07-01
diff --git a/data/os/suse.com/sles-11.4.xml.in b/data/os/suse.com/sles-11.4.xml.in
index aa2b560..e0d52ea 100644
--- a/data/os/suse.com/sles-11.4.xml.in
+++ b/data/os/suse.com/sles-11.4.xml.in
@@ -9,6 +9,7 @@
linux
sles
+
diff --git a/data/os/suse.com/sles-11.xml.in b/data/os/suse.com/sles-11.xml.in
index a031c6b..d982195 100644
--- a/data/os/suse.com/sles-11.xml.in
+++ b/data/os/suse.com/sles-11.xml.in
@@ -8,7 +8,8 @@
<_vendor>SUSE
linux
sles
-
+
+
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:05 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:05 -0700
Subject: [Libosinfo] [PATCH 05/10] Add openSUSE Leap 42.2 support
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-6-git-send-email-carnold@suse.com>
---
data/os/opensuse.org/opensuse-42.2.xml.in | 59 +++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
create mode 100644 data/os/opensuse.org/opensuse-42.2.xml.in
diff --git a/data/os/opensuse.org/opensuse-42.2.xml.in b/data/os/opensuse.org/opensuse-42.2.xml.in
new file mode 100644
index 0000000..72b1c06
--- /dev/null
+++ b/data/os/opensuse.org/opensuse-42.2.xml.in
@@ -0,0 +1,59 @@
+
+
+
+ opensuse42.2
+ <_name>openSUSE Leap 42.2
+ 42.2
+ <_vendor>openSUSE
+ linux
+ opensuse
+
+
+
+ 2016-11-16
+ 2018-05-16
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://download.opensuse.org/distribution/leap/42.2/iso/openSUSE-Leap-42.2-DVD-x86_64.iso
+
+ openSUSE-Leap-42.2-DVD-x86_64*
+ LINUX
+ SUSE LINUX GmbH
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+
+
+
+
+
+ 1600000000
+ 1
+ 1073741824
+ 3221225472
+
+
+ 2400000000
+ 2147483648
+ 17179869184
+
+
+
+
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:07 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:07 -0700
Subject: [Libosinfo] [PATCH 07/10] Add missing SLE device information
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-8-git-send-email-carnold@suse.com>
---
data/os/suse.com/sled-11.3.xml.in | 11 +++++++++++
data/os/suse.com/sled-11.xml.in | 4 ++++
data/os/suse.com/sles-11.3.xml.in | 11 +++++++++++
data/os/suse.com/sles-11.xml.in | 3 +--
4 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/data/os/suse.com/sled-11.3.xml.in b/data/os/suse.com/sled-11.3.xml.in
index d48952e..bc35ed4 100644
--- a/data/os/suse.com/sled-11.3.xml.in
+++ b/data/os/suse.com/sled-11.3.xml.in
@@ -11,6 +11,17 @@
+
+
+
+
+
+
+
+
+
+
+
LINUX
diff --git a/data/os/suse.com/sled-11.xml.in b/data/os/suse.com/sled-11.xml.in
index 39e3f8c..0329afb 100644
--- a/data/os/suse.com/sled-11.xml.in
+++ b/data/os/suse.com/sled-11.xml.in
@@ -11,6 +11,10 @@
+
+
+
+
500000000
diff --git a/data/os/suse.com/sles-11.3.xml.in b/data/os/suse.com/sles-11.3.xml.in
index f360c2e..a743f7f 100644
--- a/data/os/suse.com/sles-11.3.xml.in
+++ b/data/os/suse.com/sles-11.3.xml.in
@@ -13,6 +13,17 @@
2013-07-01
+
+
+
+
+
+
+
+
+
+
+
LINUX
diff --git a/data/os/suse.com/sles-11.xml.in b/data/os/suse.com/sles-11.xml.in
index d982195..5e9399a 100644
--- a/data/os/suse.com/sles-11.xml.in
+++ b/data/os/suse.com/sles-11.xml.in
@@ -12,8 +12,7 @@
-
-
+
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:10 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:10 -0700
Subject: [Libosinfo] [PATCH 10/10] Add SLE12 SP2 support
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-11-git-send-email-carnold@suse.com>
---
data/os/suse.com/sled-12.2.xml.in | 50 +++++++++++++++++++++++++
data/os/suse.com/sles-12.2.xml.in | 77 +++++++++++++++++++++++++++++++++++++++
2 files changed, 127 insertions(+)
create mode 100644 data/os/suse.com/sled-12.2.xml.in
create mode 100644 data/os/suse.com/sles-12.2.xml.in
diff --git a/data/os/suse.com/sled-12.2.xml.in b/data/os/suse.com/sled-12.2.xml.in
new file mode 100644
index 0000000..2715075
--- /dev/null
+++ b/data/os/suse.com/sled-12.2.xml.in
@@ -0,0 +1,50 @@
+
+
+
+ sled12sp2
+ <_name>SUSE Linux Enterprise Desktop 12 SP2
+ 12.2
+ <_vendor>SUSE
+ linux
+ sled
+
+
+
+ 2016-11-08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ SLE-12-SP2-Desktop-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
diff --git a/data/os/suse.com/sles-12.2.xml.in b/data/os/suse.com/sles-12.2.xml.in
new file mode 100644
index 0000000..b3f94bd
--- /dev/null
+++ b/data/os/suse.com/sles-12.2.xml.in
@@ -0,0 +1,77 @@
+
+
+
+ sles12sp2
+ <_name>SUSE Linux Enterprise Server 12 SP2
+ 12.2
+ <_vendor>SUSE
+ linux
+ sles
+
+
+
+ 2016-11-08
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ LINUX
+ SLE-12-SP2-Server-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ LINUX
+ SLE-12-SP2-Server-DVD-aarch64
+
+ boot/aarch64/linux
+ boot/aarch64/initrd
+
+
+
+
+ LINUX
+ SLE-12-SP2-Server-DVD-ppc64le
+
+ boot/ppc64le/linux
+ boot/ppc64le/initrd
+
+
+
+
+ LINUX
+ SLE-12-SP2-Server-DVD-s390x
+
+ boot/s390x/linux
+ boot/s390x/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
+
+
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:09 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:09 -0700
Subject: [Libosinfo] [PATCH 09/10] Add missing SLE resources
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-10-git-send-email-carnold@suse.com>
---
data/os/suse.com/sled-10.xml.in | 4 +++-
data/os/suse.com/sled-11.1.xml.in | 13 +++++++++++++
data/os/suse.com/sled-11.2.xml.in | 13 +++++++++++++
data/os/suse.com/sled-11.3.xml.in | 13 +++++++++++++
data/os/suse.com/sled-11.4.xml.in | 13 +++++++++++++
data/os/suse.com/sled-12.1.xml.in | 13 +++++++++++++
data/os/suse.com/sled-12.xml.in | 4 +++-
data/os/suse.com/sled-9.xml.in | 13 +++++++++++++
data/os/suse.com/sles-10.xml.in | 13 +++++++++++++
data/os/suse.com/sles-11.1.xml.in | 13 +++++++++++++
data/os/suse.com/sles-11.2.xml.in | 13 +++++++++++++
data/os/suse.com/sles-11.3.xml.in | 13 +++++++++++++
data/os/suse.com/sles-11.4.xml.in | 13 +++++++++++++
data/os/suse.com/sles-12.1.xml.in | 13 +++++++++++++
data/os/suse.com/sles-12.xml.in | 13 +++++++++++++
data/os/suse.com/sles-9.xml.in | 13 +++++++++++++
16 files changed, 188 insertions(+), 2 deletions(-)
diff --git a/data/os/suse.com/sled-10.xml.in b/data/os/suse.com/sled-10.xml.in
index 0c3b96f..4469320 100644
--- a/data/os/suse.com/sled-10.xml.in
+++ b/data/os/suse.com/sled-10.xml.in
@@ -14,10 +14,12 @@
500000000
536870912
- 3221225472
+ 1074151424
+ 2400000000
1073741824
+ 10737418240
diff --git a/data/os/suse.com/sled-11.1.xml.in b/data/os/suse.com/sled-11.1.xml.in
index 9a57900..27c0527 100644
--- a/data/os/suse.com/sled-11.1.xml.in
+++ b/data/os/suse.com/sled-11.1.xml.in
@@ -30,5 +30,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
diff --git a/data/os/suse.com/sled-11.2.xml.in b/data/os/suse.com/sled-11.2.xml.in
index 7cbc28c..0df24e6 100644
--- a/data/os/suse.com/sled-11.2.xml.in
+++ b/data/os/suse.com/sled-11.2.xml.in
@@ -30,5 +30,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
diff --git a/data/os/suse.com/sled-11.3.xml.in b/data/os/suse.com/sled-11.3.xml.in
index 7c2e1d3..21669e0 100644
--- a/data/os/suse.com/sled-11.3.xml.in
+++ b/data/os/suse.com/sled-11.3.xml.in
@@ -41,5 +41,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
diff --git a/data/os/suse.com/sled-11.4.xml.in b/data/os/suse.com/sled-11.4.xml.in
index 7fccacd..a75cfa2 100644
--- a/data/os/suse.com/sled-11.4.xml.in
+++ b/data/os/suse.com/sled-11.4.xml.in
@@ -30,5 +30,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
diff --git a/data/os/suse.com/sled-12.1.xml.in b/data/os/suse.com/sled-12.1.xml.in
index abcb3a5..cc04ed9 100644
--- a/data/os/suse.com/sled-12.1.xml.in
+++ b/data/os/suse.com/sled-12.1.xml.in
@@ -22,5 +22,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
diff --git a/data/os/suse.com/sled-12.xml.in b/data/os/suse.com/sled-12.xml.in
index 40d888d..96b7c76 100644
--- a/data/os/suse.com/sled-12.xml.in
+++ b/data/os/suse.com/sled-12.xml.in
@@ -27,10 +27,12 @@
500000000
536870912
- 3221225472
+ 1074151424
+ 2400000000
1073741824
+ 17179869184
diff --git a/data/os/suse.com/sled-9.xml.in b/data/os/suse.com/sled-9.xml.in
index f27c82f..ae87ea3 100644
--- a/data/os/suse.com/sled-9.xml.in
+++ b/data/os/suse.com/sled-9.xml.in
@@ -8,5 +8,18 @@
<_vendor>SUSE
linux
sled
+
+
+
+ 500000000
+ 268435456
+ 2147483648
+
+
+ 1600000000
+ 536870912
+ 4294967296
+
+
diff --git a/data/os/suse.com/sles-10.xml.in b/data/os/suse.com/sles-10.xml.in
index 0738127..de7ab87 100644
--- a/data/os/suse.com/sles-10.xml.in
+++ b/data/os/suse.com/sles-10.xml.in
@@ -9,5 +9,18 @@
linux
sles
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
diff --git a/data/os/suse.com/sles-11.1.xml.in b/data/os/suse.com/sles-11.1.xml.in
index b0a3e3c..7a2e56b 100644
--- a/data/os/suse.com/sles-11.1.xml.in
+++ b/data/os/suse.com/sles-11.1.xml.in
@@ -30,5 +30,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
diff --git a/data/os/suse.com/sles-11.2.xml.in b/data/os/suse.com/sles-11.2.xml.in
index ba82bb9..4c4e0f0 100644
--- a/data/os/suse.com/sles-11.2.xml.in
+++ b/data/os/suse.com/sles-11.2.xml.in
@@ -30,5 +30,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
diff --git a/data/os/suse.com/sles-11.3.xml.in b/data/os/suse.com/sles-11.3.xml.in
index f69d37c..98c4661 100644
--- a/data/os/suse.com/sles-11.3.xml.in
+++ b/data/os/suse.com/sles-11.3.xml.in
@@ -41,5 +41,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
diff --git a/data/os/suse.com/sles-11.4.xml.in b/data/os/suse.com/sles-11.4.xml.in
index 703721c..e741062 100644
--- a/data/os/suse.com/sles-11.4.xml.in
+++ b/data/os/suse.com/sles-11.4.xml.in
@@ -30,5 +30,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 12884901888
+
+
diff --git a/data/os/suse.com/sles-12.1.xml.in b/data/os/suse.com/sles-12.1.xml.in
index 26018f7..d8174b9 100644
--- a/data/os/suse.com/sles-12.1.xml.in
+++ b/data/os/suse.com/sles-12.1.xml.in
@@ -22,5 +22,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
diff --git a/data/os/suse.com/sles-12.xml.in b/data/os/suse.com/sles-12.xml.in
index cebe547..3dcb283 100644
--- a/data/os/suse.com/sles-12.xml.in
+++ b/data/os/suse.com/sles-12.xml.in
@@ -22,5 +22,18 @@
boot/x86_64/loader/linux
boot/x86_64/loader/initrd
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 17179869184
+
+
diff --git a/data/os/suse.com/sles-9.xml.in b/data/os/suse.com/sles-9.xml.in
index 27949cf..8c9b8b5 100644
--- a/data/os/suse.com/sles-9.xml.in
+++ b/data/os/suse.com/sles-9.xml.in
@@ -8,5 +8,18 @@
<_vendor>SUSE
linux
sles
+
+
+
+ 500000000
+ 268435456
+ 2147483648
+
+
+ 1600000000
+ 536870912
+ 4294967296
+
+
--
2.6.6
From carnold at suse.com Mon Dec 12 22:43:08 2016
From: carnold at suse.com (Charles Arnold)
Date: Mon, 12 Dec 2016 15:43:08 -0700
Subject: [Libosinfo] [PATCH 08/10] Add missing SLE date information
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <1481582590-12694-9-git-send-email-carnold@suse.com>
---
data/os/suse.com/sled-11.1.xml.in | 3 +++
data/os/suse.com/sled-11.2.xml.in | 3 +++
data/os/suse.com/sled-11.3.xml.in | 3 +++
data/os/suse.com/sled-11.4.xml.in | 3 +++
data/os/suse.com/sled-11.xml.in | 3 +++
data/os/suse.com/sled-12.1.xml.in | 3 ++-
data/os/suse.com/sled-12.xml.in | 3 +++
data/os/suse.com/sles-11.1.xml.in | 1 +
data/os/suse.com/sles-11.2.xml.in | 1 +
data/os/suse.com/sles-11.3.xml.in | 1 +
data/os/suse.com/sles-11.4.xml.in | 3 +++
data/os/suse.com/sles-11.xml.in | 3 +++
data/os/suse.com/sles-12.1.xml.in | 3 ++-
data/os/suse.com/sles-12.xml.in | 3 ++-
14 files changed, 33 insertions(+), 3 deletions(-)
diff --git a/data/os/suse.com/sled-11.1.xml.in b/data/os/suse.com/sled-11.1.xml.in
index 3dd8adf..9a57900 100644
--- a/data/os/suse.com/sled-11.1.xml.in
+++ b/data/os/suse.com/sled-11.1.xml.in
@@ -11,6 +11,9 @@
+ 2010-06-02
+ 2012-08-31
+
LINUX
diff --git a/data/os/suse.com/sled-11.2.xml.in b/data/os/suse.com/sled-11.2.xml.in
index 03817ad..7cbc28c 100644
--- a/data/os/suse.com/sled-11.2.xml.in
+++ b/data/os/suse.com/sled-11.2.xml.in
@@ -11,6 +11,9 @@
+ 2012-02-15
+ 2014-01-31
+
LINUX
diff --git a/data/os/suse.com/sled-11.3.xml.in b/data/os/suse.com/sled-11.3.xml.in
index bc35ed4..7c2e1d3 100644
--- a/data/os/suse.com/sled-11.3.xml.in
+++ b/data/os/suse.com/sled-11.3.xml.in
@@ -11,6 +11,9 @@
+ 2013-07-01
+ 2016-01-31
+
diff --git a/data/os/suse.com/sled-11.4.xml.in b/data/os/suse.com/sled-11.4.xml.in
index ae6d8f7..7fccacd 100644
--- a/data/os/suse.com/sled-11.4.xml.in
+++ b/data/os/suse.com/sled-11.4.xml.in
@@ -11,6 +11,9 @@
+ 2015-07-15
+ 2019-03-31
+
LINUX
diff --git a/data/os/suse.com/sled-11.xml.in b/data/os/suse.com/sled-11.xml.in
index 0329afb..b2db6be 100644
--- a/data/os/suse.com/sled-11.xml.in
+++ b/data/os/suse.com/sled-11.xml.in
@@ -11,6 +11,9 @@
+ 2009-03-24
+ 2010-12-31
+
diff --git a/data/os/suse.com/sled-12.1.xml.in b/data/os/suse.com/sled-12.1.xml.in
index e556da0..abcb3a5 100644
--- a/data/os/suse.com/sled-12.1.xml.in
+++ b/data/os/suse.com/sled-12.1.xml.in
@@ -11,7 +11,8 @@
- 2015-12-18
+ 2015-12-15
+ 2017-05-31
diff --git a/data/os/suse.com/sled-12.xml.in b/data/os/suse.com/sled-12.xml.in
index 0c67116..40d888d 100644
--- a/data/os/suse.com/sled-12.xml.in
+++ b/data/os/suse.com/sled-12.xml.in
@@ -11,6 +11,9 @@
+ 2014-10-27
+ 2016-06-30
+
LINUX
diff --git a/data/os/suse.com/sles-11.1.xml.in b/data/os/suse.com/sles-11.1.xml.in
index a51ff9c..b0a3e3c 100644
--- a/data/os/suse.com/sles-11.1.xml.in
+++ b/data/os/suse.com/sles-11.1.xml.in
@@ -12,6 +12,7 @@
2010-06-02
+ 2012-08-31
diff --git a/data/os/suse.com/sles-11.2.xml.in b/data/os/suse.com/sles-11.2.xml.in
index fd82b1b..ba82bb9 100644
--- a/data/os/suse.com/sles-11.2.xml.in
+++ b/data/os/suse.com/sles-11.2.xml.in
@@ -12,6 +12,7 @@
2012-02-15
+ 2014-01-31
diff --git a/data/os/suse.com/sles-11.3.xml.in b/data/os/suse.com/sles-11.3.xml.in
index a743f7f..f69d37c 100644
--- a/data/os/suse.com/sles-11.3.xml.in
+++ b/data/os/suse.com/sles-11.3.xml.in
@@ -12,6 +12,7 @@
2013-07-01
+ 2016-01-31
diff --git a/data/os/suse.com/sles-11.4.xml.in b/data/os/suse.com/sles-11.4.xml.in
index e0d52ea..703721c 100644
--- a/data/os/suse.com/sles-11.4.xml.in
+++ b/data/os/suse.com/sles-11.4.xml.in
@@ -11,6 +11,9 @@
+ 2015-07-15
+ 2019-03-31
+
LINUX
diff --git a/data/os/suse.com/sles-11.xml.in b/data/os/suse.com/sles-11.xml.in
index 5e9399a..c0dc697 100644
--- a/data/os/suse.com/sles-11.xml.in
+++ b/data/os/suse.com/sles-11.xml.in
@@ -11,6 +11,9 @@
+ 2009-03-24
+ 2010-12-31
+
diff --git a/data/os/suse.com/sles-12.1.xml.in b/data/os/suse.com/sles-12.1.xml.in
index 0011f42..26018f7 100644
--- a/data/os/suse.com/sles-12.1.xml.in
+++ b/data/os/suse.com/sles-12.1.xml.in
@@ -11,7 +11,8 @@
- 2015-12-18
+ 2015-12-15
+ 2017-05-31
diff --git a/data/os/suse.com/sles-12.xml.in b/data/os/suse.com/sles-12.xml.in
index 1bd0358..cebe547 100644
--- a/data/os/suse.com/sles-12.xml.in
+++ b/data/os/suse.com/sles-12.xml.in
@@ -11,7 +11,8 @@
- 2014-10-28
+ 2014-10-27
+ 2016-06-30
--
2.6.6
From berrange at redhat.com Tue Dec 13 09:23:17 2016
From: berrange at redhat.com (Daniel P. Berrange)
Date: Tue, 13 Dec 2016 09:23:17 +0000
Subject: [Libosinfo] [PATCH 00/10] Update SUSE distro database
information
In-Reply-To: <1481582590-12694-1-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
Message-ID: <20161213092317.GB12730@redhat.com>
On Mon, Dec 12, 2016 at 03:43:00PM -0700, Charles Arnold wrote:
> This patch series fixes, updates, and adds missing SUSE distro
> database information.
Thanks for the comprehensive update ! I'll just trust the data is all
correct, so I've pushed all 10.
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://entangle-photo.org -o- http://search.cpan.org/~danberr/ :|
From berrange at redhat.com Tue Dec 13 12:04:01 2016
From: berrange at redhat.com (Daniel P. Berrange)
Date: Tue, 13 Dec 2016 12:04:01 +0000
Subject: [Libosinfo] [PATCH 06/10] Fix SLE derives from information
In-Reply-To: <1481582590-12694-7-git-send-email-carnold@suse.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
<1481582590-12694-7-git-send-email-carnold@suse.com>
Message-ID: <20161213120401.GA28416@redhat.com>
On Mon, Dec 12, 2016 at 03:43:06PM -0700, Charles Arnold wrote:
> diff --git a/data/os/suse.com/sled-11.xml.in b/data/os/suse.com/sled-11.xml.in
> index 589de8a..39e3f8c 100644
> --- a/data/os/suse.com/sled-11.xml.in
> +++ b/data/os/suse.com/sled-11.xml.in
> @@ -8,7 +8,8 @@
> <_vendor>SUSE
> linux
> sled
> -
> +
> +
There's a bug here - there's no file defining sled 10.4 currently. Did you
forget to add that file ?
> diff --git a/data/os/suse.com/sles-11.xml.in b/data/os/suse.com/sles-11.xml.in
> index a031c6b..d982195 100644
> --- a/data/os/suse.com/sles-11.xml.in
> +++ b/data/os/suse.com/sles-11.xml.in
> @@ -8,7 +8,8 @@
> <_vendor>SUSE
> linux
> sles
> -
> +
> +
Same issue here
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://entangle-photo.org -o- http://search.cpan.org/~danberr/ :|
From carnold at suse.com Tue Dec 13 15:00:03 2016
From: carnold at suse.com (Charles Arnold)
Date: Tue, 13 Dec 2016 08:00:03 -0700
Subject: [Libosinfo] [PATCH 06/10] Fix SLE derives from information
In-Reply-To: <20161213120401.GA28416@redhat.com>
References: <1481582590-12694-1-git-send-email-carnold@suse.com>
<1481582590-12694-7-git-send-email-carnold@suse.com>
<20161213120401.GA28416@redhat.com>
Message-ID: <584FAA830200009100114246@prv-mh.provo.novell.com>
>>> On 12/13/2016 at 05:04 AM, "Daniel P. Berrange" wrote:
> On Mon, Dec 12, 2016 at 03:43:06PM -0700, Charles Arnold wrote:
>
>> diff --git a/data/os/suse.com/sled-11.xml.in
> b/data/os/suse.com/sled-11.xml.in
>> index 589de8a..39e3f8c 100644
>> --- a/data/os/suse.com/sled-11.xml.in
>> +++ b/data/os/suse.com/sled-11.xml.in
>> @@ -8,7 +8,8 @@
>> <_vendor>SUSE
>> linux
>> sled
>> -
>> +
>> +
>
> There's a bug here - there's no file defining sled 10.4 currently. Did you
> forget to add that file ?
Oops. Omitted an entire patch containing the SLE 10 distros.
>
>> diff --git a/data/os/suse.com/sles-11.xml.in
> b/data/os/suse.com/sles-11.xml.in
>> index a031c6b..d982195 100644
>> --- a/data/os/suse.com/sles-11.xml.in
>> +++ b/data/os/suse.com/sles-11.xml.in
>> @@ -8,7 +8,8 @@
>> <_vendor>SUSE
>> linux
>> sles
>> -
>> +
>> +
>
> Same issue here
I will post a couples patches to add the missing SLE 10 distros
and point this patch back to 10.4.
Thanks,
- Charles
>
>
> Regards,
> Daniel
> --
> |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/
> :|
> |: http://libvirt.org -o- http://virt-manager.org
> :|
> |: http://entangle-photo.org -o- http://search.cpan.org/~danberr/
> :|
From carnold at suse.com Tue Dec 13 15:08:42 2016
From: carnold at suse.com (Charles Arnold)
Date: Tue, 13 Dec 2016 08:08:42 -0700
Subject: [Libosinfo] [PATCH 2/2] Fix derives from for SLE-11
In-Reply-To: <1481641722-6571-1-git-send-email-carnold@suse.com>
References: <1481641722-6571-1-git-send-email-carnold@suse.com>
Message-ID: <1481641722-6571-3-git-send-email-carnold@suse.com>
---
data/os/suse.com/sled-11.xml.in | 4 ++--
data/os/suse.com/sles-11.xml.in | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/data/os/suse.com/sled-11.xml.in b/data/os/suse.com/sled-11.xml.in
index 9db445b..b2db6be 100644
--- a/data/os/suse.com/sled-11.xml.in
+++ b/data/os/suse.com/sled-11.xml.in
@@ -8,8 +8,8 @@
<_vendor>SUSE
linux
sled
-
-
+
+
2009-03-24
2010-12-31
diff --git a/data/os/suse.com/sles-11.xml.in b/data/os/suse.com/sles-11.xml.in
index 843e829..c0dc697 100644
--- a/data/os/suse.com/sles-11.xml.in
+++ b/data/os/suse.com/sles-11.xml.in
@@ -8,8 +8,8 @@
<_vendor>SUSE
linux
sles
-
-
+
+
2009-03-24
2010-12-31
--
1.8.5.6
From carnold at suse.com Tue Dec 13 15:08:40 2016
From: carnold at suse.com (Charles Arnold)
Date: Tue, 13 Dec 2016 08:08:40 -0700
Subject: [Libosinfo] [PATCH 0/2] Add the missing SLE 10 distros and fix
derives from
Message-ID: <1481641722-6571-1-git-send-email-carnold@suse.com>
Add the missing SLE 10 distros that were omitted in the last
patch set. Update the derives from in SLE 11 to point at 10.4
Charles Arnold (2):
Add missing SLE 10 distros
Fix derives from for SLE-11
data/os/suse.com/sled-10.1.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sled-10.2.xml.in | 51 +++++++++++++++++++++++++++++++++++++++
data/os/suse.com/sled-10.3.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sled-10.4.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sled-11.xml.in | 4 +--
data/os/suse.com/sles-10.1.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sles-10.2.xml.in | 51 +++++++++++++++++++++++++++++++++++++++
data/os/suse.com/sles-10.3.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sles-10.4.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sles-11.xml.in | 4 +--
10 files changed, 388 insertions(+), 4 deletions(-)
create mode 100644 data/os/suse.com/sled-10.1.xml.in
create mode 100644 data/os/suse.com/sled-10.2.xml.in
create mode 100644 data/os/suse.com/sled-10.3.xml.in
create mode 100644 data/os/suse.com/sled-10.4.xml.in
create mode 100644 data/os/suse.com/sles-10.1.xml.in
create mode 100644 data/os/suse.com/sles-10.2.xml.in
create mode 100644 data/os/suse.com/sles-10.3.xml.in
create mode 100644 data/os/suse.com/sles-10.4.xml.in
--
1.8.5.6
From carnold at suse.com Tue Dec 13 15:08:41 2016
From: carnold at suse.com (Charles Arnold)
Date: Tue, 13 Dec 2016 08:08:41 -0700
Subject: [Libosinfo] [PATCH 1/2] Add missing SLE 10 distros
In-Reply-To: <1481641722-6571-1-git-send-email-carnold@suse.com>
References: <1481641722-6571-1-git-send-email-carnold@suse.com>
Message-ID: <1481641722-6571-2-git-send-email-carnold@suse.com>
---
data/os/suse.com/sled-10.1.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sled-10.2.xml.in | 51 +++++++++++++++++++++++++++++++++++++++
data/os/suse.com/sled-10.3.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sled-10.4.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sles-10.1.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sles-10.2.xml.in | 51 +++++++++++++++++++++++++++++++++++++++
data/os/suse.com/sles-10.3.xml.in | 47 ++++++++++++++++++++++++++++++++++++
data/os/suse.com/sles-10.4.xml.in | 47 ++++++++++++++++++++++++++++++++++++
8 files changed, 384 insertions(+)
create mode 100644 data/os/suse.com/sled-10.1.xml.in
create mode 100644 data/os/suse.com/sled-10.2.xml.in
create mode 100644 data/os/suse.com/sled-10.3.xml.in
create mode 100644 data/os/suse.com/sled-10.4.xml.in
create mode 100644 data/os/suse.com/sles-10.1.xml.in
create mode 100644 data/os/suse.com/sles-10.2.xml.in
create mode 100644 data/os/suse.com/sles-10.3.xml.in
create mode 100644 data/os/suse.com/sles-10.4.xml.in
diff --git a/data/os/suse.com/sled-10.1.xml.in b/data/os/suse.com/sled-10.1.xml.in
new file mode 100644
index 0000000..f147cdd
--- /dev/null
+++ b/data/os/suse.com/sled-10.1.xml.in
@@ -0,0 +1,47 @@
+
+
+
+ sled10sp1
+ <_name>SUSE Linux Enterprise Desktop 10 SP1
+ 10.1
+ <_vendor>SUSE
+ linux
+ sled
+
+
+
+ 2007-06-18
+ 2008-11-30
+
+
+
+ LINUX
+ SLED-10-SP1-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-10-SP1-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
diff --git a/data/os/suse.com/sled-10.2.xml.in b/data/os/suse.com/sled-10.2.xml.in
new file mode 100644
index 0000000..80ae813
--- /dev/null
+++ b/data/os/suse.com/sled-10.2.xml.in
@@ -0,0 +1,51 @@
+
+
+
+ sled10sp2
+ <_name>SUSE Linux Enterprise Desktop 10 SP2
+ 10.2
+ <_vendor>SUSE
+ linux
+ sled
+
+
+
+ 2008-05-19
+ 2010-04-11
+
+
+
+
+
+
+
+ LINUX
+ SLED-10-SP2-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-10-SP2-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
diff --git a/data/os/suse.com/sled-10.3.xml.in b/data/os/suse.com/sled-10.3.xml.in
new file mode 100644
index 0000000..dc8c2c3
--- /dev/null
+++ b/data/os/suse.com/sled-10.3.xml.in
@@ -0,0 +1,47 @@
+
+
+
+ sled10sp3
+ <_name>SUSE Linux Enterprise Desktop 10 SP3
+ 10.3
+ <_vendor>SUSE
+ linux
+ sled
+
+
+
+ 2009-10-12
+ 2011-10-11
+
+
+
+ LINUX
+ SLED-10-SP3-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-10-SP3-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
diff --git a/data/os/suse.com/sled-10.4.xml.in b/data/os/suse.com/sled-10.4.xml.in
new file mode 100644
index 0000000..507e7e2
--- /dev/null
+++ b/data/os/suse.com/sled-10.4.xml.in
@@ -0,0 +1,47 @@
+
+
+
+ sled10sp4
+ <_name>SUSE Linux Enterprise Desktop 10 SP4
+ 10.4
+ <_vendor>SUSE
+ linux
+ sled
+
+
+
+ 2011-04-12
+ 2013-07-31
+
+
+
+ LINUX
+ SLED-10-SP4-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLED-10-SP4-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
diff --git a/data/os/suse.com/sles-10.1.xml.in b/data/os/suse.com/sles-10.1.xml.in
new file mode 100644
index 0000000..37e7c0e
--- /dev/null
+++ b/data/os/suse.com/sles-10.1.xml.in
@@ -0,0 +1,47 @@
+
+
+
+ sles10sp1
+ <_name>SUSE Linux Enterprise Server 10 SP1
+ 10.1
+ <_vendor>SUSE
+ linux
+ sles
+
+
+
+ 2007-06-18
+ 2008-11-30
+
+
+
+ LINUX
+ SLES-10-SP1-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-10-SP1-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
diff --git a/data/os/suse.com/sles-10.2.xml.in b/data/os/suse.com/sles-10.2.xml.in
new file mode 100644
index 0000000..2156772
--- /dev/null
+++ b/data/os/suse.com/sles-10.2.xml.in
@@ -0,0 +1,51 @@
+
+
+
+ sles10sp2
+ <_name>SUSE Linux Enterprise Server 10 SP2
+ 10.2
+ <_vendor>SUSE
+ linux
+ sles
+
+
+
+ 2008-05-19
+ 2010-04-11
+
+
+
+
+
+
+
+ LINUX
+ SLES-10-SP2-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-10-SP2-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
diff --git a/data/os/suse.com/sles-10.3.xml.in b/data/os/suse.com/sles-10.3.xml.in
new file mode 100644
index 0000000..b4e8070
--- /dev/null
+++ b/data/os/suse.com/sles-10.3.xml.in
@@ -0,0 +1,47 @@
+
+
+
+ sles10sp3
+ <_name>SUSE Linux Enterprise Server 10 SP3
+ 10.3
+ <_vendor>SUSE
+ linux
+ sles
+
+
+
+ 2009-10-12
+ 2011-10-11
+
+
+
+ LINUX
+ SLES-10-SP3-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-10-SP3-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
diff --git a/data/os/suse.com/sles-10.4.xml.in b/data/os/suse.com/sles-10.4.xml.in
new file mode 100644
index 0000000..f1df20a
--- /dev/null
+++ b/data/os/suse.com/sles-10.4.xml.in
@@ -0,0 +1,47 @@
+
+
+
+ sles10sp4
+ <_name>SUSE Linux Enterprise Server 10 SP4
+ 10.4
+ <_vendor>SUSE
+ linux
+ sles
+
+
+
+ 2011-04-12
+ 2013-07-31
+
+
+
+ LINUX
+ SLES-10-SP4-DVD-i586
+
+ boot/i386/loader/linux
+ boot/i386/loader/initrd
+
+
+
+ LINUX
+ SLES-10-SP4-DVD-x86_64
+
+ boot/x86_64/loader/linux
+ boot/x86_64/loader/initrd
+
+
+
+
+ 500000000
+ 536870912
+ 1074151424
+
+
+ 2400000000
+ 1073741824
+ 10737418240
+
+
+
+
--
1.8.5.6
From berrange at redhat.com Tue Dec 13 17:04:54 2016
From: berrange at redhat.com (Daniel P. Berrange)
Date: Tue, 13 Dec 2016 17:04:54 +0000
Subject: [Libosinfo] [PATCH 0/2] Add the missing SLE 10 distros and fix
derives from
In-Reply-To: <1481641722-6571-1-git-send-email-carnold@suse.com>
References: <1481641722-6571-1-git-send-email-carnold@suse.com>
Message-ID: <20161213170454.GN28416@redhat.com>
On Tue, Dec 13, 2016 at 08:08:40AM -0700, Charles Arnold wrote:
> Add the missing SLE 10 distros that were omitted in the last
> patch set. Update the derives from in SLE 11 to point at 10.4
>
> Charles Arnold (2):
> Add missing SLE 10 distros
> Fix derives from for SLE-11
ACK and pushed
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://entangle-photo.org -o- http://search.cpan.org/~danberr/ :|
From cfergeau at redhat.com Tue Dec 20 16:41:15 2016
From: cfergeau at redhat.com (Christophe Fergeau)
Date: Tue, 20 Dec 2016 17:41:15 +0100
Subject: [Libosinfo] [osinfo-db] win10: Fix detection of recent Windows 10
builds
Message-ID: <20161220164115.28726-1-cfergeau@redhat.com>
Recent Windows 10 builds (build 1607) seem to have dropped the J_ at the
beginning of the volume ID. While I haven't checked that this was done
for all the ISOs which are listed, it makes sense to do it for all
rather than just the few I've checked.
---
data/os/microsoft.com/win-10.xml.in | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/data/os/microsoft.com/win-10.xml.in b/data/os/microsoft.com/win-10.xml.in
index 6062d59..e443276 100644
--- a/data/os/microsoft.com/win-10.xml.in
+++ b/data/os/microsoft.com/win-10.xml.in
@@ -27,7 +27,7 @@
- J_CEDN?A_X86FRE_
+ (J_)?CEDN?A_X86FRE_
MICROSOFT CORPORATION
[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)
@@ -35,7 +35,7 @@
- J_CEDN?A_X64FRE_
+ (J_)?CEDN?A_X64FRE_
MICROSOFT CORPORATION
[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)
@@ -45,7 +45,7 @@
- J_CENN?A_X86FREV_
+ (J_)?CEN?A_X86FREV_
MICROSOFT CORPORATION
[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)
@@ -53,7 +53,7 @@
- J_CENN?A_X64FREV_
+ (J_)?CENN?A_X64FREV_
MICROSOFT CORPORATION
[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)
@@ -63,7 +63,7 @@
- J_CESN?N?_X86FREV_
+ (J_)?CESN?N?_X86FREV_
MICROSOFT CORPORATION
[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)
@@ -71,7 +71,7 @@
- J_CESN?N?_X64FREV_
+ (J_)?CESN?N?_X64FREV_
MICROSOFT CORPORATION
[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)
@@ -80,14 +80,14 @@
- J_CCSN?A_X86FRE_
+ (J_)?CCSN?A_X86FRE_
MICROSOFT CORPORATION
[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)
- J_CCSN?A_X64FRE_
+ (J_)?CCSN?A_X64FRE_
MICROSOFT CORPORATION
[[:upper:][:digit:]_]*_([[:upper:]]*-[[:upper:]]*)
--
2.9.3
From cfergeau at redhat.com Tue Dec 20 16:41:19 2016
From: cfergeau at redhat.com (Christophe Fergeau)
Date: Tue, 20 Dec 2016 17:41:19 +0100
Subject: [Libosinfo] [libosinfo] win10: Add test cases for recent Windows 10
builds
Message-ID: <20161220164119.28790-1-cfergeau@redhat.com>
Recent Windows 10 builds (build 1607) seem to have dropped the J_ at the
beginning of the volume ID.
These additional files make sure we've got test cases for this kind of
win10 ISOs.
---
...n_1511_updated_apr_2016_x64_dvd_8705540.iso.txt | 29 ++++++++++++++++++++++
...n_1607_updated_jul_2016_x86_dvd_9055560.iso.txt | 29 ++++++++++++++++++++++
...n_1607_updated_jul_2016_x64_dvd_9053861.iso.txt | 29 ++++++++++++++++++++++
...n_1607_updated_jul_2016_x86_dvd_9057460.iso.txt | 29 ++++++++++++++++++++++
4 files changed, 116 insertions(+)
create mode 100644 test/isodata/windows/win10/en_windows_10_education_n_version_1511_updated_apr_2016_x64_dvd_8705540.iso.txt
create mode 100644 test/isodata/windows/win10/en_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9055560.iso.txt
create mode 100644 test/isodata/windows/win10/en_windows_10_n_multiple_editions_version_1607_updated_jul_2016_x64_dvd_9053861.iso.txt
create mode 100644 test/isodata/windows/win10/fr_windows_10_enterprise_version_1607_updated_jul_2016_x86_dvd_9057460.iso.txt
diff --git a/test/isodata/windows/win10/en_windows_10_education_n_version_1511_updated_apr_2016_x64_dvd_8705540.iso.txt b/test/isodata/windows/win10/en_windows_10_education_n_version_1511_updated_apr_2016_x64_dvd_8705540.iso.txt
new file mode 100644
index 0000000..195b3ce
--- /dev/null
+++ b/test/isodata/windows/win10/en_windows_10_education_n_version_1511_updated_apr_2016_x64_dvd_8705540.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: J_CEDNA_X64FRE_EN-US_DV5
+Volume set id: J_CEDNA_X64FRE_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.53 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1980950
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 21D 541
diff --git a/test/isodata/windows/win10/en_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9055560.iso.txt b/test/isodata/windows/win10/en_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9055560.iso.txt
new file mode 100644
index 0000000..edeb871
--- /dev/null
+++ b/test/isodata/windows/win10/en_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9055560.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: CEDNA_X86FRE_EN-US_DV5
+Volume set id: CEDNA_X86FRE_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.56 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1360327
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 219 537
diff --git a/test/isodata/windows/win10/en_windows_10_n_multiple_editions_version_1607_updated_jul_2016_x64_dvd_9053861.iso.txt b/test/isodata/windows/win10/en_windows_10_n_multiple_editions_version_1607_updated_jul_2016_x64_dvd_9053861.iso.txt
new file mode 100644
index 0000000..6b0a1b8
--- /dev/null
+++ b/test/isodata/windows/win10/en_windows_10_n_multiple_editions_version_1607_updated_jul_2016_x64_dvd_9053861.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: CCSNA_X64FRE_EN-US_DV5
+Volume set id: CCSNA_X64FRE_EN-US_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.56 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1858285
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 21B 539
diff --git a/test/isodata/windows/win10/fr_windows_10_enterprise_version_1607_updated_jul_2016_x86_dvd_9057460.iso.txt b/test/isodata/windows/win10/fr_windows_10_enterprise_version_1607_updated_jul_2016_x86_dvd_9057460.iso.txt
new file mode 100644
index 0000000..16a9122
--- /dev/null
+++ b/test/isodata/windows/win10/fr_windows_10_enterprise_version_1607_updated_jul_2016_x86_dvd_9057460.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id:
+Volume id: CENA_X86FREV_FR-FR_DV5
+Volume set id: CENA_X86FREV_FR-FR_DV5
+Publisher id: MICROSOFT CORPORATION
+Data preparer id: MICROSOFT CORPORATION, ONE MICROSOFT WAY, REDMOND WA 98052, (425) 882-8080
+Application id: CDIMAGE 2.56 (01/01/2005 TM)
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1419355
+El Torito VD version 1 found, boot catalog is in sector 22
+NO Joliet present
+NO Rock Ridge present
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'Microsoft Corporation'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 8
+ Bootoff 219 537
--
2.9.3
From berrange at redhat.com Tue Dec 20 16:56:21 2016
From: berrange at redhat.com (Daniel P. Berrange)
Date: Tue, 20 Dec 2016 16:56:21 +0000
Subject: [Libosinfo] [osinfo-db] win10: Fix detection of recent Windows
10 builds
In-Reply-To: <20161220164115.28726-1-cfergeau@redhat.com>
References: <20161220164115.28726-1-cfergeau@redhat.com>
Message-ID: <20161220165621.GD26095@redhat.com>
On Tue, Dec 20, 2016 at 05:41:15PM +0100, Christophe Fergeau wrote:
> Recent Windows 10 builds (build 1607) seem to have dropped the J_ at the
> beginning of the volume ID. While I haven't checked that this was done
> for all the ISOs which are listed, it makes sense to do it for all
> rather than just the few I've checked.
> ---
> data/os/microsoft.com/win-10.xml.in | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
ACK
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://entangle-photo.org -o- http://search.cpan.org/~danberr/ :|
From berrange at redhat.com Tue Dec 20 16:56:38 2016
From: berrange at redhat.com (Daniel P. Berrange)
Date: Tue, 20 Dec 2016 16:56:38 +0000
Subject: [Libosinfo] [libosinfo] win10: Add test cases for recent
Windows 10 builds
In-Reply-To: <20161220164119.28790-1-cfergeau@redhat.com>
References: <20161220164119.28790-1-cfergeau@redhat.com>
Message-ID: <20161220165638.GE26095@redhat.com>
On Tue, Dec 20, 2016 at 05:41:19PM +0100, Christophe Fergeau wrote:
> Recent Windows 10 builds (build 1607) seem to have dropped the J_ at the
> beginning of the volume ID.
> These additional files make sure we've got test cases for this kind of
> win10 ISOs.
> ---
> ...n_1511_updated_apr_2016_x64_dvd_8705540.iso.txt | 29 ++++++++++++++++++++++
> ...n_1607_updated_jul_2016_x86_dvd_9055560.iso.txt | 29 ++++++++++++++++++++++
> ...n_1607_updated_jul_2016_x64_dvd_9053861.iso.txt | 29 ++++++++++++++++++++++
> ...n_1607_updated_jul_2016_x86_dvd_9057460.iso.txt | 29 ++++++++++++++++++++++
> 4 files changed, 116 insertions(+)
> create mode 100644 test/isodata/windows/win10/en_windows_10_education_n_version_1511_updated_apr_2016_x64_dvd_8705540.iso.txt
> create mode 100644 test/isodata/windows/win10/en_windows_10_education_n_version_1607_updated_jul_2016_x86_dvd_9055560.iso.txt
> create mode 100644 test/isodata/windows/win10/en_windows_10_n_multiple_editions_version_1607_updated_jul_2016_x64_dvd_9053861.iso.txt
> create mode 100644 test/isodata/windows/win10/fr_windows_10_enterprise_version_1607_updated_jul_2016_x86_dvd_9057460.iso.txt
ACK
Regards,
Daniel
--
|: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org -o- http://virt-manager.org :|
|: http://entangle-photo.org -o- http://search.cpan.org/~danberr/ :|
From fidencio at redhat.com Thu Dec 22 13:13:24 2016
From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=)
Date: Thu, 22 Dec 2016 14:13:24 +0100
Subject: [Libosinfo] [osinfo-db] rhel: Fix detection of RHEL-7.2 (x86_64)
ISOs
Message-ID: <20161222131324.13853-1-fidencio@redhat.com>
When trying to install the free developer image[0] I've noticed that its
volume-id[1] doesn't match the regular expression we have been using.
Let's relax the expression, as already done for 7.0 and 7.1 for x86_64
ISOs.
[0]: https://developers.redhat.com/products/rhel/get-started/#tab-kvm
[1]:
CD-ROM is in ISO 9660 format
System id: LINUX
Volume id: RHEL-7.2 Server.x86_64
Volume set id:
Publisher id:
Data preparer id:
Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993
E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT
TEAM
Copyright File id:
Abstract File id:
Bibliographic File id:
Volume set size is: 1
Volume set sequence number is: 1
Logical block size is: 2048
Volume size is: 1973912
El Torito VD version 1 found, boot catalog is in sector 1139
Joliet with UCS level 3 found
Rock Ridge signatures version 1 found
Eltorito validation header:
Hid 1
Arch 0 (x86)
ID ''
Key 55 AA
Eltorito defaultboot header:
Bootid 88 (bootable)
Boot media 0 (No Emulation Boot)
Load segment 0
Sys type 0
Nsect 4
Bootoff 2D319 185113
Christophe noticed that the issue is not related only to the free
developer image, but also happens with the "normal" RHEL-7.2 image.
Signed-off-by: Fabiano Fid?ncio
Reported-by: Allan Day
---
data/os/redhat.com/rhel-7.2.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/os/redhat.com/rhel-7.2.xml.in b/data/os/redhat.com/rhel-7.2.xml.in
index ab78cf8..7344341 100644
--- a/data/os/redhat.com/rhel-7.2.xml.in
+++ b/data/os/redhat.com/rhel-7.2.xml.in
@@ -17,7 +17,7 @@
LINUX
- .*RHEL-7.2.*x86_64$
+ .*RHEL-7.2.*x86_64.*
isolinux/vmlinuz
isolinux/initrd.img
--
2.9.3
From cfergeau at redhat.com Thu Dec 22 13:33:14 2016
From: cfergeau at redhat.com (Christophe Fergeau)
Date: Thu, 22 Dec 2016 14:33:14 +0100
Subject: [Libosinfo] [osinfo-db] rhel: Fix detection of RHEL-7.2
(x86_64) ISOs
In-Reply-To: <20161222131324.13853-1-fidencio@redhat.com>
References: <20161222131324.13853-1-fidencio@redhat.com>
Message-ID: <20161222133314.xbfdinoqjwfu7dly@edamame.cdg.redhat.com>
On Thu, Dec 22, 2016 at 02:13:24PM +0100, Fabiano Fid?ncio wrote:
> When trying to install the free developer image[0] I've noticed that its
> volume-id[1] doesn't match the regular expression we have been using.
> Let's relax the expression, as already done for 7.0 and 7.1 for x86_64
> ISOs.
What happens is that strings in the ISO header are 32 bytes long, and
are padded with spaces (0x20), but nothing in on_pvd_read()/on_svd_read()
is removing these padding spaces from the string. So we will always be
getting
[SOME-ISO-LABEL ] from osinfo_media_get_volume_id()
rather than the expected [SOME-ISO-LABEL].
This explains why the $ anchor does not work here.
Imo it would be better to make sure we drop the extra spaces when
reading the ISO data.
Christophe
>
> [0]: https://developers.redhat.com/products/rhel/get-started/#tab-kvm
> [1]:
> CD-ROM is in ISO 9660 format
> System id: LINUX
> Volume id: RHEL-7.2 Server.x86_64
> Volume set id:
> Publisher id:
> Data preparer id:
> Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993
> E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT
> TEAM
> Copyright File id:
> Abstract File id:
> Bibliographic File id:
> Volume set size is: 1
> Volume set sequence number is: 1
> Logical block size is: 2048
> Volume size is: 1973912
> El Torito VD version 1 found, boot catalog is in sector 1139
> Joliet with UCS level 3 found
> Rock Ridge signatures version 1 found
> Eltorito validation header:
> Hid 1
> Arch 0 (x86)
> ID ''
> Key 55 AA
> Eltorito defaultboot header:
> Bootid 88 (bootable)
> Boot media 0 (No Emulation Boot)
> Load segment 0
> Sys type 0
> Nsect 4
> Bootoff 2D319 185113
>
> Christophe noticed that the issue is not related only to the free
> developer image, but also happens with the "normal" RHEL-7.2 image.
>
> Signed-off-by: Fabiano Fid?ncio
> Reported-by: Allan Day
> ---
> data/os/redhat.com/rhel-7.2.xml.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/data/os/redhat.com/rhel-7.2.xml.in b/data/os/redhat.com/rhel-7.2.xml.in
> index ab78cf8..7344341 100644
> --- a/data/os/redhat.com/rhel-7.2.xml.in
> +++ b/data/os/redhat.com/rhel-7.2.xml.in
> @@ -17,7 +17,7 @@
>
>
> LINUX
> - .*RHEL-7.2.*x86_64$
> + .*RHEL-7.2.*x86_64.*
>
> isolinux/vmlinuz
> isolinux/initrd.img
> --
> 2.9.3
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL:
From fabiano at fidencio.org Thu Dec 22 22:11:43 2016
From: fabiano at fidencio.org (=?UTF-8?Q?Fabiano_Fid=C3=AAncio?=)
Date: Thu, 22 Dec 2016 23:11:43 +0100
Subject: [Libosinfo] [osinfo-db] rhel: Fix detection of RHEL-7.2
(x86_64) ISOs
In-Reply-To: <20161222133314.xbfdinoqjwfu7dly@edamame.cdg.redhat.com>
References: <20161222131324.13853-1-fidencio@redhat.com>
<20161222133314.xbfdinoqjwfu7dly@edamame.cdg.redhat.com>
Message-ID:
On Thu, Dec 22, 2016 at 2:33 PM, Christophe Fergeau wrote:
> On Thu, Dec 22, 2016 at 02:13:24PM +0100, Fabiano Fid?ncio wrote:
>> When trying to install the free developer image[0] I've noticed that its
>> volume-id[1] doesn't match the regular expression we have been using.
>> Let's relax the expression, as already done for 7.0 and 7.1 for x86_64
>> ISOs.
>
> What happens is that strings in the ISO header are 32 bytes long, and
> are padded with spaces (0x20), but nothing in on_pvd_read()/on_svd_read()
> is removing these padding spaces from the string. So we will always be
> getting
> [SOME-ISO-LABEL ] from osinfo_media_get_volume_id()
> rather than the expected [SOME-ISO-LABEL].
> This explains why the $ anchor does not work here.
> Imo it would be better to make sure we drop the extra spaces when
> reading the ISO data.
I have to disagree and I'll explain why ...
Changing the .xml will provide an immediate solution till the next
libosinfo release. When the release is done, I'm happy to provide
patches removing these workarounds present in pretty much all the
(rhel) xmls.
>
> Christophe
>
>>
>> [0]: https://developers.redhat.com/products/rhel/get-started/#tab-kvm
>> [1]:
>> CD-ROM is in ISO 9660 format
>> System id: LINUX
>> Volume id: RHEL-7.2 Server.x86_64
>> Volume set id:
>> Publisher id:
>> Data preparer id:
>> Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993
>> E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT
>> TEAM
>> Copyright File id:
>> Abstract File id:
>> Bibliographic File id:
>> Volume set size is: 1
>> Volume set sequence number is: 1
>> Logical block size is: 2048
>> Volume size is: 1973912
>> El Torito VD version 1 found, boot catalog is in sector 1139
>> Joliet with UCS level 3 found
>> Rock Ridge signatures version 1 found
>> Eltorito validation header:
>> Hid 1
>> Arch 0 (x86)
>> ID ''
>> Key 55 AA
>> Eltorito defaultboot header:
>> Bootid 88 (bootable)
>> Boot media 0 (No Emulation Boot)
>> Load segment 0
>> Sys type 0
>> Nsect 4
>> Bootoff 2D319 185113
>>
>> Christophe noticed that the issue is not related only to the free
>> developer image, but also happens with the "normal" RHEL-7.2 image.
>>
>> Signed-off-by: Fabiano Fid?ncio
>> Reported-by: Allan Day
>> ---
>> data/os/redhat.com/rhel-7.2.xml.in | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/data/os/redhat.com/rhel-7.2.xml.in b/data/os/redhat.com/rhel-7.2.xml.in
>> index ab78cf8..7344341 100644
>> --- a/data/os/redhat.com/rhel-7.2.xml.in
>> +++ b/data/os/redhat.com/rhel-7.2.xml.in
>> @@ -17,7 +17,7 @@
>>
>>
>> LINUX
>> - .*RHEL-7.2.*x86_64$
>> + .*RHEL-7.2.*x86_64.*
>>
>> isolinux/vmlinuz
>> isolinux/initrd.img
>> --
>> 2.9.3
>>
>> _______________________________________________
>> Libosinfo mailing list
>> Libosinfo at redhat.com
>> https://www.redhat.com/mailman/listinfo/libosinfo
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
>
Best Regards,
--
Fabiano Fid?ncio
From fidencio at redhat.com Fri Dec 23 07:26:44 2016
From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=)
Date: Fri, 23 Dec 2016 08:26:44 +0100
Subject: [Libosinfo] [libosinfo] media: Remove ISO header strings' padding
Message-ID: <20161223072644.7983-1-fidencio@redhat.com>
The strings in the ISO header ("volume-id", "system-id", "publisher-id"
and "application-id") have a predefined size and are padded with spaces,
but nothing in on_{pvd,svd}_read() removes these padding spaces from
those strings, which makes osinfo_media_get_volume_id() always return
[SOME-ISO-LABEL ] rather than the expected
[SOME-ISO-LABEL].
Resolves: rhbz#1408271
Signed-off-by: Fabiano Fid?ncio
Reported-by: Allan Day
---
osinfo/osinfo_media.c | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c
index b45f4f4..af4bb14 100644
--- a/osinfo/osinfo_media.c
+++ b/osinfo/osinfo_media.c
@@ -712,6 +712,7 @@ static void on_svd_read(GObject *source,
data->svd.system[MAX_SYSTEM - 1] = 0;
+ g_strchomp(data->svd.system);
if (strncmp(BOOTABLE_TAG, data->svd.system, sizeof(BOOTABLE_TAG)) != 0) {
g_set_error(&error,
@@ -803,9 +804,16 @@ static void on_pvd_read(GObject *source,
}
data->pvd.volume[MAX_VOLUME - 1] = 0;
+ g_strchomp(data->pvd.volume);
+
data->pvd.system[MAX_SYSTEM - 1] = 0;
+ g_strchomp(data->pvd.system);
+
data->pvd.publisher[MAX_PUBLISHER - 1] = 0;
+ g_strchomp(data->pvd.publisher);
+
data->pvd.application[MAX_APPLICATION - 1] = 0;
+ g_strchomp(data->pvd.application);
if (is_str_empty(data->pvd.volume)) {
g_set_error(&error,
--
2.9.3
From cfergeau at redhat.com Fri Dec 23 08:11:41 2016
From: cfergeau at redhat.com (Christophe Fergeau)
Date: Fri, 23 Dec 2016 09:11:41 +0100
Subject: [Libosinfo] [osinfo-db] rhel: Fix detection of RHEL-7.2
(x86_64) ISOs
In-Reply-To:
References: <20161222131324.13853-1-fidencio@redhat.com>
<20161222133314.xbfdinoqjwfu7dly@edamame.cdg.redhat.com>
Message-ID: <20161223081141.4eltqpvvripdknh5@edamame.cdg.redhat.com>
On Thu, Dec 22, 2016 at 11:11:43PM +0100, Fabiano Fid?ncio wrote:
> On Thu, Dec 22, 2016 at 2:33 PM, Christophe Fergeau wrote:
> > On Thu, Dec 22, 2016 at 02:13:24PM +0100, Fabiano Fid?ncio wrote:
> >> When trying to install the free developer image[0] I've noticed that its
> >> volume-id[1] doesn't match the regular expression we have been using.
> >> Let's relax the expression, as already done for 7.0 and 7.1 for x86_64
> >> ISOs.
> >
> > What happens is that strings in the ISO header are 32 bytes long, and
> > are padded with spaces (0x20), but nothing in on_pvd_read()/on_svd_read()
> > is removing these padding spaces from the string. So we will always be
> > getting
> > [SOME-ISO-LABEL ] from osinfo_media_get_volume_id()
> > rather than the expected [SOME-ISO-LABEL].
> > This explains why the $ anchor does not work here.
> > Imo it would be better to make sure we drop the extra spaces when
> > reading the ISO data.
>
> I have to disagree and I'll explain why ...
> Changing the .xml will provide an immediate solution till the next
> libosinfo release.
Ah, right, we can have unsync'ed releases of libosinfo/osinfo-db.
> When the release is done, I'm happy to provide
> patches removing these workarounds present in pretty much all the
> (rhel) xmls.
Yes, that's a good plan (fwiw, I would only call the change in this
patch a workaround as it makes changes which should not make a
difference if there was not another bug. The existing IDs without $
might just be luck rather than intentional workaround ;)
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL:
From cfergeau at redhat.com Fri Dec 23 08:14:45 2016
From: cfergeau at redhat.com (Christophe Fergeau)
Date: Fri, 23 Dec 2016 09:14:45 +0100
Subject: [Libosinfo] [libosinfo] media: Remove ISO header strings'
padding
In-Reply-To: <20161223072644.7983-1-fidencio@redhat.com>
References: <20161223072644.7983-1-fidencio@redhat.com>
Message-ID: <20161223081445.ubxrzxjiezguccth@edamame.cdg.redhat.com>
On Fri, Dec 23, 2016 at 08:26:44AM +0100, Fabiano Fid?ncio wrote:
> The strings in the ISO header ("volume-id", "system-id", "publisher-id"
> and "application-id") have a predefined size and are padded with spaces,
> but nothing in on_{pvd,svd}_read() removes these padding spaces from
> those strings, which makes osinfo_media_get_volume_id() always return
> [SOME-ISO-LABEL ] rather than the expected
> [SOME-ISO-LABEL].
>
> Resolves: rhbz#1408271
>
> Signed-off-by: Fabiano Fid?ncio
> Reported-by: Allan Day
> ---
> osinfo/osinfo_media.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c
> index b45f4f4..af4bb14 100644
> --- a/osinfo/osinfo_media.c
> +++ b/osinfo/osinfo_media.c
> @@ -712,6 +712,7 @@ static void on_svd_read(GObject *source,
>
>
> data->svd.system[MAX_SYSTEM - 1] = 0;
> + g_strchomp(data->svd.system);
>
> if (strncmp(BOOTABLE_TAG, data->svd.system, sizeof(BOOTABLE_TAG)) != 0) {
> g_set_error(&error,
> @@ -803,9 +804,16 @@ static void on_pvd_read(GObject *source,
> }
>
> data->pvd.volume[MAX_VOLUME - 1] = 0;
> + g_strchomp(data->pvd.volume);
> +
Even simpler to fix than I had thought, I had totally forgotten about
g_strchomp() :)
Acked-by: Christophe Fergeau
Christophe
> data->pvd.system[MAX_SYSTEM - 1] = 0;
> + g_strchomp(data->pvd.system);
> +
> data->pvd.publisher[MAX_PUBLISHER - 1] = 0;
> + g_strchomp(data->pvd.publisher);
> +
> data->pvd.application[MAX_APPLICATION - 1] = 0;
> + g_strchomp(data->pvd.application);
>
> if (is_str_empty(data->pvd.volume)) {
> g_set_error(&error,
> --
> 2.9.3
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL:
From fabiano at fidencio.org Fri Dec 23 08:29:11 2016
From: fabiano at fidencio.org (=?UTF-8?Q?Fabiano_Fid=C3=AAncio?=)
Date: Fri, 23 Dec 2016 09:29:11 +0100
Subject: [Libosinfo] [libosinfo] media: Remove ISO header strings'
padding
In-Reply-To: <20161223081445.ubxrzxjiezguccth@edamame.cdg.redhat.com>
References: <20161223072644.7983-1-fidencio@redhat.com>
<20161223081445.ubxrzxjiezguccth@edamame.cdg.redhat.com>
Message-ID:
On Fri, Dec 23, 2016 at 9:14 AM, Christophe Fergeau wrote:
> On Fri, Dec 23, 2016 at 08:26:44AM +0100, Fabiano Fid?ncio wrote:
>> The strings in the ISO header ("volume-id", "system-id", "publisher-id"
>> and "application-id") have a predefined size and are padded with spaces,
>> but nothing in on_{pvd,svd}_read() removes these padding spaces from
>> those strings, which makes osinfo_media_get_volume_id() always return
>> [SOME-ISO-LABEL ] rather than the expected
>> [SOME-ISO-LABEL].
>>
>> Resolves: rhbz#1408271
>>
>> Signed-off-by: Fabiano Fid?ncio
>> Reported-by: Allan Day
>> ---
>> osinfo/osinfo_media.c | 8 ++++++++
>> 1 file changed, 8 insertions(+)
>>
>> diff --git a/osinfo/osinfo_media.c b/osinfo/osinfo_media.c
>> index b45f4f4..af4bb14 100644
>> --- a/osinfo/osinfo_media.c
>> +++ b/osinfo/osinfo_media.c
>> @@ -712,6 +712,7 @@ static void on_svd_read(GObject *source,
>>
>>
>> data->svd.system[MAX_SYSTEM - 1] = 0;
>> + g_strchomp(data->svd.system);
>>
>> if (strncmp(BOOTABLE_TAG, data->svd.system, sizeof(BOOTABLE_TAG)) != 0) {
>> g_set_error(&error,
>> @@ -803,9 +804,16 @@ static void on_pvd_read(GObject *source,
>> }
>>
>> data->pvd.volume[MAX_VOLUME - 1] = 0;
>> + g_strchomp(data->pvd.volume);
>> +
>
> Even simpler to fix than I had thought, I had totally forgotten about
> g_strchomp() :)
>
> Acked-by: Christophe Fergeau
Pushed, thanks!
>
> Christophe
>
>> data->pvd.system[MAX_SYSTEM - 1] = 0;
>> + g_strchomp(data->pvd.system);
>> +
>> data->pvd.publisher[MAX_PUBLISHER - 1] = 0;
>> + g_strchomp(data->pvd.publisher);
>> +
>> data->pvd.application[MAX_APPLICATION - 1] = 0;
>> + g_strchomp(data->pvd.application);
>>
>> if (is_str_empty(data->pvd.volume)) {
>> g_set_error(&error,
>> --
>> 2.9.3
>>
>> _______________________________________________
>> Libosinfo mailing list
>> Libosinfo at redhat.com
>> https://www.redhat.com/mailman/listinfo/libosinfo
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
>
--
Fabiano Fid?ncio
From fidencio at redhat.com Fri Dec 23 08:37:25 2016
From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=)
Date: Fri, 23 Dec 2016 09:37:25 +0100
Subject: [Libosinfo] [osinfo-db v2] rhel: Workaround detection of RHEL-7.2
(x86_64) ISOs
Message-ID: <20161223083725.16893-1-fidencio@redhat.com>
libosinfo hasn't been able to detected any RHEL-7.2 (x86_64) ISO because
of a bug (already fixed[0]) in on_{pvd,svd}_read(). While waiting for a
new libosinfo release, let's work it around on osinfo-db by relaxing the
regular expression used for this case, as already done for RHEL-7.0 and
RHEL-7.1.
[0]:
https://gitlab.com/libosinfo/libosinfo/commit/a75dc46e27cedb4562719c00661376c153fb83d2
Related: rhbz#1408271
Signed-off-by: Fabiano Fid?ncio
Reported-by: Allan Day
---
data/os/redhat.com/rhel-7.2.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/os/redhat.com/rhel-7.2.xml.in b/data/os/redhat.com/rhel-7.2.xml.in
index ab78cf8..7344341 100644
--- a/data/os/redhat.com/rhel-7.2.xml.in
+++ b/data/os/redhat.com/rhel-7.2.xml.in
@@ -17,7 +17,7 @@
LINUX
- .*RHEL-7.2.*x86_64$
+ .*RHEL-7.2.*x86_64.*
isolinux/vmlinuz
isolinux/initrd.img
--
2.9.3
From cfergeau at redhat.com Fri Dec 23 08:45:39 2016
From: cfergeau at redhat.com (Christophe Fergeau)
Date: Fri, 23 Dec 2016 09:45:39 +0100
Subject: [Libosinfo] [osinfo-db v2] rhel: Workaround detection of
RHEL-7.2 (x86_64) ISOs
In-Reply-To: <20161223083725.16893-1-fidencio@redhat.com>
References: <20161223083725.16893-1-fidencio@redhat.com>
Message-ID: <20161223084539.smpvqca6wyjp3tp6@edamame.cdg.redhat.com>
Acked-by: Christophe Fergeau
On Fri, Dec 23, 2016 at 09:37:25AM +0100, Fabiano Fid?ncio wrote:
> libosinfo hasn't been able to detected any RHEL-7.2 (x86_64) ISO because
> of a bug (already fixed[0]) in on_{pvd,svd}_read(). While waiting for a
> new libosinfo release, let's work it around on osinfo-db by relaxing the
> regular expression used for this case, as already done for RHEL-7.0 and
> RHEL-7.1.
>
> [0]:
> https://gitlab.com/libosinfo/libosinfo/commit/a75dc46e27cedb4562719c00661376c153fb83d2
>
> Related: rhbz#1408271
>
> Signed-off-by: Fabiano Fid?ncio
> Reported-by: Allan Day
> ---
> data/os/redhat.com/rhel-7.2.xml.in | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/data/os/redhat.com/rhel-7.2.xml.in b/data/os/redhat.com/rhel-7.2.xml.in
> index ab78cf8..7344341 100644
> --- a/data/os/redhat.com/rhel-7.2.xml.in
> +++ b/data/os/redhat.com/rhel-7.2.xml.in
> @@ -17,7 +17,7 @@
>
>
> LINUX
> - .*RHEL-7.2.*x86_64$
> + .*RHEL-7.2.*x86_64.*
>
> isolinux/vmlinuz
> isolinux/initrd.img
> --
> 2.9.3
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL:
From fidencio at redhat.com Fri Dec 23 08:59:53 2016
From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=)
Date: Fri, 23 Dec 2016 09:59:53 +0100
Subject: [Libosinfo] [PATCH] centos: Add CentOS 6.8 isodata
Message-ID: <20161223085954.19441-1-fidencio@redhat.com>
Signed-off-by: Fabiano Fid?ncio
---
.../centos6.8/CentOS-6.8-i386-LiveCD.iso.txt | 29 ++++++++++++++++++++++
.../centos6.8/CentOS-6.8-i386-LiveDVD.iso.txt | 29 ++++++++++++++++++++++
.../centos6.8/CentOS-6.8-i386-bin-DVD1.iso.txt | 29 ++++++++++++++++++++++
.../centos6.8/CentOS-6.8-i386-minimal.iso.txt | 29 ++++++++++++++++++++++
.../centos6.8/CentOS-6.8-i386-netinstall.iso.txt | 29 ++++++++++++++++++++++
.../centos6.8/CentOS-6.8-x86_64-LiveCD.iso.txt | 29 ++++++++++++++++++++++
.../centos6.8/CentOS-6.8-x86_64-LiveDVD.iso.txt | 29 ++++++++++++++++++++++
.../centos6.8/CentOS-6.8-x86_64-bin-DVD1.iso.txt | 29 ++++++++++++++++++++++
.../centos6.8/CentOS-6.8-x86_64-minimal.iso.txt | 29 ++++++++++++++++++++++
9 files changed, 261 insertions(+)
create mode 100644 test/isodata/centos/centos6.8/CentOS-6.8-i386-LiveCD.iso.txt
create mode 100644 test/isodata/centos/centos6.8/CentOS-6.8-i386-LiveDVD.iso.txt
create mode 100644 test/isodata/centos/centos6.8/CentOS-6.8-i386-bin-DVD1.iso.txt
create mode 100644 test/isodata/centos/centos6.8/CentOS-6.8-i386-minimal.iso.txt
create mode 100644 test/isodata/centos/centos6.8/CentOS-6.8-i386-netinstall.iso.txt
create mode 100644 test/isodata/centos/centos6.8/CentOS-6.8-x86_64-LiveCD.iso.txt
create mode 100644 test/isodata/centos/centos6.8/CentOS-6.8-x86_64-LiveDVD.iso.txt
create mode 100644 test/isodata/centos/centos6.8/CentOS-6.8-x86_64-bin-DVD1.iso.txt
create mode 100644 test/isodata/centos/centos6.8/CentOS-6.8-x86_64-minimal.iso.txt
diff --git a/test/isodata/centos/centos6.8/CentOS-6.8-i386-LiveCD.iso.txt b/test/isodata/centos/centos6.8/CentOS-6.8-i386-LiveCD.iso.txt
new file mode 100644
index 0000000..0f7f7ce
--- /dev/null
+++ b/test/isodata/centos/centos6.8/CentOS-6.8-i386-LiveCD.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: CentOS-6.8-i386-LiveCD
+Volume set id:
+Publisher id:
+Data preparer id:
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 355734
+El Torito VD version 1 found, boot catalog is in sector 40
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID ''
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 4
+ Bootoff 29 41
diff --git a/test/isodata/centos/centos6.8/CentOS-6.8-i386-LiveDVD.iso.txt b/test/isodata/centos/centos6.8/CentOS-6.8-i386-LiveDVD.iso.txt
new file mode 100644
index 0000000..0b1a9ec
--- /dev/null
+++ b/test/isodata/centos/centos6.8/CentOS-6.8-i386-LiveDVD.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: CentOS-6.8-i386-LiveDVD
+Volume set id:
+Publisher id:
+Data preparer id:
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 971913
+El Torito VD version 1 found, boot catalog is in sector 40
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID ''
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 4
+ Bootoff 29 41
diff --git a/test/isodata/centos/centos6.8/CentOS-6.8-i386-bin-DVD1.iso.txt b/test/isodata/centos/centos6.8/CentOS-6.8-i386-bin-DVD1.iso.txt
new file mode 100644
index 0000000..348cce1
--- /dev/null
+++ b/test/isodata/centos/centos6.8/CentOS-6.8-i386-bin-DVD1.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: CentOS_6.8_Final
+Volume set id:
+Publisher id: CentOS Project
+Data preparer id: CentOS
+Application id: CentOS_6.8_Final
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1877285
+El Torito VD version 1 found, boot catalog is in sector 463
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'CentOS Project'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 4
+ Bootoff 1D0 464
diff --git a/test/isodata/centos/centos6.8/CentOS-6.8-i386-minimal.iso.txt b/test/isodata/centos/centos6.8/CentOS-6.8-i386-minimal.iso.txt
new file mode 100644
index 0000000..0537f29
--- /dev/null
+++ b/test/isodata/centos/centos6.8/CentOS-6.8-i386-minimal.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: CentOS_6.8_Final
+Volume set id:
+Publisher id: CentOS Project
+Data preparer id: CentOS
+Application id: CentOS_6.8_Final
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 181145
+El Torito VD version 1 found, boot catalog is in sector 74
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'CentOS Project'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 4
+ Bootoff 4B 75
diff --git a/test/isodata/centos/centos6.8/CentOS-6.8-i386-netinstall.iso.txt b/test/isodata/centos/centos6.8/CentOS-6.8-i386-netinstall.iso.txt
new file mode 100644
index 0000000..7b8f240
--- /dev/null
+++ b/test/isodata/centos/centos6.8/CentOS-6.8-i386-netinstall.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: CentOS
+Volume set id:
+Publisher id:
+Data preparer id:
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 111162
+El Torito VD version 1 found, boot catalog is in sector 38
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID ''
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 4
+ Bootoff 49F4 18932
diff --git a/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-LiveCD.iso.txt b/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-LiveCD.iso.txt
new file mode 100644
index 0000000..3b3c781
--- /dev/null
+++ b/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-LiveCD.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: CentOS-6.8-x86_64-LiveCD
+Volume set id:
+Publisher id:
+Data preparer id:
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 359343
+El Torito VD version 1 found, boot catalog is in sector 40
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID ''
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 4
+ Bootoff 29 41
diff --git a/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-LiveDVD.iso.txt b/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-LiveDVD.iso.txt
new file mode 100644
index 0000000..9a052b5
--- /dev/null
+++ b/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-LiveDVD.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: CentOS-6.8-x86_64-LiveDVD
+Volume set id:
+Publisher id:
+Data preparer id:
+Application id: GENISOIMAGE ISO 9660/HFS FILESYSTEM CREATOR (C) 1993 E.YOUNGDALE (C) 1997-2006 J.PEARSON/J.SCHILLING (C) 2006-2007 CDRKIT TEAM
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 982298
+El Torito VD version 1 found, boot catalog is in sector 40
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID ''
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 4
+ Bootoff 29 41
diff --git a/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-bin-DVD1.iso.txt b/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-bin-DVD1.iso.txt
new file mode 100644
index 0000000..6e957ee
--- /dev/null
+++ b/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-bin-DVD1.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: CentOS_6.8_Final
+Volume set id:
+Publisher id: CentOS Project
+Data preparer id: CentOS
+Application id: CentOS_6.8_Final
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 1912242
+El Torito VD version 1 found, boot catalog is in sector 482
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'CentOS Project'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 4
+ Bootoff 29D 669
diff --git a/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-minimal.iso.txt b/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-minimal.iso.txt
new file mode 100644
index 0000000..7855cd2
--- /dev/null
+++ b/test/isodata/centos/centos6.8/CentOS-6.8-x86_64-minimal.iso.txt
@@ -0,0 +1,29 @@
+CD-ROM is in ISO 9660 format
+System id: LINUX
+Volume id: CentOS_6.8_Final
+Volume set id:
+Publisher id: CentOS Project
+Data preparer id: CentOS
+Application id: CentOS_6.8_Final
+Copyright File id:
+Abstract File id:
+Bibliographic File id:
+Volume set size is: 1
+Volume set sequence number is: 1
+Logical block size is: 2048
+Volume size is: 228451
+El Torito VD version 1 found, boot catalog is in sector 81
+Joliet with UCS level 3 found
+Rock Ridge signatures version 1 found
+Eltorito validation header:
+ Hid 1
+ Arch 0 (x86)
+ ID 'CentOS Project'
+ Key 55 AA
+ Eltorito defaultboot header:
+ Bootid 88 (bootable)
+ Boot media 0 (No Emulation Boot)
+ Load segment 0
+ Sys type 0
+ Nsect 4
+ Bootoff 10C 268
--
2.9.3
From fidencio at redhat.com Fri Dec 23 08:59:54 2016
From: fidencio at redhat.com (=?UTF-8?q?Fabiano=20Fid=C3=AAncio?=)
Date: Fri, 23 Dec 2016 09:59:54 +0100
Subject: [Libosinfo] [PATCH] centos: Add CentOS 6.8 data
In-Reply-To: <20161223085954.19441-1-fidencio@redhat.com>
References: <20161223085954.19441-1-fidencio@redhat.com>
Message-ID: <20161223085954.19441-2-fidencio@redhat.com>
As done in the previous CentOS related commits, the URL used will point
the users to a website from where they pick up another URL (from USA or
Europe) from where the ISOs can actually be downloaded.
Signed-off-by: Fabiano Fid?ncio
---
data/os/centos.org/centos-6.8.xml.in | 155 +++++++++++++++++++++++++++++++++++
1 file changed, 155 insertions(+)
create mode 100644 data/os/centos.org/centos-6.8.xml.in
diff --git a/data/os/centos.org/centos-6.8.xml.in b/data/os/centos.org/centos-6.8.xml.in
new file mode 100644
index 0000000..c678fab
--- /dev/null
+++ b/data/os/centos.org/centos-6.8.xml.in
@@ -0,0 +1,155 @@
+
+
+
+ centos6.8
+ <_name>CentOS 6.8
+ 6.8
+ <_vendor>CentOS
+ linux
+ centos
+
+
+
+
+
+ http://vault.centos.org/6.8/isos/i386/CentOS-6.8-i386-bin-DVD1.iso
+
+ LINUX
+ CentOS_6.8_Final
+ 3845128192
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.8/isos/x86_64/CentOS-6.8-x86_64-bin-DVD1.iso
+
+ LINUX
+ CentOS_6.8_Final
+ 3916431360
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ http://vault.centos.org/6.8/isos/i386/CentOS-6.8-i386-LiveCD.iso
+
+ LINUX
+ CentOS-6.8-i386-LiveCD
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.8/isos/x86_64/CentOS-6.8-x86_64-LiveCD.iso
+
+ LINUX
+ CentOS-6.8-x86_64-LiveCD
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ http://vault.centos.org/6.8/isos/i386/CentOS-6.8-i386-LiveDVD.iso
+
+ LINUX
+ CentOS-6.8-i386-LiveDVD
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.8/isos/x86_64/CentOS-6.8-x86_64-LiveDVD.iso
+
+ LINUX
+ CentOS-6.8-x86_64-LiveDVD
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ http://vault.centos.org/6.8/isos/i386/CentOS-6.8-i386-minimal.iso
+
+ LINUX
+ CentOS_6.8_Final
+ 371195904
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.8/isos/x86_64/CentOS-6.8-x86_64-minimal.iso
+
+ LINUX
+ CentOS_6.8_Final
+ 468713472
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+
+ http://vault.centos.org/6.8/isos/i386/CentOS-6.8-i386-netinstall.iso
+
+ LINUX
+ CentOS
+ 228589568
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+ http://vault.centos.org/6.8/isos/x86_64/CentOS-6.8-x86_64-netinstall.iso
+
+ LINUX
+ CentOS
+ 239075328
+
+ isolinux/vmlinuz
+ isolinux/initrd.img
+
+
+
+ http://vault.centos.org/6.8/os/i386
+
+ CentOS
+ 6.8
+ i386
+
+
+
+ http://vault.centos.org/6.8/os/x86_64
+
+ CentOS
+ 6.8
+ x86_64
+
+
+
+
+
+ 1
+ 536870912
+
+
+
+ 400000000
+ 1073741824
+ 9663676416
+
+
+
+
+
+
+
+
+
--
2.9.3
From fabiano at fidencio.org Fri Dec 23 09:04:08 2016
From: fabiano at fidencio.org (=?UTF-8?Q?Fabiano_Fid=C3=AAncio?=)
Date: Fri, 23 Dec 2016 10:04:08 +0100
Subject: [Libosinfo] [osinfo-db v2] rhel: Workaround detection of
RHEL-7.2 (x86_64) ISOs
In-Reply-To: <20161223084539.smpvqca6wyjp3tp6@edamame.cdg.redhat.com>
References: <20161223083725.16893-1-fidencio@redhat.com>
<20161223084539.smpvqca6wyjp3tp6@edamame.cdg.redhat.com>
Message-ID:
On Fri, Dec 23, 2016 at 9:45 AM, Christophe Fergeau wrote:
>
> Acked-by: Christophe Fergeau
Pushed, thanks!
>
> On Fri, Dec 23, 2016 at 09:37:25AM +0100, Fabiano Fid?ncio wrote:
>> libosinfo hasn't been able to detected any RHEL-7.2 (x86_64) ISO because
>> of a bug (already fixed[0]) in on_{pvd,svd}_read(). While waiting for a
>> new libosinfo release, let's work it around on osinfo-db by relaxing the
>> regular expression used for this case, as already done for RHEL-7.0 and
>> RHEL-7.1.
>>
>> [0]:
>> https://gitlab.com/libosinfo/libosinfo/commit/a75dc46e27cedb4562719c00661376c153fb83d2
>>
>> Related: rhbz#1408271
>>
>> Signed-off-by: Fabiano Fid?ncio
>> Reported-by: Allan Day
>> ---
>> data/os/redhat.com/rhel-7.2.xml.in | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/data/os/redhat.com/rhel-7.2.xml.in b/data/os/redhat.com/rhel-7.2.xml.in
>> index ab78cf8..7344341 100644
>> --- a/data/os/redhat.com/rhel-7.2.xml.in
>> +++ b/data/os/redhat.com/rhel-7.2.xml.in
>> @@ -17,7 +17,7 @@
>>
>>
>> LINUX
>> - .*RHEL-7.2.*x86_64$
>> + .*RHEL-7.2.*x86_64.*
>>
>> isolinux/vmlinuz
>> isolinux/initrd.img
>> --
>> 2.9.3
>>
>> _______________________________________________
>> Libosinfo mailing list
>> Libosinfo at redhat.com
>> https://www.redhat.com/mailman/listinfo/libosinfo
>
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
>
--
Fabiano Fid?ncio