forked from rpms/osbuild-composer
128 lines
4.9 KiB
Diff
128 lines
4.9 KiB
Diff
From 68d35eb7c218a03d2aab769f0a2df6bc2fd97c00 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Budai?= <ondrej@budai.cz>
|
|
Date: Tue, 28 Sep 2021 10:07:32 +0200
|
|
Subject: [PATCH] fix image format
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
|
|
---
|
|
test/data/manifests/rhel_85-aarch64-qcow2-boot.json | 2 +-
|
|
test/data/manifests/rhel_85-aarch64-qcow2-customize.json | 2 +-
|
|
test/data/manifests/rhel_85-ppc64le-qcow2-boot.json | 2 +-
|
|
test/data/manifests/rhel_85-ppc64le-qcow2-customize.json | 2 +-
|
|
test/data/manifests/rhel_85-s390x-qcow2-boot.json | 2 +-
|
|
test/data/manifests/rhel_85-s390x-qcow2-customize.json | 2 +-
|
|
test/data/manifests/rhel_85-x86_64-qcow2-boot.json | 2 +-
|
|
test/data/manifests/rhel_85-x86_64-qcow2-customize.json | 2 +-
|
|
8 files changed, 8 insertions(+), 8 deletions(-)
|
|
|
|
diff --git a/test/data/manifests/rhel_85-aarch64-qcow2-boot.json b/test/data/manifests/rhel_85-aarch64-qcow2-boot.json
|
|
index 83ceef02..3713d9f4 100644
|
|
--- a/test/data/manifests/rhel_85-aarch64-qcow2-boot.json
|
|
+++ b/test/data/manifests/rhel_85-aarch64-qcow2-boot.json
|
|
@@ -10421,7 +10421,7 @@
|
|
"::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"
|
|
],
|
|
"image-format": {
|
|
- "compat": "1.1",
|
|
+ "compat": "0.10",
|
|
"type": "qcow2"
|
|
},
|
|
"locale": {
|
|
diff --git a/test/data/manifests/rhel_85-aarch64-qcow2-customize.json b/test/data/manifests/rhel_85-aarch64-qcow2-customize.json
|
|
index f0345e4d..d560127c 100644
|
|
--- a/test/data/manifests/rhel_85-aarch64-qcow2-customize.json
|
|
+++ b/test/data/manifests/rhel_85-aarch64-qcow2-customize.json
|
|
@@ -12845,7 +12845,7 @@
|
|
"::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"
|
|
],
|
|
"image-format": {
|
|
- "compat": "1.1",
|
|
+ "compat": "0.10",
|
|
"type": "qcow2"
|
|
},
|
|
"keyboard": {
|
|
diff --git a/test/data/manifests/rhel_85-ppc64le-qcow2-boot.json b/test/data/manifests/rhel_85-ppc64le-qcow2-boot.json
|
|
index 09e71eab..d9fb34e1 100644
|
|
--- a/test/data/manifests/rhel_85-ppc64le-qcow2-boot.json
|
|
+++ b/test/data/manifests/rhel_85-ppc64le-qcow2-boot.json
|
|
@@ -11154,7 +11154,7 @@
|
|
"::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"
|
|
],
|
|
"image-format": {
|
|
- "compat": "1.1",
|
|
+ "compat": "0.10",
|
|
"type": "qcow2"
|
|
},
|
|
"locale": {
|
|
diff --git a/test/data/manifests/rhel_85-ppc64le-qcow2-customize.json b/test/data/manifests/rhel_85-ppc64le-qcow2-customize.json
|
|
index cb98fec0..d91754d3 100644
|
|
--- a/test/data/manifests/rhel_85-ppc64le-qcow2-customize.json
|
|
+++ b/test/data/manifests/rhel_85-ppc64le-qcow2-customize.json
|
|
@@ -14011,7 +14011,7 @@
|
|
"::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"
|
|
],
|
|
"image-format": {
|
|
- "compat": "1.1",
|
|
+ "compat": "0.10",
|
|
"type": "qcow2"
|
|
},
|
|
"keyboard": {
|
|
diff --git a/test/data/manifests/rhel_85-s390x-qcow2-boot.json b/test/data/manifests/rhel_85-s390x-qcow2-boot.json
|
|
index bda6729e..83d34b43 100644
|
|
--- a/test/data/manifests/rhel_85-s390x-qcow2-boot.json
|
|
+++ b/test/data/manifests/rhel_85-s390x-qcow2-boot.json
|
|
@@ -11859,7 +11859,7 @@
|
|
"::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"
|
|
],
|
|
"image-format": {
|
|
- "compat": "1.1",
|
|
+ "compat": "0.10",
|
|
"type": "qcow2"
|
|
},
|
|
"locale": {
|
|
diff --git a/test/data/manifests/rhel_85-s390x-qcow2-customize.json b/test/data/manifests/rhel_85-s390x-qcow2-customize.json
|
|
index 0d28e11e..744d5964 100644
|
|
--- a/test/data/manifests/rhel_85-s390x-qcow2-customize.json
|
|
+++ b/test/data/manifests/rhel_85-s390x-qcow2-customize.json
|
|
@@ -14174,7 +14174,7 @@
|
|
"::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"
|
|
],
|
|
"image-format": {
|
|
- "compat": "1.1",
|
|
+ "compat": "0.10",
|
|
"type": "qcow2"
|
|
},
|
|
"keyboard": {
|
|
diff --git a/test/data/manifests/rhel_85-x86_64-qcow2-boot.json b/test/data/manifests/rhel_85-x86_64-qcow2-boot.json
|
|
index ac1077ca..04c9139c 100644
|
|
--- a/test/data/manifests/rhel_85-x86_64-qcow2-boot.json
|
|
+++ b/test/data/manifests/rhel_85-x86_64-qcow2-boot.json
|
|
@@ -10603,7 +10603,7 @@
|
|
"::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"
|
|
],
|
|
"image-format": {
|
|
- "compat": "1.1",
|
|
+ "compat": "0.10",
|
|
"type": "qcow2"
|
|
},
|
|
"locale": {
|
|
diff --git a/test/data/manifests/rhel_85-x86_64-qcow2-customize.json b/test/data/manifests/rhel_85-x86_64-qcow2-customize.json
|
|
index 88ee9075..b8ac87d2 100644
|
|
--- a/test/data/manifests/rhel_85-x86_64-qcow2-customize.json
|
|
+++ b/test/data/manifests/rhel_85-x86_64-qcow2-customize.json
|
|
@@ -13070,7 +13070,7 @@
|
|
"::1 localhost localhost.localdomain localhost6 localhost6.localdomain6"
|
|
],
|
|
"image-format": {
|
|
- "compat": "1.1",
|
|
+ "compat": "0.10",
|
|
"type": "qcow2"
|
|
},
|
|
"keyboard": {
|
|
--
|
|
2.32.0
|
|
|