From e500bfbd6fabb35ec290a00aaa5f74f9b2cf43e7 Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Tue, 12 Jul 2022 14:21:37 +0200 Subject: [PATCH] test/manifests: renegerate fedora-35 manifests --- test/data/manifests/fedora_35-aarch64-ami-boot.json | 1 + test/data/manifests/fedora_35-aarch64-container-boot.json | 3 ++- .../manifests/fedora_35-aarch64-fedora_iot_container-boot.json | 3 ++- test/data/manifests/fedora_35-aarch64-oci-boot.json | 1 + test/data/manifests/fedora_35-aarch64-openstack-boot.json | 1 + test/data/manifests/fedora_35-aarch64-qcow2-boot.json | 1 + .../data/manifests/fedora_35-aarch64-qcow2_customize-boot.json | 1 + test/data/manifests/fedora_35-x86_64-ami-boot.json | 1 + test/data/manifests/fedora_35-x86_64-container-boot.json | 3 ++- .../manifests/fedora_35-x86_64-fedora_iot_container-boot.json | 3 ++- test/data/manifests/fedora_35-x86_64-oci-boot.json | 1 + test/data/manifests/fedora_35-x86_64-openstack-boot.json | 1 + test/data/manifests/fedora_35-x86_64-qcow2-boot.json | 1 + test/data/manifests/fedora_35-x86_64-qcow2_customize-boot.json | 1 + test/data/manifests/fedora_35-x86_64-vhd-boot.json | 1 + test/data/manifests/fedora_35-x86_64-vmdk-boot.json | 1 + 16 files changed, 20 insertions(+), 4 deletions(-) diff --git a/test/data/manifests/fedora_35-aarch64-ami-boot.json b/test/data/manifests/fedora_35-aarch64-ami-boot.json index 19eb47bb7..a756dfee4 100644 --- a/test/data/manifests/fedora_35-aarch64-ami-boot.json +++ b/test/data/manifests/fedora_35-aarch64-ami-boot.json @@ -11575,6 +11575,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.aarch64", "dracut-055-6.fc35.aarch64", "dracut-config-generic-055-6.fc35.aarch64", "e2fsprogs-1.46.3-1.fc35.aarch64", diff --git a/test/data/manifests/fedora_35-aarch64-container-boot.json b/test/data/manifests/fedora_35-aarch64-container-boot.json index 8ea000542..e79b3f01d 100644 --- a/test/data/manifests/fedora_35-aarch64-container-boot.json +++ b/test/data/manifests/fedora_35-aarch64-container-boot.json @@ -6433,5 +6433,6 @@ "check_gpg": true } ] - } + }, + "image-info": {} } diff --git a/test/data/manifests/fedora_35-aarch64-fedora_iot_container-boot.json b/test/data/manifests/fedora_35-aarch64-fedora_iot_container-boot.json index 2ea43cdb3..f4bf180b2 100644 --- a/test/data/manifests/fedora_35-aarch64-fedora_iot_container-boot.json +++ b/test/data/manifests/fedora_35-aarch64-fedora_iot_container-boot.json @@ -16090,5 +16090,6 @@ "check_gpg": true } ] - } + }, + "image-info": {} } diff --git a/test/data/manifests/fedora_35-aarch64-oci-boot.json b/test/data/manifests/fedora_35-aarch64-oci-boot.json index 21763a308..4fd4c5a04 100644 --- a/test/data/manifests/fedora_35-aarch64-oci-boot.json +++ b/test/data/manifests/fedora_35-aarch64-oci-boot.json @@ -11610,6 +11610,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.aarch64", "dracut-055-6.fc35.aarch64", "dracut-config-generic-055-6.fc35.aarch64", "e2fsprogs-1.46.3-1.fc35.aarch64", diff --git a/test/data/manifests/fedora_35-aarch64-openstack-boot.json b/test/data/manifests/fedora_35-aarch64-openstack-boot.json index 96a0d8f22..d4ece7cdb 100644 --- a/test/data/manifests/fedora_35-aarch64-openstack-boot.json +++ b/test/data/manifests/fedora_35-aarch64-openstack-boot.json @@ -12141,6 +12141,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.aarch64", "dracut-055-6.fc35.aarch64", "dracut-config-generic-055-6.fc35.aarch64", "e2fsprogs-1.46.3-1.fc35.aarch64", diff --git a/test/data/manifests/fedora_35-aarch64-qcow2-boot.json b/test/data/manifests/fedora_35-aarch64-qcow2-boot.json index 1ad2c5910..36e50c409 100644 --- a/test/data/manifests/fedora_35-aarch64-qcow2-boot.json +++ b/test/data/manifests/fedora_35-aarch64-qcow2-boot.json @@ -11635,6 +11635,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.aarch64", "dracut-055-6.fc35.aarch64", "dracut-config-generic-055-6.fc35.aarch64", "e2fsprogs-1.46.3-1.fc35.aarch64", diff --git a/test/data/manifests/fedora_35-aarch64-qcow2_customize-boot.json b/test/data/manifests/fedora_35-aarch64-qcow2_customize-boot.json index 7d0cc0e40..338cfddef 100644 --- a/test/data/manifests/fedora_35-aarch64-qcow2_customize-boot.json +++ b/test/data/manifests/fedora_35-aarch64-qcow2_customize-boot.json @@ -12140,6 +12140,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.aarch64", "dracut-055-6.fc35.aarch64", "dracut-config-generic-055-6.fc35.aarch64", "dracut-config-rescue-055-6.fc35.aarch64", diff --git a/test/data/manifests/fedora_35-x86_64-ami-boot.json b/test/data/manifests/fedora_35-x86_64-ami-boot.json index e3d2bb65b..e04abec09 100644 --- a/test/data/manifests/fedora_35-x86_64-ami-boot.json +++ b/test/data/manifests/fedora_35-x86_64-ami-boot.json @@ -11568,6 +11568,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.x86_64", "dracut-055-6.fc35.x86_64", "dracut-config-generic-055-6.fc35.x86_64", "e2fsprogs-1.46.3-1.fc35.x86_64", diff --git a/test/data/manifests/fedora_35-x86_64-container-boot.json b/test/data/manifests/fedora_35-x86_64-container-boot.json index 77cdd0fa9..4f97f4072 100644 --- a/test/data/manifests/fedora_35-x86_64-container-boot.json +++ b/test/data/manifests/fedora_35-x86_64-container-boot.json @@ -6454,5 +6454,6 @@ "check_gpg": true } ] - } + }, + "image-info": {} } diff --git a/test/data/manifests/fedora_35-x86_64-fedora_iot_container-boot.json b/test/data/manifests/fedora_35-x86_64-fedora_iot_container-boot.json index e1edb6012..33b6bbb99 100644 --- a/test/data/manifests/fedora_35-x86_64-fedora_iot_container-boot.json +++ b/test/data/manifests/fedora_35-x86_64-fedora_iot_container-boot.json @@ -16393,5 +16393,6 @@ "check_gpg": true } ] - } + }, + "image-info": {} } diff --git a/test/data/manifests/fedora_35-x86_64-oci-boot.json b/test/data/manifests/fedora_35-x86_64-oci-boot.json index 597108b0f..222e73e1c 100644 --- a/test/data/manifests/fedora_35-x86_64-oci-boot.json +++ b/test/data/manifests/fedora_35-x86_64-oci-boot.json @@ -11922,6 +11922,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.x86_64", "dracut-055-6.fc35.x86_64", "dracut-config-generic-055-6.fc35.x86_64", "e2fsprogs-1.46.3-1.fc35.x86_64", diff --git a/test/data/manifests/fedora_35-x86_64-openstack-boot.json b/test/data/manifests/fedora_35-x86_64-openstack-boot.json index defce7440..bfb6cf942 100644 --- a/test/data/manifests/fedora_35-x86_64-openstack-boot.json +++ b/test/data/manifests/fedora_35-x86_64-openstack-boot.json @@ -12264,6 +12264,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.x86_64", "dracut-055-6.fc35.x86_64", "dracut-config-generic-055-6.fc35.x86_64", "e2fsprogs-1.46.3-1.fc35.x86_64", diff --git a/test/data/manifests/fedora_35-x86_64-qcow2-boot.json b/test/data/manifests/fedora_35-x86_64-qcow2-boot.json index d9be661ef..047294288 100644 --- a/test/data/manifests/fedora_35-x86_64-qcow2-boot.json +++ b/test/data/manifests/fedora_35-x86_64-qcow2-boot.json @@ -11947,6 +11947,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.x86_64", "dracut-055-6.fc35.x86_64", "dracut-config-generic-055-6.fc35.x86_64", "e2fsprogs-1.46.3-1.fc35.x86_64", diff --git a/test/data/manifests/fedora_35-x86_64-qcow2_customize-boot.json b/test/data/manifests/fedora_35-x86_64-qcow2_customize-boot.json index 492a1f8bc..d42eb8e00 100644 --- a/test/data/manifests/fedora_35-x86_64-qcow2_customize-boot.json +++ b/test/data/manifests/fedora_35-x86_64-qcow2_customize-boot.json @@ -12452,6 +12452,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.x86_64", "dracut-055-6.fc35.x86_64", "dracut-config-generic-055-6.fc35.x86_64", "dracut-config-rescue-055-6.fc35.x86_64", diff --git a/test/data/manifests/fedora_35-x86_64-vhd-boot.json b/test/data/manifests/fedora_35-x86_64-vhd-boot.json index e37542051..48c7337c4 100644 --- a/test/data/manifests/fedora_35-x86_64-vhd-boot.json +++ b/test/data/manifests/fedora_35-x86_64-vhd-boot.json @@ -11138,6 +11138,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.x86_64", "dracut-055-6.fc35.x86_64", "dracut-config-generic-055-6.fc35.x86_64", "e2fsprogs-1.46.3-1.fc35.x86_64", diff --git a/test/data/manifests/fedora_35-x86_64-vmdk-boot.json b/test/data/manifests/fedora_35-x86_64-vmdk-boot.json index b11932a02..8f038323a 100644 --- a/test/data/manifests/fedora_35-x86_64-vmdk-boot.json +++ b/test/data/manifests/fedora_35-x86_64-vmdk-boot.json @@ -11945,6 +11945,7 @@ "dnf-4.9.0-1.fc35.noarch", "dnf-data-4.9.0-1.fc35.noarch", "dnf-plugins-core-4.0.24-1.fc35.noarch", + "dosfstools-4.2-2.fc35.x86_64", "dracut-055-6.fc35.x86_64", "dracut-config-generic-055-6.fc35.x86_64", "e2fsprogs-1.46.3-1.fc35.x86_64",