From 6bc9ab87de0848ff9cc1e900719796bcb9465674 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Thu, 31 Jul 2025 14:09:36 +0300 Subject: [PATCH 1/3] CI: Install linux-firmware package (cherry picked from commit 0d5c2a1355c51e441e17a1133696a6fba7277fc3) --- .github/workflows/elevate.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/elevate.yml b/.github/workflows/elevate.yml index f12bdcb..b02ea0d 100644 --- a/.github/workflows/elevate.yml +++ b/.github/workflows/elevate.yml @@ -423,6 +423,11 @@ jobs: res=$? fi + if [ "${vendor}" = "firmware" ]; then + sudo dnf install -y linux-firmware + res=$? + fi + exit ${res} EOF chmod +x Vendors.sh @@ -577,6 +582,11 @@ jobs: run: | sudo vagrant ssh elevatevm -c "sudo /vagrant/Vendors.sh imunify ${{ env.source_release }}" || exit 1 + - name: Linux Firmware + if: inputs.vendors == 'all' + run: | + sudo vagrant ssh elevatevm -c "sudo /vagrant/Vendors.sh firmware ${{ env.source_release }}" || exit 1 + - name: leapp preupgrade id: leapp-preupgrade run: | From 9ef5e2cbccf126b3a09a0ee46e0f9054f3eb8797 Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Thu, 7 Aug 2025 12:51:59 +0300 Subject: [PATCH 2/3] Update PES data to the upstream most recent version 0.22.0-5 (300e1579c28d630a9c0be2599083a79d441cc6b2) - config.joson (almalinux, almalinux-kitten): add redhat-cloud-client-configuration-cdn to the removable packages list, with scenarios: 9to9 PES build date: 20250729 Bump the package release. --- files/almalinux-kitten/config.json | 5 + files/almalinux-kitten/pes-events.json | 2037 +++++++++++++++++++++--- files/almalinux/config.json | 5 + files/almalinux/pes-events.json | 1815 +++++++++++++++++++-- files/centos/pes-events.json | 1743 ++++++++++++++++++-- leapp-data.spec | 12 +- tools/update_pes-events.py | 2 +- vendors.d/epel_pes.json_template | 66 +- 8 files changed, 5141 insertions(+), 544 deletions(-) diff --git a/files/almalinux-kitten/config.json b/files/almalinux-kitten/config.json index 26f4aeb..b62bc2d 100644 --- a/files/almalinux-kitten/config.json +++ b/files/almalinux-kitten/config.json @@ -332,6 +332,11 @@ "name": "redhat-flatpak-repo", "initial_release": 9, "target_release": 10 + }, + { + "name": "redhat-cloud-client-configuration-cdn", + "initial_release": 9, + "target_release": 9 } ], diff --git a/files/almalinux-kitten/pes-events.json b/files/almalinux-kitten/pes-events.json index e29343e..e62c089 100644 --- a/files/almalinux-kitten/pes-events.json +++ b/files/almalinux-kitten/pes-events.json @@ -1,5 +1,5 @@ { - "timestamp": "202507110905Z", + "timestamp": "202507291505Z", "provided_data_streams": [ "4.0" ], @@ -250626,7 +250626,14 @@ "package": [ { "modulestreams": [ - null + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + } ], "name": "php-pecl-xdebug", "repository": "appstream" @@ -250641,7 +250648,17 @@ }, "modulestream_maps": [ { - "in_modulestream": null, + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, "out_modulestream": null } ], @@ -340222,6 +340239,10 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" } ], "name": "php-recode", @@ -340296,6 +340317,14 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" } ], "name": "php-xmlrpc", @@ -361446,6 +361475,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php", @@ -361466,6 +361507,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361475,7 +361537,7 @@ null ], "name": "php", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14230 @@ -361502,6 +361564,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-bcmath", @@ -361522,6 +361596,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361531,7 +361626,7 @@ null ], "name": "php-bcmath", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14232 @@ -361558,6 +361653,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-cli", @@ -361578,6 +361685,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361587,7 +361715,7 @@ null ], "name": "php-cli", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14234 @@ -361614,6 +361742,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-common", @@ -361634,6 +361774,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361643,7 +361804,7 @@ null ], "name": "php-common", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14236 @@ -361670,6 +361831,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-dba", @@ -361690,6 +361863,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361699,7 +361893,7 @@ null ], "name": "php-dba", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14238 @@ -361726,6 +361920,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-dbg", @@ -361746,6 +361952,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361755,7 +361982,7 @@ null ], "name": "php-dbg", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14240 @@ -361782,6 +362009,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-devel", @@ -361802,6 +362041,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361811,7 +362071,7 @@ null ], "name": "php-devel", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14242 @@ -361838,6 +362098,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-embedded", @@ -361858,6 +362130,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361867,7 +362160,7 @@ null ], "name": "php-embedded", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14244 @@ -361894,6 +362187,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-enchant", @@ -361914,6 +362219,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361923,7 +362249,7 @@ null ], "name": "php-enchant", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14246 @@ -361950,6 +362276,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-fpm", @@ -361970,6 +362308,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361979,7 +362338,7 @@ null ], "name": "php-fpm", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14248 @@ -362006,6 +362365,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-gd", @@ -362026,6 +362397,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362035,7 +362427,7 @@ null ], "name": "php-gd", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14250 @@ -362062,6 +362454,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-gmp", @@ -362082,6 +362486,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362091,7 +362516,7 @@ null ], "name": "php-gmp", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14252 @@ -362118,6 +362543,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-intl", @@ -362138,6 +362575,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362147,7 +362605,7 @@ null ], "name": "php-intl", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14254 @@ -362159,7 +362617,7 @@ } }, { - "action": 6, + "action": 1, "architectures": [ "aarch64", "ppc64le", @@ -362174,6 +362632,14 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" } ], "name": "php-json", @@ -362187,27 +362653,8 @@ "minor_version": 6, "os_name": "AlmaLinux" }, - "modulestream_maps": [ - { - "in_modulestream": { - "name": "php", - "stream": "7.2" - }, - "out_modulestream": null - } - ], - "out_packageset": { - "package": [ - { - "modulestreams": [ - null - ], - "name": "php-json", - "repository": "almalinux9-baseos" - } - ], - "set_id": 14256 - }, + "modulestream_maps": [], + "out_packageset": null, "release": { "major_version": 9, "minor_version": 0, @@ -362230,6 +362677,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-ldap", @@ -362250,6 +362709,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362259,7 +362739,7 @@ null ], "name": "php-ldap", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14258 @@ -362286,6 +362766,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-mbstring", @@ -362306,6 +362798,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362315,7 +362828,7 @@ null ], "name": "php-mbstring", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14260 @@ -362342,6 +362855,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-mysqlnd", @@ -362362,6 +362887,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362371,7 +362917,7 @@ null ], "name": "php-mysqlnd", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14262 @@ -362398,6 +362944,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-odbc", @@ -362418,6 +362976,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362427,7 +363006,7 @@ null ], "name": "php-odbc", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14264 @@ -362454,6 +363033,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-opcache", @@ -362474,6 +363065,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362483,7 +363095,7 @@ null ], "name": "php-opcache", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14266 @@ -362510,6 +363122,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pdo", @@ -362530,6 +363154,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362539,7 +363184,7 @@ null ], "name": "php-pdo", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14268 @@ -362628,7 +363273,7 @@ null ], "name": "php-pear", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14270 @@ -362655,6 +363300,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pecl-apcu", @@ -362675,6 +363332,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362711,6 +363389,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pecl-apcu-devel", @@ -362731,6 +363421,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362740,7 +363451,7 @@ null ], "name": "php-pecl-apcu-devel", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14274 @@ -362767,6 +363478,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pecl-zip", @@ -362787,6 +363510,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362796,7 +363540,7 @@ null ], "name": "php-pecl-zip", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14276 @@ -362823,6 +363567,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pgsql", @@ -362843,6 +363599,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362852,7 +363629,7 @@ null ], "name": "php-pgsql", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14278 @@ -362879,6 +363656,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-process", @@ -362899,6 +363688,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362908,7 +363718,7 @@ null ], "name": "php-process", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14280 @@ -362935,6 +363745,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-snmp", @@ -362955,6 +363777,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362964,7 +363807,7 @@ null ], "name": "php-snmp", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14282 @@ -362991,6 +363834,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-soap", @@ -363011,6 +363866,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -363020,7 +363896,7 @@ null ], "name": "php-soap", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14284 @@ -363047,6 +363923,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-xml", @@ -363067,6 +363955,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -363076,7 +363985,7 @@ null ], "name": "php-xml", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14286 @@ -694300,12 +695209,12 @@ } }, { - "action": 3, + "action": 2, "architectures": [ - "x86_64", "aarch64", "ppc64le", - "s390x" + "s390x", + "x86_64" ], "id": 19640, "in_packageset": { @@ -694314,110 +695223,173 @@ "modulestreams": [ null ], - "name": "centos-release", - "repository": "base" + "name": "lftp", + "repository": "almalinux10-appstream" } ], - "set_id": 26271 + "set_id": 26270 }, "initial_release": { - "major_version": 7, - "minor_version": 7, - "os_name": "CentOS", - "tag": null, - "z_stream": null + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" }, - "modulestream_maps": [ - { - "in_modulestream": null, - "out_modulestream": null - } + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" ], - "out_packageset": { + "id": 19641, + "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "almalinux-release", - "repository": "almalinux8-baseos" + "name": "ftp", + "repository": "almalinux10-appstream" } ], - "set_id": 26270 + "set_id": 26271 }, - "release": { - "major_version": 8, + "initial_release": { + "major_version": 10, "minor_version": 0, - "os_name": "AlmaLinux", - "tag": null, - "z_stream": null + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" } }, { - "action": 1, + "action": 2, "architectures": [ - "x86_64", "aarch64", "ppc64le", - "s390x" + "s390x", + "x86_64" ], - "id": 19641, + "id": 19642, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "libreport-rhel-bugzilla", - "repository": "base" + "name": "vsftpd", + "repository": "almalinux10-appstream" } ], "set_id": 26272 }, "initial_release": { - "major_version": 7, - "minor_version": 6, - "os_name": "CentOS" + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" }, "modulestream_maps": [], "out_packageset": null, "release": { - "major_version": 8, - "minor_version": 3, + "major_version": 10, + "minor_version": 1, "os_name": "AlmaLinux" } }, { - "action": 3, + "action": 0, "architectures": [ - "x86_64", "aarch64", "ppc64le", - "s390x" + "s390x", + "x86_64" ], - "id": 19642, + "id": 19643, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "libssh2", - "repository": "base" + "name": "hunspell-ka", + "repository": "almalinux10-appstream" + } + ], + "set_id": 26273 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 6, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19644, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" + } + ], + "name": "php-ffi", + "repository": "appstream" } ], "set_id": 26274 }, "initial_release": { - "major_version": 7, - "minor_version": 7, - "os_name": "CentOS", - "tag": null, - "z_stream": null + "major_version": 8, + "minor_version": 10, + "os_name": "AlmaLinux" }, "modulestream_maps": [ { - "in_modulestream": null, + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, "out_modulestream": null } ], @@ -694427,72 +695399,419 @@ "modulestreams": [ null ], - "name": "libssh", - "repository": "almalinux8-baseos" + "name": "php-ffi", + "repository": "almalinux9-appstream" } ], - "set_id": 26273 + "set_id": 26275 + }, + "release": { + "major_version": 9, + "minor_version": 0, + "os_name": "AlmaLinux" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19645, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + } + ], + "name": "php-json", + "repository": "almalinux8-appstream" + } + ], + "set_id": 26276 + }, + "initial_release": { + "major_version": 8, + "minor_version": 9, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 8, + "minor_version": 10, + "os_name": "AlmaLinux" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19646, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + } + ], + "name": "php-recode", + "repository": "almalinux8-appstream" + } + ], + "set_id": 26277 + }, + "initial_release": { + "major_version": 8, + "minor_version": 9, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 8, + "minor_version": 10, + "os_name": "AlmaLinux" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19647, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + } + ], + "name": "php-xmlrpc", + "repository": "almalinux8-appstream" + } + ], + "set_id": 26278 + }, + "initial_release": { + "major_version": 8, + "minor_version": 9, + "os_name": "AlmaLinux" }, + "modulestream_maps": [], + "out_packageset": null, "release": { "major_version": 8, + "minor_version": 10, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19648, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "perl-XS-Parse-Keyword-Builder", + "repository": "almalinux10-crb" + } + ], + "set_id": 26279 + }, + "initial_release": { + "major_version": 10, "minor_version": 0, - "os_name": "AlmaLinux", - "tag": null, - "z_stream": null + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" } }, { - "action": 3, + "action": 0, "architectures": [ - "x86_64", "aarch64", "ppc64le", - "s390x" + "s390x", + "x86_64" ], - "id": 19643, + "id": 19649, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "libssh2-devel", - "repository": "base" + "name": "bindgen-cli", + "repository": "almalinux10-crb" } ], - "set_id": 26276 + "set_id": 26280 }, "initial_release": { - "major_version": 7, + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19650, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "bindgen-cli", + "repository": "almalinux9-crb" + } + ], + "set_id": 26281 + }, + "initial_release": { + "major_version": 9, + "minor_version": 6, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 9, "minor_version": 7, - "os_name": "CentOS", - "tag": null, - "z_stream": null + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19651, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "cbindgen", + "repository": "almalinux10-crb" + } + ], + "set_id": 26282 }, - "modulestream_maps": [ - { - "in_modulestream": null, - "out_modulestream": null - } + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" ], - "out_packageset": { + "id": 19652, + "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "libssh-devel", - "repository": "almalinux8-baseos" + "name": "cbindgen", + "repository": "almalinux9-crb" } ], - "set_id": 26275 + "set_id": 26283 }, + "initial_release": { + "major_version": 9, + "minor_version": 6, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, "release": { - "major_version": 8, + "major_version": 9, + "minor_version": 7, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19653, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "image-builder", + "repository": "almalinux10-appstream" + } + ], + "set_id": 26284 + }, + "initial_release": { + "major_version": 10, "minor_version": 0, - "os_name": "AlmaLinux", - "tag": null, - "z_stream": null + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19654, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "image-builder", + "repository": "almalinux9-appstream" + } + ], + "set_id": 26285 + }, + "initial_release": { + "major_version": 9, + "minor_version": 6, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 7, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19655, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "fips-provider-next", + "repository": "almalinux10-appstream" + } + ], + "set_id": 26286 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" } }, { @@ -694503,18 +695822,18 @@ "ppc64le", "s390x" ], - "id": 19644, + "id": 19656, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "libssh2-docs", + "name": "centos-release", "repository": "base" } ], - "set_id": 26278 + "set_id": 26288 }, "initial_release": { "major_version": 7, @@ -694535,11 +695854,11 @@ "modulestreams": [ null ], - "name": "libssh-docs", + "name": "almalinux-release", "repository": "almalinux8-baseos" } ], - "set_id": 26277 + "set_id": 26287 }, "release": { "major_version": 8, @@ -694557,66 +695876,57 @@ "ppc64le", "s390x" ], - "id": 19645, + "id": 19657, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "ustr", - "repository": "powertools" + "name": "libreport-rhel-bugzilla", + "repository": "base" } ], - "set_id": 26279 + "set_id": 26289 }, "initial_release": { - "major_version": 8, - "minor_version": 5, - "os_name": "AlmaLinux", - "tag": null, - "z_stream": null + "major_version": 7, + "minor_version": 6, + "os_name": "CentOS" }, - "modulestream_maps": [ - { - "in_modulestream": null, - "out_modulestream": null - } - ], + "modulestream_maps": [], "out_packageset": null, "release": { - "major_version": 9, - "minor_version": 0, - "os_name": "AlmaLinux", - "tag": null, - "z_stream": null + "major_version": 8, + "minor_version": 3, + "os_name": "AlmaLinux" } }, { - "action": 1, + "action": 3, "architectures": [ "x86_64", "aarch64", "ppc64le", "s390x" ], - "id": 19646, + "id": 19658, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "nautilus-sendto", - "repository": "appstream" + "name": "libssh2", + "repository": "base" } ], - "set_id": 26280 + "set_id": 26291 }, "initial_release": { - "major_version": 8, - "minor_version": 5, - "os_name": "AlmaLinux", + "major_version": 7, + "minor_version": 7, + "os_name": "CentOS", "tag": null, "z_stream": null }, @@ -694626,9 +695936,20 @@ "out_modulestream": null } ], - "out_packageset": null, + "out_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "libssh", + "repository": "almalinux8-baseos" + } + ], + "set_id": 26290 + }, "release": { - "major_version": 9, + "major_version": 8, "minor_version": 0, "os_name": "AlmaLinux", "tag": null, @@ -694636,30 +695957,30 @@ } }, { - "action": 1, + "action": 3, "architectures": [ "x86_64", "aarch64", "ppc64le", "s390x" ], - "id": 19647, + "id": 19659, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "libdmapsharing", - "repository": "appstream" + "name": "libssh2-devel", + "repository": "base" } ], - "set_id": 26281 + "set_id": 26293 }, "initial_release": { - "major_version": 8, - "minor_version": 5, - "os_name": "AlmaLinux", + "major_version": 7, + "minor_version": 7, + "os_name": "CentOS", "tag": null, "z_stream": null }, @@ -694669,9 +695990,20 @@ "out_modulestream": null } ], - "out_packageset": null, + "out_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "libssh-devel", + "repository": "almalinux8-baseos" + } + ], + "set_id": 26292 + }, "release": { - "major_version": 9, + "major_version": 8, "minor_version": 0, "os_name": "AlmaLinux", "tag": null, @@ -694679,30 +696011,30 @@ } }, { - "action": 1, + "action": 3, "architectures": [ "x86_64", "aarch64", "ppc64le", "s390x" ], - "id": 19648, + "id": 19660, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "iptstate", - "repository": "baseos" + "name": "libssh2-docs", + "repository": "base" } ], - "set_id": 26282 + "set_id": 26295 }, "initial_release": { - "major_version": 8, - "minor_version": 5, - "os_name": "AlmaLinux", + "major_version": 7, + "minor_version": 7, + "os_name": "CentOS", "tag": null, "z_stream": null }, @@ -694712,9 +696044,20 @@ "out_modulestream": null } ], - "out_packageset": null, + "out_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "libssh-docs", + "repository": "almalinux8-baseos" + } + ], + "set_id": 26294 + }, "release": { - "major_version": 9, + "major_version": 8, "minor_version": 0, "os_name": "AlmaLinux", "tag": null, @@ -694729,18 +696072,18 @@ "ppc64le", "s390x" ], - "id": 19649, + "id": 19661, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "gupnp", - "repository": "appstream" + "name": "ustr", + "repository": "powertools" } ], - "set_id": 26283 + "set_id": 26296 }, "initial_release": { "major_version": 8, @@ -694772,18 +696115,18 @@ "ppc64le", "s390x" ], - "id": 19650, + "id": 19662, "in_packageset": { "package": [ { "modulestreams": [ null ], - "name": "libplist", + "name": "nautilus-sendto", "repository": "appstream" } ], - "set_id": 26284 + "set_id": 26297 }, "initial_release": { "major_version": 8, @@ -694815,7 +696158,179 @@ "ppc64le", "s390x" ], - "id": 19651, + "id": 19663, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "libdmapsharing", + "repository": "appstream" + } + ], + "set_id": 26298 + }, + "initial_release": { + "major_version": 8, + "minor_version": 5, + "os_name": "AlmaLinux", + "tag": null, + "z_stream": null + }, + "modulestream_maps": [ + { + "in_modulestream": null, + "out_modulestream": null + } + ], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 0, + "os_name": "AlmaLinux", + "tag": null, + "z_stream": null + } + }, + { + "action": 1, + "architectures": [ + "x86_64", + "aarch64", + "ppc64le", + "s390x" + ], + "id": 19664, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "iptstate", + "repository": "baseos" + } + ], + "set_id": 26299 + }, + "initial_release": { + "major_version": 8, + "minor_version": 5, + "os_name": "AlmaLinux", + "tag": null, + "z_stream": null + }, + "modulestream_maps": [ + { + "in_modulestream": null, + "out_modulestream": null + } + ], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 0, + "os_name": "AlmaLinux", + "tag": null, + "z_stream": null + } + }, + { + "action": 1, + "architectures": [ + "x86_64", + "aarch64", + "ppc64le", + "s390x" + ], + "id": 19665, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "gupnp", + "repository": "appstream" + } + ], + "set_id": 26300 + }, + "initial_release": { + "major_version": 8, + "minor_version": 5, + "os_name": "AlmaLinux", + "tag": null, + "z_stream": null + }, + "modulestream_maps": [ + { + "in_modulestream": null, + "out_modulestream": null + } + ], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 0, + "os_name": "AlmaLinux", + "tag": null, + "z_stream": null + } + }, + { + "action": 1, + "architectures": [ + "x86_64", + "aarch64", + "ppc64le", + "s390x" + ], + "id": 19666, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "libplist", + "repository": "appstream" + } + ], + "set_id": 26301 + }, + "initial_release": { + "major_version": 8, + "minor_version": 5, + "os_name": "AlmaLinux", + "tag": null, + "z_stream": null + }, + "modulestream_maps": [ + { + "in_modulestream": null, + "out_modulestream": null + } + ], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 0, + "os_name": "AlmaLinux", + "tag": null, + "z_stream": null + } + }, + { + "action": 1, + "architectures": [ + "x86_64", + "aarch64", + "ppc64le", + "s390x" + ], + "id": 19667, "in_packageset": { "package": [ { @@ -694826,7 +696341,7 @@ "repository": "baseos" } ], - "set_id": 26285 + "set_id": 26302 }, "initial_release": { "major_version": 8, @@ -694858,7 +696373,7 @@ "ppc64le", "s390x" ], - "id": 19652, + "id": 19668, "in_packageset": { "package": [ { @@ -694869,7 +696384,7 @@ "repository": "baseos" } ], - "set_id": 26286 + "set_id": 26303 }, "initial_release": { "major_version": 8, @@ -694901,7 +696416,7 @@ "ppc64le", "s390x" ], - "id": 19653, + "id": 19669, "in_packageset": { "package": [ { @@ -694912,7 +696427,7 @@ "repository": "appstream" } ], - "set_id": 26287 + "set_id": 26304 }, "initial_release": { "major_version": 8, @@ -694944,7 +696459,7 @@ "ppc64le", "s390x" ], - "id": 19654, + "id": 19670, "in_packageset": { "package": [ { @@ -694955,7 +696470,7 @@ "repository": "appstream" } ], - "set_id": 26288 + "set_id": 26305 }, "initial_release": { "major_version": 8, @@ -694987,7 +696502,7 @@ "ppc64le", "s390x" ], - "id": 19655, + "id": 19671, "in_packageset": { "package": [ { @@ -694998,7 +696513,7 @@ "repository": "appstream" } ], - "set_id": 26289 + "set_id": 26306 }, "initial_release": { "major_version": 8, @@ -695030,7 +696545,7 @@ "ppc64le", "s390x" ], - "id": 19656, + "id": 19672, "in_packageset": { "package": [ { @@ -695041,7 +696556,7 @@ "repository": "appstream" } ], - "set_id": 26290 + "set_id": 26307 }, "initial_release": { "major_version": 8, @@ -695073,7 +696588,7 @@ "ppc64le", "s390x" ], - "id": 19657, + "id": 19673, "in_packageset": { "package": [ { @@ -695084,7 +696599,7 @@ "repository": "appstream" } ], - "set_id": 26291 + "set_id": 26308 }, "initial_release": { "major_version": 8, @@ -695116,7 +696631,7 @@ "ppc64le", "s390x" ], - "id": 19658, + "id": 19674, "in_packageset": { "package": [ { @@ -695127,7 +696642,7 @@ "repository": "appstream" } ], - "set_id": 26292 + "set_id": 26309 }, "initial_release": { "major_version": 8, @@ -695159,7 +696674,7 @@ "ppc64le", "s390x" ], - "id": 19659, + "id": 19675, "in_packageset": { "package": [ { @@ -695170,7 +696685,7 @@ "repository": "appstream" } ], - "set_id": 26293 + "set_id": 26310 }, "initial_release": { "major_version": 8, @@ -695202,7 +696717,7 @@ "ppc64le", "s390x" ], - "id": 19660, + "id": 19676, "in_packageset": { "package": [ { @@ -695213,7 +696728,7 @@ "repository": "appstream" } ], - "set_id": 26294 + "set_id": 26311 }, "initial_release": { "major_version": 8, @@ -695242,7 +696757,7 @@ "architectures": [ "x86_64" ], - "id": 19661, + "id": 19677, "in_packageset": { "package": [ { @@ -695253,7 +696768,7 @@ "repository": "sl" } ], - "set_id": 26295 + "set_id": 26312 }, "initial_release": { "major_version": 7, @@ -695273,7 +696788,7 @@ "architectures": [ "x86_64" ], - "id": 19662, + "id": 19678, "in_packageset": { "package": [ { @@ -695284,7 +696799,7 @@ "repository": "sl" } ], - "set_id": 26296 + "set_id": 26313 }, "initial_release": { "major_version": 7, @@ -695304,7 +696819,7 @@ "architectures": [ "x86_64" ], - "id": 19663, + "id": 19679, "in_packageset": { "package": [ { @@ -695315,7 +696830,7 @@ "repository": "repos" } ], - "set_id": 26297 + "set_id": 26314 }, "initial_release": { "major_version": 7, @@ -695335,7 +696850,7 @@ "architectures": [ "x86_64" ], - "id": 19664, + "id": 19680, "in_packageset": { "package": [ { @@ -695346,7 +696861,7 @@ "repository": "repos" } ], - "set_id": 26298 + "set_id": 26315 }, "initial_release": { "major_version": 7, @@ -695366,7 +696881,7 @@ "architectures": [ "x86_64" ], - "id": 19665, + "id": 19681, "in_packageset": { "package": [ { @@ -695377,7 +696892,7 @@ "repository": "sl" } ], - "set_id": 26299 + "set_id": 26316 }, "initial_release": { "major_version": 7, @@ -695397,7 +696912,7 @@ "architectures": [ "x86_64" ], - "id": 19666, + "id": 19682, "in_packageset": { "package": [ { @@ -695408,7 +696923,7 @@ "repository": "sl" } ], - "set_id": 26300 + "set_id": 26317 }, "initial_release": { "major_version": 7, @@ -695429,7 +696944,7 @@ "x86_64", "aarch64" ], - "id": 19667, + "id": 19683, "in_packageset": { "package": [ { @@ -695440,7 +696955,7 @@ "repository": "sl" } ], - "set_id": 26302 + "set_id": 26319 }, "initial_release": { "major_version": 7, @@ -695465,7 +696980,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26301 + "set_id": 26318 }, "release": { "major_version": 8, @@ -695481,7 +696996,7 @@ "x86_64", "aarch64" ], - "id": 19668, + "id": 19684, "in_packageset": { "package": [ { @@ -695492,7 +697007,7 @@ "repository": "sl" } ], - "set_id": 26304 + "set_id": 26321 }, "initial_release": { "major_version": 7, @@ -695517,7 +697032,7 @@ "repository": "almalinux8-appstream" } ], - "set_id": 26303 + "set_id": 26320 }, "release": { "major_version": 8, @@ -695533,7 +697048,7 @@ "x86_64", "aarch64" ], - "id": 19669, + "id": 19685, "in_packageset": { "package": [ { @@ -695544,7 +697059,7 @@ "repository": "sl" } ], - "set_id": 26306 + "set_id": 26323 }, "initial_release": { "major_version": 7, @@ -695569,7 +697084,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26305 + "set_id": 26322 }, "release": { "major_version": 8, @@ -695585,7 +697100,7 @@ "x86_64", "aarch64" ], - "id": 19670, + "id": 19686, "in_packageset": { "package": [ { @@ -695596,7 +697111,7 @@ "repository": "sl" } ], - "set_id": 26308 + "set_id": 26325 }, "initial_release": { "major_version": 7, @@ -695621,7 +697136,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26307 + "set_id": 26324 }, "release": { "major_version": 8, @@ -695636,7 +697151,7 @@ "architectures": [ "x86_64" ], - "id": 19671, + "id": 19687, "in_packageset": { "package": [ { @@ -695647,7 +697162,7 @@ "repository": "sl" } ], - "set_id": 26309 + "set_id": 26326 }, "initial_release": { "major_version": 7, @@ -695668,7 +697183,7 @@ "x86_64", "aarch64" ], - "id": 19672, + "id": 19688, "in_packageset": { "package": [ { @@ -695679,7 +697194,7 @@ "repository": "sl" } ], - "set_id": 26311 + "set_id": 26328 }, "initial_release": { "major_version": 7, @@ -695704,7 +697219,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26310 + "set_id": 26327 }, "release": { "major_version": 8, @@ -695719,7 +697234,7 @@ "architectures": [ "x86_64" ], - "id": 19673, + "id": 19689, "in_packageset": { "package": [ { @@ -695730,7 +697245,7 @@ "repository": "sl" } ], - "set_id": 26312 + "set_id": 26329 }, "initial_release": { "major_version": 7, @@ -695750,7 +697265,7 @@ "architectures": [ "x86_64" ], - "id": 19674, + "id": 19690, "in_packageset": { "package": [ { @@ -695761,7 +697276,7 @@ "repository": "sl" } ], - "set_id": 26313 + "set_id": 26330 }, "initial_release": { "major_version": 7, @@ -695781,7 +697296,7 @@ "architectures": [ "x86_64" ], - "id": 19675, + "id": 19691, "in_packageset": { "package": [ { @@ -695792,7 +697307,7 @@ "repository": "sl" } ], - "set_id": 26314 + "set_id": 26331 }, "initial_release": { "major_version": 7, @@ -695812,7 +697327,7 @@ "architectures": [ "x86_64" ], - "id": 19676, + "id": 19692, "in_packageset": { "package": [ { @@ -695823,7 +697338,7 @@ "repository": "sl" } ], - "set_id": 26315 + "set_id": 26332 }, "initial_release": { "major_version": 7, @@ -695843,7 +697358,7 @@ "architectures": [ "x86_64" ], - "id": 19677, + "id": 19693, "in_packageset": { "package": [ { @@ -695854,7 +697369,7 @@ "repository": "sl" } ], - "set_id": 26316 + "set_id": 26333 }, "initial_release": { "major_version": 7, @@ -695874,7 +697389,7 @@ "architectures": [ "x86_64" ], - "id": 19678, + "id": 19694, "in_packageset": { "package": [ { @@ -695885,7 +697400,7 @@ "repository": "sl" } ], - "set_id": 26317 + "set_id": 26334 }, "initial_release": { "major_version": 7, @@ -695905,7 +697420,7 @@ "architectures": [ "x86_64" ], - "id": 19679, + "id": 19695, "in_packageset": { "package": [ { @@ -695916,7 +697431,7 @@ "repository": "sl" } ], - "set_id": 26318 + "set_id": 26335 }, "initial_release": { "major_version": 7, @@ -695936,7 +697451,7 @@ "architectures": [ "x86_64" ], - "id": 19680, + "id": 19696, "in_packageset": { "package": [ { @@ -695947,7 +697462,7 @@ "repository": "sl" } ], - "set_id": 26319 + "set_id": 26336 }, "initial_release": { "major_version": 7, @@ -695967,7 +697482,7 @@ "architectures": [ "x86_64" ], - "id": 19681, + "id": 19697, "in_packageset": { "package": [ { @@ -695978,7 +697493,7 @@ "repository": "sl" } ], - "set_id": 26320 + "set_id": 26337 }, "initial_release": { "major_version": 7, @@ -695998,7 +697513,7 @@ "architectures": [ "x86_64" ], - "id": 19682, + "id": 19698, "in_packageset": { "package": [ { @@ -696009,7 +697524,7 @@ "repository": "sl" } ], - "set_id": 26321 + "set_id": 26338 }, "initial_release": { "major_version": 7, diff --git a/files/almalinux/config.json b/files/almalinux/config.json index d62f0ca..b5f68ff 100644 --- a/files/almalinux/config.json +++ b/files/almalinux/config.json @@ -332,6 +332,11 @@ "name": "redhat-flatpak-repo", "initial_release": 9, "target_release": 10 + }, + { + "name": "redhat-cloud-client-configuration-cdn", + "initial_release": 9, + "target_release": 9 } ], diff --git a/files/almalinux/pes-events.json b/files/almalinux/pes-events.json index 755d679..bacd04e 100644 --- a/files/almalinux/pes-events.json +++ b/files/almalinux/pes-events.json @@ -1,5 +1,5 @@ { - "timestamp": "202507110905Z", + "timestamp": "202507291505Z", "provided_data_streams": [ "4.0" ], @@ -250626,7 +250626,14 @@ "package": [ { "modulestreams": [ - null + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + } ], "name": "php-pecl-xdebug", "repository": "appstream" @@ -250641,7 +250648,17 @@ }, "modulestream_maps": [ { - "in_modulestream": null, + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, "out_modulestream": null } ], @@ -340222,6 +340239,10 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" } ], "name": "php-recode", @@ -340296,6 +340317,14 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" } ], "name": "php-xmlrpc", @@ -361446,6 +361475,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php", @@ -361466,6 +361507,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361475,7 +361537,7 @@ null ], "name": "php", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14230 @@ -361502,6 +361564,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-bcmath", @@ -361522,6 +361596,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361531,7 +361626,7 @@ null ], "name": "php-bcmath", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14232 @@ -361558,6 +361653,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-cli", @@ -361578,6 +361685,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361587,7 +361715,7 @@ null ], "name": "php-cli", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14234 @@ -361614,6 +361742,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-common", @@ -361634,6 +361774,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361643,7 +361804,7 @@ null ], "name": "php-common", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14236 @@ -361670,6 +361831,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-dba", @@ -361690,6 +361863,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361699,7 +361893,7 @@ null ], "name": "php-dba", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14238 @@ -361726,6 +361920,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-dbg", @@ -361746,6 +361952,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361755,7 +361982,7 @@ null ], "name": "php-dbg", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14240 @@ -361782,6 +362009,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-devel", @@ -361802,6 +362041,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361811,7 +362071,7 @@ null ], "name": "php-devel", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14242 @@ -361838,6 +362098,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-embedded", @@ -361858,6 +362130,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361867,7 +362160,7 @@ null ], "name": "php-embedded", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14244 @@ -361894,6 +362187,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-enchant", @@ -361914,6 +362219,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361923,7 +362249,7 @@ null ], "name": "php-enchant", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14246 @@ -361950,6 +362276,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-fpm", @@ -361970,6 +362308,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361979,7 +362338,7 @@ null ], "name": "php-fpm", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14248 @@ -362006,6 +362365,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-gd", @@ -362026,6 +362397,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362035,7 +362427,7 @@ null ], "name": "php-gd", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14250 @@ -362062,6 +362454,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-gmp", @@ -362082,6 +362486,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362091,7 +362516,7 @@ null ], "name": "php-gmp", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14252 @@ -362118,6 +362543,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-intl", @@ -362138,6 +362575,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362147,7 +362605,7 @@ null ], "name": "php-intl", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14254 @@ -362159,7 +362617,7 @@ } }, { - "action": 6, + "action": 1, "architectures": [ "aarch64", "ppc64le", @@ -362174,6 +362632,14 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" } ], "name": "php-json", @@ -362187,27 +362653,8 @@ "minor_version": 6, "os_name": "AlmaLinux" }, - "modulestream_maps": [ - { - "in_modulestream": { - "name": "php", - "stream": "7.2" - }, - "out_modulestream": null - } - ], - "out_packageset": { - "package": [ - { - "modulestreams": [ - null - ], - "name": "php-json", - "repository": "almalinux9-baseos" - } - ], - "set_id": 14256 - }, + "modulestream_maps": [], + "out_packageset": null, "release": { "major_version": 9, "minor_version": 0, @@ -362230,6 +362677,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-ldap", @@ -362250,6 +362709,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362259,7 +362739,7 @@ null ], "name": "php-ldap", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14258 @@ -362286,6 +362766,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-mbstring", @@ -362306,6 +362798,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362315,7 +362828,7 @@ null ], "name": "php-mbstring", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14260 @@ -362342,6 +362855,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-mysqlnd", @@ -362362,6 +362887,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362371,7 +362917,7 @@ null ], "name": "php-mysqlnd", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14262 @@ -362398,6 +362944,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-odbc", @@ -362418,6 +362976,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362427,7 +363006,7 @@ null ], "name": "php-odbc", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14264 @@ -362454,6 +363033,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-opcache", @@ -362474,6 +363065,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362483,7 +363095,7 @@ null ], "name": "php-opcache", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14266 @@ -362510,6 +363122,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pdo", @@ -362530,6 +363154,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362539,7 +363184,7 @@ null ], "name": "php-pdo", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14268 @@ -362628,7 +363273,7 @@ null ], "name": "php-pear", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14270 @@ -362655,6 +363300,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pecl-apcu", @@ -362675,6 +363332,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362711,6 +363389,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pecl-apcu-devel", @@ -362731,6 +363421,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362740,7 +363451,7 @@ null ], "name": "php-pecl-apcu-devel", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14274 @@ -362767,6 +363478,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pecl-zip", @@ -362787,6 +363510,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362796,7 +363540,7 @@ null ], "name": "php-pecl-zip", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14276 @@ -362823,6 +363567,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pgsql", @@ -362843,6 +363599,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362852,7 +363629,7 @@ null ], "name": "php-pgsql", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14278 @@ -362879,6 +363656,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-process", @@ -362899,6 +363688,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362908,7 +363718,7 @@ null ], "name": "php-process", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14280 @@ -362935,6 +363745,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-snmp", @@ -362955,6 +363777,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362964,7 +363807,7 @@ null ], "name": "php-snmp", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14282 @@ -362991,6 +363834,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-soap", @@ -363011,6 +363866,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -363020,7 +363896,7 @@ null ], "name": "php-soap", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14284 @@ -363047,6 +363923,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-xml", @@ -363067,6 +363955,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -363076,7 +363985,7 @@ null ], "name": "php-xml", - "repository": "almalinux9-baseos" + "repository": "almalinux9-appstream" } ], "set_id": 14286 @@ -694299,6 +695208,612 @@ "os_name": "AlmaLinux" } }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19640, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "lftp", + "repository": "almalinux10-appstream" + } + ], + "set_id": 26270 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19641, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "ftp", + "repository": "almalinux10-appstream" + } + ], + "set_id": 26271 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19642, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "vsftpd", + "repository": "almalinux10-appstream" + } + ], + "set_id": 26272 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19643, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "hunspell-ka", + "repository": "almalinux10-appstream" + } + ], + "set_id": 26273 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 6, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19644, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" + } + ], + "name": "php-ffi", + "repository": "appstream" + } + ], + "set_id": 26274 + }, + "initial_release": { + "major_version": 8, + "minor_version": 10, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [ + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + } + ], + "out_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "php-ffi", + "repository": "almalinux9-appstream" + } + ], + "set_id": 26275 + }, + "release": { + "major_version": 9, + "minor_version": 0, + "os_name": "AlmaLinux" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19645, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + } + ], + "name": "php-json", + "repository": "almalinux8-appstream" + } + ], + "set_id": 26276 + }, + "initial_release": { + "major_version": 8, + "minor_version": 9, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 8, + "minor_version": 10, + "os_name": "AlmaLinux" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19646, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + } + ], + "name": "php-recode", + "repository": "almalinux8-appstream" + } + ], + "set_id": 26277 + }, + "initial_release": { + "major_version": 8, + "minor_version": 9, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 8, + "minor_version": 10, + "os_name": "AlmaLinux" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19647, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + } + ], + "name": "php-xmlrpc", + "repository": "almalinux8-appstream" + } + ], + "set_id": 26278 + }, + "initial_release": { + "major_version": 8, + "minor_version": 9, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 8, + "minor_version": 10, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19648, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "perl-XS-Parse-Keyword-Builder", + "repository": "almalinux10-crb" + } + ], + "set_id": 26279 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19649, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "bindgen-cli", + "repository": "almalinux10-crb" + } + ], + "set_id": 26280 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19650, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "bindgen-cli", + "repository": "almalinux9-crb" + } + ], + "set_id": 26281 + }, + "initial_release": { + "major_version": 9, + "minor_version": 6, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 7, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19651, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "cbindgen", + "repository": "almalinux10-crb" + } + ], + "set_id": 26282 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19652, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "cbindgen", + "repository": "almalinux9-crb" + } + ], + "set_id": 26283 + }, + "initial_release": { + "major_version": 9, + "minor_version": 6, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 7, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19653, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "image-builder", + "repository": "almalinux10-appstream" + } + ], + "set_id": 26284 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19654, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "image-builder", + "repository": "almalinux9-appstream" + } + ], + "set_id": 26285 + }, + "initial_release": { + "major_version": 9, + "minor_version": 6, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 7, + "os_name": "AlmaLinux" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19655, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "fips-provider-next", + "repository": "almalinux10-appstream" + } + ], + "set_id": 26286 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "AlmaLinux" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "AlmaLinux" + } + }, { "action": 3, "architectures": [ @@ -694307,7 +695822,7 @@ "ppc64le", "s390x" ], - "id": 19640, + "id": 19656, "in_packageset": { "package": [ { @@ -694318,7 +695833,7 @@ "repository": "base" } ], - "set_id": 26271 + "set_id": 26288 }, "initial_release": { "major_version": 7, @@ -694343,7 +695858,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26270 + "set_id": 26287 }, "release": { "major_version": 8, @@ -694361,7 +695876,7 @@ "ppc64le", "s390x" ], - "id": 19641, + "id": 19657, "in_packageset": { "package": [ { @@ -694372,7 +695887,7 @@ "repository": "base" } ], - "set_id": 26272 + "set_id": 26289 }, "initial_release": { "major_version": 7, @@ -694395,7 +695910,7 @@ "ppc64le", "s390x" ], - "id": 19642, + "id": 19658, "in_packageset": { "package": [ { @@ -694406,7 +695921,7 @@ "repository": "base" } ], - "set_id": 26274 + "set_id": 26291 }, "initial_release": { "major_version": 7, @@ -694431,7 +695946,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26273 + "set_id": 26290 }, "release": { "major_version": 8, @@ -694449,7 +695964,7 @@ "ppc64le", "s390x" ], - "id": 19643, + "id": 19659, "in_packageset": { "package": [ { @@ -694460,7 +695975,7 @@ "repository": "base" } ], - "set_id": 26276 + "set_id": 26293 }, "initial_release": { "major_version": 7, @@ -694485,7 +696000,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26275 + "set_id": 26292 }, "release": { "major_version": 8, @@ -694503,7 +696018,7 @@ "ppc64le", "s390x" ], - "id": 19644, + "id": 19660, "in_packageset": { "package": [ { @@ -694514,7 +696029,7 @@ "repository": "base" } ], - "set_id": 26278 + "set_id": 26295 }, "initial_release": { "major_version": 7, @@ -694539,7 +696054,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26277 + "set_id": 26294 }, "release": { "major_version": 8, @@ -694557,7 +696072,7 @@ "ppc64le", "s390x" ], - "id": 19645, + "id": 19661, "in_packageset": { "package": [ { @@ -694568,7 +696083,7 @@ "repository": "powertools" } ], - "set_id": 26279 + "set_id": 26296 }, "initial_release": { "major_version": 8, @@ -694600,7 +696115,7 @@ "ppc64le", "s390x" ], - "id": 19646, + "id": 19662, "in_packageset": { "package": [ { @@ -694611,7 +696126,7 @@ "repository": "appstream" } ], - "set_id": 26280 + "set_id": 26297 }, "initial_release": { "major_version": 8, @@ -694643,7 +696158,7 @@ "ppc64le", "s390x" ], - "id": 19647, + "id": 19663, "in_packageset": { "package": [ { @@ -694654,7 +696169,7 @@ "repository": "appstream" } ], - "set_id": 26281 + "set_id": 26298 }, "initial_release": { "major_version": 8, @@ -694686,7 +696201,7 @@ "ppc64le", "s390x" ], - "id": 19648, + "id": 19664, "in_packageset": { "package": [ { @@ -694697,7 +696212,7 @@ "repository": "baseos" } ], - "set_id": 26282 + "set_id": 26299 }, "initial_release": { "major_version": 8, @@ -694729,7 +696244,7 @@ "ppc64le", "s390x" ], - "id": 19649, + "id": 19665, "in_packageset": { "package": [ { @@ -694740,7 +696255,7 @@ "repository": "appstream" } ], - "set_id": 26283 + "set_id": 26300 }, "initial_release": { "major_version": 8, @@ -694772,7 +696287,7 @@ "ppc64le", "s390x" ], - "id": 19650, + "id": 19666, "in_packageset": { "package": [ { @@ -694783,7 +696298,7 @@ "repository": "appstream" } ], - "set_id": 26284 + "set_id": 26301 }, "initial_release": { "major_version": 8, @@ -694815,7 +696330,7 @@ "ppc64le", "s390x" ], - "id": 19651, + "id": 19667, "in_packageset": { "package": [ { @@ -694826,7 +696341,7 @@ "repository": "baseos" } ], - "set_id": 26285 + "set_id": 26302 }, "initial_release": { "major_version": 8, @@ -694858,7 +696373,7 @@ "ppc64le", "s390x" ], - "id": 19652, + "id": 19668, "in_packageset": { "package": [ { @@ -694869,7 +696384,7 @@ "repository": "baseos" } ], - "set_id": 26286 + "set_id": 26303 }, "initial_release": { "major_version": 8, @@ -694901,7 +696416,7 @@ "ppc64le", "s390x" ], - "id": 19653, + "id": 19669, "in_packageset": { "package": [ { @@ -694912,7 +696427,7 @@ "repository": "appstream" } ], - "set_id": 26287 + "set_id": 26304 }, "initial_release": { "major_version": 8, @@ -694944,7 +696459,7 @@ "ppc64le", "s390x" ], - "id": 19654, + "id": 19670, "in_packageset": { "package": [ { @@ -694955,7 +696470,7 @@ "repository": "appstream" } ], - "set_id": 26288 + "set_id": 26305 }, "initial_release": { "major_version": 8, @@ -694987,7 +696502,7 @@ "ppc64le", "s390x" ], - "id": 19655, + "id": 19671, "in_packageset": { "package": [ { @@ -694998,7 +696513,7 @@ "repository": "appstream" } ], - "set_id": 26289 + "set_id": 26306 }, "initial_release": { "major_version": 8, @@ -695030,7 +696545,7 @@ "ppc64le", "s390x" ], - "id": 19656, + "id": 19672, "in_packageset": { "package": [ { @@ -695041,7 +696556,7 @@ "repository": "appstream" } ], - "set_id": 26290 + "set_id": 26307 }, "initial_release": { "major_version": 8, @@ -695073,7 +696588,7 @@ "ppc64le", "s390x" ], - "id": 19657, + "id": 19673, "in_packageset": { "package": [ { @@ -695084,7 +696599,7 @@ "repository": "appstream" } ], - "set_id": 26291 + "set_id": 26308 }, "initial_release": { "major_version": 8, @@ -695116,7 +696631,7 @@ "ppc64le", "s390x" ], - "id": 19658, + "id": 19674, "in_packageset": { "package": [ { @@ -695127,7 +696642,7 @@ "repository": "appstream" } ], - "set_id": 26292 + "set_id": 26309 }, "initial_release": { "major_version": 8, @@ -695159,7 +696674,7 @@ "ppc64le", "s390x" ], - "id": 19659, + "id": 19675, "in_packageset": { "package": [ { @@ -695170,7 +696685,7 @@ "repository": "appstream" } ], - "set_id": 26293 + "set_id": 26310 }, "initial_release": { "major_version": 8, @@ -695202,7 +696717,7 @@ "ppc64le", "s390x" ], - "id": 19660, + "id": 19676, "in_packageset": { "package": [ { @@ -695213,7 +696728,7 @@ "repository": "appstream" } ], - "set_id": 26294 + "set_id": 26311 }, "initial_release": { "major_version": 8, @@ -695242,7 +696757,7 @@ "architectures": [ "x86_64" ], - "id": 19661, + "id": 19677, "in_packageset": { "package": [ { @@ -695253,7 +696768,7 @@ "repository": "sl" } ], - "set_id": 26295 + "set_id": 26312 }, "initial_release": { "major_version": 7, @@ -695273,7 +696788,7 @@ "architectures": [ "x86_64" ], - "id": 19662, + "id": 19678, "in_packageset": { "package": [ { @@ -695284,7 +696799,7 @@ "repository": "sl" } ], - "set_id": 26296 + "set_id": 26313 }, "initial_release": { "major_version": 7, @@ -695304,7 +696819,7 @@ "architectures": [ "x86_64" ], - "id": 19663, + "id": 19679, "in_packageset": { "package": [ { @@ -695315,7 +696830,7 @@ "repository": "repos" } ], - "set_id": 26297 + "set_id": 26314 }, "initial_release": { "major_version": 7, @@ -695335,7 +696850,7 @@ "architectures": [ "x86_64" ], - "id": 19664, + "id": 19680, "in_packageset": { "package": [ { @@ -695346,7 +696861,7 @@ "repository": "repos" } ], - "set_id": 26298 + "set_id": 26315 }, "initial_release": { "major_version": 7, @@ -695366,7 +696881,7 @@ "architectures": [ "x86_64" ], - "id": 19665, + "id": 19681, "in_packageset": { "package": [ { @@ -695377,7 +696892,7 @@ "repository": "sl" } ], - "set_id": 26299 + "set_id": 26316 }, "initial_release": { "major_version": 7, @@ -695397,7 +696912,7 @@ "architectures": [ "x86_64" ], - "id": 19666, + "id": 19682, "in_packageset": { "package": [ { @@ -695408,7 +696923,7 @@ "repository": "sl" } ], - "set_id": 26300 + "set_id": 26317 }, "initial_release": { "major_version": 7, @@ -695429,7 +696944,7 @@ "x86_64", "aarch64" ], - "id": 19667, + "id": 19683, "in_packageset": { "package": [ { @@ -695440,7 +696955,7 @@ "repository": "sl" } ], - "set_id": 26302 + "set_id": 26319 }, "initial_release": { "major_version": 7, @@ -695465,7 +696980,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26301 + "set_id": 26318 }, "release": { "major_version": 8, @@ -695481,7 +696996,7 @@ "x86_64", "aarch64" ], - "id": 19668, + "id": 19684, "in_packageset": { "package": [ { @@ -695492,7 +697007,7 @@ "repository": "sl" } ], - "set_id": 26304 + "set_id": 26321 }, "initial_release": { "major_version": 7, @@ -695517,7 +697032,7 @@ "repository": "almalinux8-appstream" } ], - "set_id": 26303 + "set_id": 26320 }, "release": { "major_version": 8, @@ -695533,7 +697048,7 @@ "x86_64", "aarch64" ], - "id": 19669, + "id": 19685, "in_packageset": { "package": [ { @@ -695544,7 +697059,7 @@ "repository": "sl" } ], - "set_id": 26306 + "set_id": 26323 }, "initial_release": { "major_version": 7, @@ -695569,7 +697084,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26305 + "set_id": 26322 }, "release": { "major_version": 8, @@ -695585,7 +697100,7 @@ "x86_64", "aarch64" ], - "id": 19670, + "id": 19686, "in_packageset": { "package": [ { @@ -695596,7 +697111,7 @@ "repository": "sl" } ], - "set_id": 26308 + "set_id": 26325 }, "initial_release": { "major_version": 7, @@ -695621,7 +697136,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26307 + "set_id": 26324 }, "release": { "major_version": 8, @@ -695636,7 +697151,7 @@ "architectures": [ "x86_64" ], - "id": 19671, + "id": 19687, "in_packageset": { "package": [ { @@ -695647,7 +697162,7 @@ "repository": "sl" } ], - "set_id": 26309 + "set_id": 26326 }, "initial_release": { "major_version": 7, @@ -695668,7 +697183,7 @@ "x86_64", "aarch64" ], - "id": 19672, + "id": 19688, "in_packageset": { "package": [ { @@ -695679,7 +697194,7 @@ "repository": "sl" } ], - "set_id": 26311 + "set_id": 26328 }, "initial_release": { "major_version": 7, @@ -695704,7 +697219,7 @@ "repository": "almalinux8-baseos" } ], - "set_id": 26310 + "set_id": 26327 }, "release": { "major_version": 8, @@ -695719,7 +697234,7 @@ "architectures": [ "x86_64" ], - "id": 19673, + "id": 19689, "in_packageset": { "package": [ { @@ -695730,7 +697245,7 @@ "repository": "sl" } ], - "set_id": 26312 + "set_id": 26329 }, "initial_release": { "major_version": 7, @@ -695750,7 +697265,7 @@ "architectures": [ "x86_64" ], - "id": 19674, + "id": 19690, "in_packageset": { "package": [ { @@ -695761,7 +697276,7 @@ "repository": "sl" } ], - "set_id": 26313 + "set_id": 26330 }, "initial_release": { "major_version": 7, @@ -695781,7 +697296,7 @@ "architectures": [ "x86_64" ], - "id": 19675, + "id": 19691, "in_packageset": { "package": [ { @@ -695792,7 +697307,7 @@ "repository": "sl" } ], - "set_id": 26314 + "set_id": 26331 }, "initial_release": { "major_version": 7, @@ -695812,7 +697327,7 @@ "architectures": [ "x86_64" ], - "id": 19676, + "id": 19692, "in_packageset": { "package": [ { @@ -695823,7 +697338,7 @@ "repository": "sl" } ], - "set_id": 26315 + "set_id": 26332 }, "initial_release": { "major_version": 7, @@ -695843,7 +697358,7 @@ "architectures": [ "x86_64" ], - "id": 19677, + "id": 19693, "in_packageset": { "package": [ { @@ -695854,7 +697369,7 @@ "repository": "sl" } ], - "set_id": 26316 + "set_id": 26333 }, "initial_release": { "major_version": 7, @@ -695874,7 +697389,7 @@ "architectures": [ "x86_64" ], - "id": 19678, + "id": 19694, "in_packageset": { "package": [ { @@ -695885,7 +697400,7 @@ "repository": "sl" } ], - "set_id": 26317 + "set_id": 26334 }, "initial_release": { "major_version": 7, @@ -695905,7 +697420,7 @@ "architectures": [ "x86_64" ], - "id": 19679, + "id": 19695, "in_packageset": { "package": [ { @@ -695916,7 +697431,7 @@ "repository": "sl" } ], - "set_id": 26318 + "set_id": 26335 }, "initial_release": { "major_version": 7, @@ -695936,7 +697451,7 @@ "architectures": [ "x86_64" ], - "id": 19680, + "id": 19696, "in_packageset": { "package": [ { @@ -695947,7 +697462,7 @@ "repository": "sl" } ], - "set_id": 26319 + "set_id": 26336 }, "initial_release": { "major_version": 7, @@ -695967,7 +697482,7 @@ "architectures": [ "x86_64" ], - "id": 19681, + "id": 19697, "in_packageset": { "package": [ { @@ -695978,7 +697493,7 @@ "repository": "sl" } ], - "set_id": 26320 + "set_id": 26337 }, "initial_release": { "major_version": 7, @@ -695998,7 +697513,7 @@ "architectures": [ "x86_64" ], - "id": 19682, + "id": 19698, "in_packageset": { "package": [ { @@ -696009,7 +697524,7 @@ "repository": "sl" } ], - "set_id": 26321 + "set_id": 26338 }, "initial_release": { "major_version": 7, @@ -696032,7 +697547,7 @@ "s390x", "x86_64" ], - "id": 19683, + "id": 19699, "in_packageset": { "package": [ { @@ -696050,7 +697565,7 @@ "repository": "appstream" } ], - "set_id": 26323 + "set_id": 26340 }, "initial_release": { "major_version": 8, @@ -696073,7 +697588,7 @@ "repository": "almalinux9-appstream" } ], - "set_id": 26322 + "set_id": 26339 }, "release": { "major_version": 9, diff --git a/files/centos/pes-events.json b/files/centos/pes-events.json index e660514..dba48a2 100644 --- a/files/centos/pes-events.json +++ b/files/centos/pes-events.json @@ -1,5 +1,5 @@ { - "timestamp": "202507110905Z", + "timestamp": "202507291505Z", "provided_data_streams": [ "4.0" ], @@ -250313,7 +250313,14 @@ "package": [ { "modulestreams": [ - null + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + } ], "name": "php-pecl-xdebug", "repository": "appstream" @@ -250328,7 +250335,17 @@ }, "modulestream_maps": [ { - "in_modulestream": null, + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, "out_modulestream": null } ], @@ -339170,6 +339187,10 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" } ], "name": "php-recode", @@ -339244,6 +339265,14 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" } ], "name": "php-xmlrpc", @@ -360394,6 +360423,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php", @@ -360414,6 +360455,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360423,7 +360485,7 @@ null ], "name": "php", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14230 @@ -360450,6 +360512,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-bcmath", @@ -360470,6 +360544,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360479,7 +360574,7 @@ null ], "name": "php-bcmath", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14232 @@ -360506,6 +360601,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-cli", @@ -360526,6 +360633,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360535,7 +360663,7 @@ null ], "name": "php-cli", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14234 @@ -360562,6 +360690,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-common", @@ -360582,6 +360722,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360591,7 +360752,7 @@ null ], "name": "php-common", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14236 @@ -360618,6 +360779,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-dba", @@ -360638,6 +360811,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360647,7 +360841,7 @@ null ], "name": "php-dba", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14238 @@ -360674,6 +360868,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-dbg", @@ -360694,6 +360900,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360703,7 +360930,7 @@ null ], "name": "php-dbg", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14240 @@ -360730,6 +360957,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-devel", @@ -360750,6 +360989,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360759,7 +361019,7 @@ null ], "name": "php-devel", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14242 @@ -360786,6 +361046,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-embedded", @@ -360806,6 +361078,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360815,7 +361108,7 @@ null ], "name": "php-embedded", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14244 @@ -360842,6 +361135,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-enchant", @@ -360862,6 +361167,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360871,7 +361197,7 @@ null ], "name": "php-enchant", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14246 @@ -360898,6 +361224,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-fpm", @@ -360918,6 +361256,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360927,7 +361286,7 @@ null ], "name": "php-fpm", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14248 @@ -360954,6 +361313,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-gd", @@ -360974,6 +361345,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -360983,7 +361375,7 @@ null ], "name": "php-gd", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14250 @@ -361010,6 +361402,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-gmp", @@ -361030,6 +361434,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361039,7 +361464,7 @@ null ], "name": "php-gmp", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14252 @@ -361066,6 +361491,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-intl", @@ -361086,6 +361523,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361095,7 +361553,7 @@ null ], "name": "php-intl", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14254 @@ -361107,7 +361565,7 @@ } }, { - "action": 6, + "action": 1, "architectures": [ "aarch64", "ppc64le", @@ -361122,6 +361580,14 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" } ], "name": "php-json", @@ -361135,27 +361601,8 @@ "minor_version": 6, "os_name": "CentOS" }, - "modulestream_maps": [ - { - "in_modulestream": { - "name": "php", - "stream": "7.2" - }, - "out_modulestream": null - } - ], - "out_packageset": { - "package": [ - { - "modulestreams": [ - null - ], - "name": "php-json", - "repository": "centos9-baseos" - } - ], - "set_id": 14256 - }, + "modulestream_maps": [], + "out_packageset": null, "release": { "major_version": 9, "minor_version": 0, @@ -361178,6 +361625,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-ldap", @@ -361198,6 +361657,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361207,7 +361687,7 @@ null ], "name": "php-ldap", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14258 @@ -361234,6 +361714,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-mbstring", @@ -361254,6 +361746,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361263,7 +361776,7 @@ null ], "name": "php-mbstring", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14260 @@ -361290,6 +361803,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-mysqlnd", @@ -361310,6 +361835,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361319,7 +361865,7 @@ null ], "name": "php-mysqlnd", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14262 @@ -361346,6 +361892,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-odbc", @@ -361366,6 +361924,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361375,7 +361954,7 @@ null ], "name": "php-odbc", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14264 @@ -361402,6 +361981,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-opcache", @@ -361422,6 +362013,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361431,7 +362043,7 @@ null ], "name": "php-opcache", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14266 @@ -361458,6 +362070,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pdo", @@ -361478,6 +362102,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361487,7 +362132,7 @@ null ], "name": "php-pdo", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14268 @@ -361576,7 +362221,7 @@ null ], "name": "php-pear", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14270 @@ -361603,6 +362248,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pecl-apcu", @@ -361623,6 +362280,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361659,6 +362337,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pecl-apcu-devel", @@ -361679,6 +362369,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361688,7 +362399,7 @@ null ], "name": "php-pecl-apcu-devel", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14274 @@ -361715,6 +362426,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pecl-zip", @@ -361735,6 +362458,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361744,7 +362488,7 @@ null ], "name": "php-pecl-zip", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14276 @@ -361771,6 +362515,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-pgsql", @@ -361791,6 +362547,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361800,7 +362577,7 @@ null ], "name": "php-pgsql", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14278 @@ -361827,6 +362604,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-process", @@ -361847,6 +362636,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361856,7 +362666,7 @@ null ], "name": "php-process", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14280 @@ -361883,6 +362693,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-snmp", @@ -361903,6 +362725,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361912,7 +362755,7 @@ null ], "name": "php-snmp", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14282 @@ -361939,6 +362782,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-soap", @@ -361959,6 +362814,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -361968,7 +362844,7 @@ null ], "name": "php-soap", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14284 @@ -361995,6 +362871,18 @@ { "name": "php", "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" } ], "name": "php-xml", @@ -362015,6 +362903,27 @@ "stream": "7.2" }, "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.3" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null } ], "out_packageset": { @@ -362024,7 +362933,7 @@ null ], "name": "php-xml", - "repository": "centos9-baseos" + "repository": "centos9-appstream" } ], "set_id": 14286 @@ -692992,6 +693901,646 @@ "os_name": "CentOS" } }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19640, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "lftp", + "repository": "centos10-appstream" + } + ], + "set_id": 26270 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "CentOS" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19641, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "ftp", + "repository": "centos10-appstream" + } + ], + "set_id": 26271 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "CentOS" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19642, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "vsftpd", + "repository": "centos10-appstream" + } + ], + "set_id": 26272 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19643, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "hunspell-ka", + "repository": "centos10-appstream" + } + ], + "set_id": 26273 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "CentOS" + } + }, + { + "action": 6, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19644, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.4" + }, + { + "name": "php", + "stream": "8.0" + } + ], + "name": "php-ffi", + "repository": "appstream" + } + ], + "set_id": 26274 + }, + "initial_release": { + "major_version": 8, + "minor_version": 10, + "os_name": "CentOS" + }, + "modulestream_maps": [ + { + "in_modulestream": { + "name": "php", + "stream": "7.4" + }, + "out_modulestream": null + }, + { + "in_modulestream": { + "name": "php", + "stream": "8.0" + }, + "out_modulestream": null + } + ], + "out_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "php-ffi", + "repository": "centos9-appstream" + } + ], + "set_id": 26275 + }, + "release": { + "major_version": 9, + "minor_version": 0, + "os_name": "CentOS" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19645, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + } + ], + "name": "php-json", + "repository": "centos8-appstream" + } + ], + "set_id": 26276 + }, + "initial_release": { + "major_version": 8, + "minor_version": 9, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 8, + "minor_version": 10, + "os_name": "CentOS" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19646, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + } + ], + "name": "php-recode", + "repository": "centos8-appstream" + } + ], + "set_id": 26277 + }, + "initial_release": { + "major_version": 8, + "minor_version": 9, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 8, + "minor_version": 10, + "os_name": "CentOS" + } + }, + { + "action": 2, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19647, + "in_packageset": { + "package": [ + { + "modulestreams": [ + { + "name": "php", + "stream": "7.2" + }, + { + "name": "php", + "stream": "7.3" + }, + { + "name": "php", + "stream": "7.4" + } + ], + "name": "php-xmlrpc", + "repository": "centos8-appstream" + } + ], + "set_id": 26278 + }, + "initial_release": { + "major_version": 8, + "minor_version": 9, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 8, + "minor_version": 10, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19648, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "perl-XS-Parse-Keyword-Builder", + "repository": "centos10-crb" + } + ], + "set_id": 26279 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19649, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "bindgen-cli", + "repository": "centos10-crb" + } + ], + "set_id": 26280 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19650, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "bindgen-cli", + "repository": "centos9-crb" + } + ], + "set_id": 26281 + }, + "initial_release": { + "major_version": 9, + "minor_version": 6, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 7, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19651, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "cbindgen", + "repository": "centos10-crb" + } + ], + "set_id": 26282 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19652, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "cbindgen", + "repository": "centos9-crb" + } + ], + "set_id": 26283 + }, + "initial_release": { + "major_version": 9, + "minor_version": 6, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 7, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19653, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "image-builder", + "repository": "centos10-appstream" + } + ], + "set_id": 26284 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19654, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "image-builder", + "repository": "centos9-appstream" + } + ], + "set_id": 26285 + }, + "initial_release": { + "major_version": 9, + "minor_version": 6, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 7, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19655, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "fips-provider-next", + "repository": "centos10-appstream" + } + ], + "set_id": 26286 + }, + "initial_release": { + "major_version": 10, + "minor_version": 0, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 10, + "minor_version": 1, + "os_name": "CentOS" + } + }, + { + "action": 0, + "architectures": [ + "aarch64", + "ppc64le", + "s390x", + "x86_64" + ], + "id": 19656, + "in_packageset": { + "package": [ + { + "modulestreams": [ + null + ], + "name": "redhat-cloud-client-configuration-cdn", + "repository": "centos9-appstream" + } + ], + "set_id": 26287 + }, + "initial_release": { + "major_version": 9, + "minor_version": 5, + "os_name": "CentOS" + }, + "modulestream_maps": [], + "out_packageset": null, + "release": { + "major_version": 9, + "minor_version": 6, + "os_name": "CentOS" + } + }, { "action": 1, "architectures": [ @@ -693000,7 +694549,7 @@ "ppc64le", "s390x" ], - "id": 19640, + "id": 19657, "in_packageset": { "package": [ { @@ -693011,7 +694560,7 @@ "repository": "base" } ], - "set_id": 26270 + "set_id": 26288 }, "initial_release": { "major_version": 7, @@ -693034,7 +694583,7 @@ "ppc64le", "s390x" ], - "id": 19641, + "id": 19658, "in_packageset": { "package": [ { @@ -693045,7 +694594,7 @@ "repository": "base" } ], - "set_id": 26272 + "set_id": 26290 }, "initial_release": { "major_version": 7, @@ -693070,7 +694619,7 @@ "repository": "centos8-baseos" } ], - "set_id": 26271 + "set_id": 26289 }, "release": { "major_version": 8, @@ -693088,7 +694637,7 @@ "ppc64le", "s390x" ], - "id": 19642, + "id": 19659, "in_packageset": { "package": [ { @@ -693099,7 +694648,7 @@ "repository": "base" } ], - "set_id": 26274 + "set_id": 26292 }, "initial_release": { "major_version": 7, @@ -693124,7 +694673,7 @@ "repository": "centos8-baseos" } ], - "set_id": 26273 + "set_id": 26291 }, "release": { "major_version": 8, @@ -693142,7 +694691,7 @@ "ppc64le", "s390x" ], - "id": 19643, + "id": 19660, "in_packageset": { "package": [ { @@ -693153,7 +694702,7 @@ "repository": "base" } ], - "set_id": 26276 + "set_id": 26294 }, "initial_release": { "major_version": 7, @@ -693178,7 +694727,7 @@ "repository": "centos8-baseos" } ], - "set_id": 26275 + "set_id": 26293 }, "release": { "major_version": 8, @@ -693196,7 +694745,7 @@ "ppc64le", "s390x" ], - "id": 19644, + "id": 19661, "in_packageset": { "package": [ { @@ -693207,7 +694756,7 @@ "repository": "powertools" } ], - "set_id": 26277 + "set_id": 26295 }, "initial_release": { "major_version": 8, @@ -693239,7 +694788,7 @@ "ppc64le", "s390x" ], - "id": 19645, + "id": 19662, "in_packageset": { "package": [ { @@ -693250,7 +694799,7 @@ "repository": "appstream" } ], - "set_id": 26278 + "set_id": 26296 }, "initial_release": { "major_version": 8, @@ -693282,7 +694831,7 @@ "ppc64le", "s390x" ], - "id": 19646, + "id": 19663, "in_packageset": { "package": [ { @@ -693293,7 +694842,7 @@ "repository": "appstream" } ], - "set_id": 26279 + "set_id": 26297 }, "initial_release": { "major_version": 8, @@ -693325,7 +694874,7 @@ "ppc64le", "s390x" ], - "id": 19647, + "id": 19664, "in_packageset": { "package": [ { @@ -693336,7 +694885,7 @@ "repository": "baseos" } ], - "set_id": 26280 + "set_id": 26298 }, "initial_release": { "major_version": 8, @@ -693368,7 +694917,7 @@ "ppc64le", "s390x" ], - "id": 19648, + "id": 19665, "in_packageset": { "package": [ { @@ -693379,7 +694928,7 @@ "repository": "appstream" } ], - "set_id": 26281 + "set_id": 26299 }, "initial_release": { "major_version": 8, @@ -693411,7 +694960,7 @@ "ppc64le", "s390x" ], - "id": 19649, + "id": 19666, "in_packageset": { "package": [ { @@ -693422,7 +694971,7 @@ "repository": "appstream" } ], - "set_id": 26282 + "set_id": 26300 }, "initial_release": { "major_version": 8, @@ -693454,7 +695003,7 @@ "ppc64le", "s390x" ], - "id": 19650, + "id": 19667, "in_packageset": { "package": [ { @@ -693465,7 +695014,7 @@ "repository": "baseos" } ], - "set_id": 26283 + "set_id": 26301 }, "initial_release": { "major_version": 8, @@ -693497,7 +695046,7 @@ "ppc64le", "s390x" ], - "id": 19651, + "id": 19668, "in_packageset": { "package": [ { @@ -693508,7 +695057,7 @@ "repository": "baseos" } ], - "set_id": 26284 + "set_id": 26302 }, "initial_release": { "major_version": 8, @@ -693540,7 +695089,7 @@ "ppc64le", "s390x" ], - "id": 19652, + "id": 19669, "in_packageset": { "package": [ { @@ -693551,7 +695100,7 @@ "repository": "appstream" } ], - "set_id": 26285 + "set_id": 26303 }, "initial_release": { "major_version": 8, @@ -693583,7 +695132,7 @@ "ppc64le", "s390x" ], - "id": 19653, + "id": 19670, "in_packageset": { "package": [ { @@ -693594,7 +695143,7 @@ "repository": "appstream" } ], - "set_id": 26286 + "set_id": 26304 }, "initial_release": { "major_version": 8, @@ -693626,7 +695175,7 @@ "ppc64le", "s390x" ], - "id": 19654, + "id": 19671, "in_packageset": { "package": [ { @@ -693637,7 +695186,7 @@ "repository": "appstream" } ], - "set_id": 26287 + "set_id": 26305 }, "initial_release": { "major_version": 8, @@ -693669,7 +695218,7 @@ "ppc64le", "s390x" ], - "id": 19655, + "id": 19672, "in_packageset": { "package": [ { @@ -693680,7 +695229,7 @@ "repository": "appstream" } ], - "set_id": 26288 + "set_id": 26306 }, "initial_release": { "major_version": 8, @@ -693712,7 +695261,7 @@ "ppc64le", "s390x" ], - "id": 19656, + "id": 19673, "in_packageset": { "package": [ { @@ -693723,7 +695272,7 @@ "repository": "appstream" } ], - "set_id": 26289 + "set_id": 26307 }, "initial_release": { "major_version": 8, @@ -693755,7 +695304,7 @@ "ppc64le", "s390x" ], - "id": 19657, + "id": 19674, "in_packageset": { "package": [ { @@ -693766,7 +695315,7 @@ "repository": "appstream" } ], - "set_id": 26290 + "set_id": 26308 }, "initial_release": { "major_version": 8, @@ -693798,7 +695347,7 @@ "ppc64le", "s390x" ], - "id": 19658, + "id": 19675, "in_packageset": { "package": [ { @@ -693809,7 +695358,7 @@ "repository": "appstream" } ], - "set_id": 26291 + "set_id": 26309 }, "initial_release": { "major_version": 8, @@ -693841,7 +695390,7 @@ "ppc64le", "s390x" ], - "id": 19659, + "id": 19676, "in_packageset": { "package": [ { @@ -693852,7 +695401,7 @@ "repository": "appstream" } ], - "set_id": 26292 + "set_id": 26310 }, "initial_release": { "major_version": 8, @@ -693884,7 +695433,7 @@ "ppc64le", "s390x" ], - "id": 19660, + "id": 19677, "in_packageset": { "package": [ { @@ -693895,7 +695444,7 @@ "repository": "appstream" } ], - "set_id": 26293 + "set_id": 26311 }, "initial_release": { "major_version": 8, diff --git a/leapp-data.spec b/leapp-data.spec index 53586a5..a48ce20 100644 --- a/leapp-data.spec +++ b/leapp-data.spec @@ -1,4 +1,4 @@ -%global pes_events_build_date 20250711 +%global pes_events_build_date 20250729 %define repositorydir %{_datadir}/leapp-repository/repositories @@ -47,7 +47,7 @@ Name: leapp-data-%{dist_name} Version: 0.10 -Release: 2%{?dist}.%{pes_events_build_date} +Release: 3%{?dist}.%{pes_events_build_date} Summary: data for migrating tool Group: Applications/Databases License: ASL 2.0 @@ -159,6 +159,14 @@ python3 tests/check_debranding.py %{buildroot}%{_sysconfdir}/leapp/files/pes-eve %changelog +* Thu Aug 07 2025 Yuriy Kohut - 0.10-3.20250729 +- Update data to the upstream most recent state: + - PES data: + - pes-events.json: upstream state 300e1579c28d630a9c0be2599083a79d441cc6b2 + - epel_pes.json_template: + - remove duplicated id and set_id + - config.joson (almalinux, almalinux-kitten): add redhat-cloud-client-configuration-cdn to the removable packages list, with scenarios: 9to9 + * Mon Jul 21 2025 Yuriy Kohut - 0.10-2.20250711 - Update data to the upstream most recent state: - Device driver deprecation data: diff --git a/tools/update_pes-events.py b/tools/update_pes-events.py index 9309901..2dc55ef 100644 --- a/tools/update_pes-events.py +++ b/tools/update_pes-events.py @@ -1,7 +1,7 @@ import json import requests -specific_commit = '93cae9c88e964d6485ad8314ae65deb0ab676862' +specific_commit = '300e1579c28d630a9c0be2599083a79d441cc6b2' def download_pes_events(session, url): diff --git a/vendors.d/epel_pes.json_template b/vendors.d/epel_pes.json_template index 5ead3db..1479197 100644 --- a/vendors.d/epel_pes.json_template +++ b/vendors.d/epel_pes.json_template @@ -38079,7 +38079,7 @@ "repository": "epel" } ], - "set_id": 26324 + "set_id": 36149 }, "initial_release": { "major_version": 7, @@ -38114,7 +38114,7 @@ "repository": "epel" } ], - "set_id": 26325 + "set_id": 36150 }, "initial_release": { "major_version": 7, @@ -38149,7 +38149,7 @@ "repository": "epel" } ], - "set_id": 26326 + "set_id": 36151 }, "initial_release": { "major_version": 7, @@ -38184,7 +38184,7 @@ "repository": "epel" } ], - "set_id": 26327 + "set_id": 36152 }, "initial_release": { "major_version": 7, @@ -38219,7 +38219,7 @@ "repository": "epel" } ], - "set_id": 26328 + "set_id": 36153 }, "initial_release": { "major_version": 7, @@ -38254,7 +38254,7 @@ "repository": "epel" } ], - "set_id": 26329 + "set_id": 36154 }, "initial_release": { "major_version": 7, @@ -38289,7 +38289,7 @@ "repository": "epel" } ], - "set_id": 26330 + "set_id": 36155 }, "initial_release": { "major_version": 7, @@ -38324,7 +38324,7 @@ "repository": "epel" } ], - "set_id": 26331 + "set_id": 36156 }, "initial_release": { "major_version": 7, @@ -38359,7 +38359,7 @@ "repository": "epel" } ], - "set_id": 26332 + "set_id": 36157 }, "initial_release": { "major_version": 7, @@ -38394,7 +38394,7 @@ "repository": "epel" } ], - "set_id": 26333 + "set_id": 36158 }, "initial_release": { "major_version": 7, @@ -38429,7 +38429,7 @@ "repository": "epel" } ], - "set_id": 26334 + "set_id": 36159 }, "initial_release": { "major_version": 7, @@ -38464,7 +38464,7 @@ "repository": "epel" } ], - "set_id": 26335 + "set_id": 36160 }, "initial_release": { "major_version": 7, @@ -38499,7 +38499,7 @@ "repository": "epel" } ], - "set_id": 26336 + "set_id": 36161 }, "initial_release": { "major_version": 7, @@ -38534,7 +38534,7 @@ "repository": "epel" } ], - "set_id": 26337 + "set_id": 36162 }, "initial_release": { "major_version": 7, @@ -38569,7 +38569,7 @@ "repository": "epel" } ], - "set_id": 26338 + "set_id": 36163 }, "initial_release": { "major_version": 7, @@ -38639,7 +38639,7 @@ "repository": "epel" } ], - "set_id": 26339 + "set_id": 36164 }, "initial_release": { "major_version": 7, @@ -38674,7 +38674,7 @@ "repository": "epel" } ], - "set_id": 26340 + "set_id": 36165 }, "initial_release": { "major_version": 7, @@ -256148,7 +256148,7 @@ "ppc64le" ], "description": "", - "id": 19684, + "id": 35852, "in_packageset": { "package": [ { @@ -256183,7 +256183,7 @@ "ppc64le" ], "description": "", - "id": 19685, + "id": 35853, "in_packageset": { "package": [ { @@ -256218,7 +256218,7 @@ "ppc64le" ], "description": "", - "id": 19686, + "id": 35854, "in_packageset": { "package": [ { @@ -256323,7 +256323,7 @@ "ppc64le" ], "description": "", - "id": 19687, + "id": 35855, "in_packageset": { "package": [ { @@ -256358,7 +256358,7 @@ "ppc64le" ], "description": "", - "id": 19688, + "id": 35856, "in_packageset": { "package": [ { @@ -256393,7 +256393,7 @@ "ppc64le" ], "description": "", - "id": 19689, + "id": 35857, "in_packageset": { "package": [ { @@ -256428,7 +256428,7 @@ "ppc64le" ], "description": "", - "id": 19690, + "id": 35858, "in_packageset": { "package": [ { @@ -256463,7 +256463,7 @@ "ppc64le" ], "description": "", - "id": 19691, + "id": 35859, "in_packageset": { "package": [ { @@ -256498,7 +256498,7 @@ "ppc64le" ], "description": "", - "id": 19692, + "id": 35860, "in_packageset": { "package": [ { @@ -256533,7 +256533,7 @@ "ppc64le" ], "description": "", - "id": 19693, + "id": 35861, "in_packageset": { "package": [ { @@ -256568,7 +256568,7 @@ "ppc64le" ], "description": "", - "id": 19694, + "id": 35862, "in_packageset": { "package": [ { @@ -256603,7 +256603,7 @@ "ppc64le" ], "description": "", - "id": 19695, + "id": 35863, "in_packageset": { "package": [ { @@ -256638,7 +256638,7 @@ "ppc64le" ], "description": "", - "id": 19696, + "id": 35864, "in_packageset": { "package": [ { @@ -256708,7 +256708,7 @@ "ppc64le" ], "description": "", - "id": 19697, + "id": 35865, "in_packageset": { "package": [ { @@ -256743,7 +256743,7 @@ "ppc64le" ], "description": "", - "id": 19698, + "id": 35866, "in_packageset": { "package": [ { @@ -256778,7 +256778,7 @@ "ppc64le" ], "description": "", - "id": 19699, + "id": 35867, "in_packageset": { "package": [ { From ecf9429ab1be6185a49365494ba1857cebee8a5d Mon Sep 17 00:00:00 2001 From: Yuriy Kohut Date: Thu, 7 Aug 2025 14:34:34 +0300 Subject: [PATCH 3/3] Vendor kernelcare: use local GPG key instead of remote one --- leapp-data.spec | 1 + vendors.d/kernelcare.repo.el8 | 2 +- vendors.d/kernelcare.repo.el9 | 2 +- vendors.d/rpm-gpg/kernelcare.gpg | 59 ++++++++++++++++++++++++++++++++ 4 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 vendors.d/rpm-gpg/kernelcare.gpg diff --git a/leapp-data.spec b/leapp-data.spec index a48ce20..ea2feaa 100644 --- a/leapp-data.spec +++ b/leapp-data.spec @@ -160,6 +160,7 @@ python3 tests/check_debranding.py %{buildroot}%{_sysconfdir}/leapp/files/pes-eve %changelog * Thu Aug 07 2025 Yuriy Kohut - 0.10-3.20250729 +- Vendor kernelcare: use local GPG key instead of remote one - Update data to the upstream most recent state: - PES data: - pes-events.json: upstream state 300e1579c28d630a9c0be2599083a79d441cc6b2 diff --git a/vendors.d/kernelcare.repo.el8 b/vendors.d/kernelcare.repo.el8 index f6cff24..4da68f8 100644 --- a/vendors.d/kernelcare.repo.el8 +++ b/vendors.d/kernelcare.repo.el8 @@ -5,4 +5,4 @@ name=kernelcare baseurl=https://repo.cloudlinux.com/kernelcare/8/$basearch enabled=1 gpgcheck=1 -gpgkey=https://repo.cloudlinux.com/kernelcare/RPM-GPG-KEY-KernelCare +gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/kernelcare.gpg diff --git a/vendors.d/kernelcare.repo.el9 b/vendors.d/kernelcare.repo.el9 index e11d74e..1d8a538 100644 --- a/vendors.d/kernelcare.repo.el9 +++ b/vendors.d/kernelcare.repo.el9 @@ -5,4 +5,4 @@ name=kernelcare baseurl=https://repo.cloudlinux.com/kernelcare/9/$basearch enabled=1 gpgcheck=1 -gpgkey=https://repo.cloudlinux.com/kernelcare/RPM-GPG-KEY-KernelCare +gpgkey=file:///etc/leapp/files/vendors.d/rpm-gpg/kernelcare.gpg diff --git a/vendors.d/rpm-gpg/kernelcare.gpg b/vendors.d/rpm-gpg/kernelcare.gpg new file mode 100644 index 0000000..18b64d5 --- /dev/null +++ b/vendors.d/rpm-gpg/kernelcare.gpg @@ -0,0 +1,59 @@ +-----BEGIN PGP PUBLIC KEY BLOCK----- +Version: GnuPG v1.4.5 (GNU/Linux) + +mQGiBFOokTERBACuQua959nndj5aB2q1q7UlcCsJEEI0PqYaS+h1NTucNVcP6JUu +n7LHxzYFfYUuvxJudXbM9XeCL6R5NVgLzRq0kKvZ92UYgIJDfELZ7zgsRDIiKFWl +PfHFPfW0eNK3ZA3PNHqbWLRSW4jek14evDy/alytc8vmZr3lyeEFKMjNUwCgibOr +eELmI6QFh4sa+WMXpBaTKeED/3GPHzfnK7+1e3KiOZy/G8hcJUxubCanmahd7tzd +pq9HAoy7XFtu3rpZ035wL0OIRDNRqm+Ps/Vuf2iRNWchogfhWO11XyhCq+pf/rr9 +MmLB1hmBdjF3hakdqxphY9+dcOec3ckjpsd7ar1ALubW5we4L2LVNX3DBdS+YJS6 +QeT3A/sGyiKh1B0pcYG5kZbpoTGK4NxrUFLcxVuWbyNPz5oI3pwH5aGVDBpZGCIA +xbM1P35cP4P3kkqIMuJ5EJ8YpNOgWXn3fJftIYNEHB065XdWiOQrCj+jF6oIN5H9 +vNTiTVKpEGSuco8clw+5BioAqJSg6IDvnF9j+Mu8AFD0eVDchrQkS2VybmVsQ2Fy +ZSA8c2VjdXJpdHlAa2VybmVsY2FyZS5jb20+iGAEExECACAFAlOokTECGwMGCwkI +BwMCBBUCCAMEFgIDAQIeAQIXgAAKCRBtw9YAze90u6a8AJ9IU1r5f7I+IBd4Qj07 +XAEv35UWcgCcDxj9d1xGUpjt2yH97SPyRQlUOgO5Ag0EU6iRNxAIANbZ5nBG/O1c +HzAr1mDDfsuQ29336ejnw1GjlMHqVZEAkX6WUrpzZGctnKMpU2ncagZEIHG7rNh7 +aWFqrX8woimpq0H4sU9eXv8xPD5eQUgOyf3SemHyLupq1/LG70H1lHdWFq+qZnA6 +xgi4T+EYjuLl0fUivopZEabW3gCoIziISB15i04F0wbbHqoBt5knOJKE6AgVEqTa +Sp3zFAkVZpfkbl3IwW1jh6OA/AUoCaw/3WxTUYbKeH1ooyefmgKKlmksC/IT6hga +YVPDK2fLC+v+742nZEEoyYJ1kYpFCgry2CAisLm2RC0kMzRjdxWCo1IJADNsTb9Z +7usZxY1Byk8AAwUIAIvAqaEydbQtf7kXH/wNvyGPiknF/A1GSOpD40ShkAbo2sWy +7yt7+iJT1UHX6Zt5K4Be2wmteIINL68QXw9GHw994F3ofqy5IQTc0qc1ulcnROZN +CNL5JHg3UfBqCKNurmPT5a0r1E2TWwpDlHJnXBE/gGYukbOBGoD7R/gue99cWwaV +iYjw4dPWgQsQ6Mu5vZP6Aog3qhSR+Uz3Qj5QF0Y1JjuIeeGtQuY6pmEu7G7rsteC +M68iFBM2vCkUof7xkhhxxmgPrVydZp58ATKNpc116hXDk6ymJ/84GDqSAVN8Ye5D +jWgF878Wr/G3iJM6nDZGKXc6Ywfs9s1M60ROgf+ISQQYEQIACQUCU6iRNwIbDAAK +CRBtw9YAze90u6T4AJ4xS6z2Hbl7UxWRYhoZd0krlMLXYQCeKkxDpVNQ/BuAsET/ +Pj0luULBMJM= +=rTqP +-----END PGP PUBLIC KEY BLOCK----- +-----BEGIN PGP PUBLIC KEY BLOCK----- + +mQINBGXLdqoBEAC+ibJzG3suN9q/fzfHfqY7NzHAAO3dpJ3HoL9HQekpoDSEFPDf +pHwyl/EuGAoPy4dzf8bw/To3t9+Qd7z+FTNHeStm8xS1uIUvIGfwUHCvLL5R13Tp +m4RUvVT6pZ2xeQgMB1CdensU8hgIL2RaKV6kC8lNOWusXS0PoER3YN3Ksdgvzv5V +Y8QdC2R+59M5nY1cD/eT5r2dftk12k9A8nlyd75HnZWPcKLu3565P0yCEAFeywgR +PijRlSI2eFT+gyjB0hQC1bINt0BJ+5Liu3CfKStvzBmTT3T3pAJegIVPI1TkD+t5 +eVRfSOxPcVCu6cfL5JWmCTZzvUOWhiZ35lVzadqWtQUNzuHRa0GSkUZxVRFaL2Mu +sf6AB/gvi5gCllzUoPwLRbZjVmpOaO+3LTDE0cJHUO6InCNW4SPAcyC6Tot/+S+T +Ux9zecp+TtsQxa6hP1pN7UhjavNldgDmVRNyfTQxSBIZUeETfkORGcWUcKZD7snn +j788k3JsPqs0F3YFns+DFjTuN23omI3Hz+7pxn/C0mK1RrRfvUyqLFIkLxr6GRJp +p+xdZWCnsoRanLKh8ihBzuW34PxXw3cCOngdyKACQWKa5rsyvebBAv5G6b7ra81r +/KMekCnSmdDMguBgeDoFOZ/hxp+a6wdqEA/mQL3yl+NKK8SOwyhVqtit6QARAQAB +tCpLZXJuZWxDYXJlIFBhY2thZ2VzIDxwYWNrYWdlckB0dXhjYXJlLmNvbT6JAlgE +EwEIAEIWIQQHUUpHiG7upr/m5wxEwl6wgJNbiAUCZct2qgIbAwUJEswDAAULCQgH +AgMiAgEGFQoJCAsCBBYCAwECHgcCF4AACgkQRMJesICTW4hL0w//TCRNFJnIVhkD +GM6iJH4dO5wqkTUUkTK3fuqJJmOn/NR4I4p6jc/zOme0p4MnhLJlUZFRT8ISB9Ku +UCz95/iqViRAD6zNlUi0tmOHksO5N4p6BvrXyPGR2ffF8YNzX8L6aB45hW8o2KMX +P3T5rjXLk5lyum6osW9Idk48015YHDnF+BSaCDi++I10JNO15i91KKmyAgA5LEvc +o7bTDgjcTAaYRMwwR1ouq4XmAJkpVsohvDA1hJEaLXImSEZC+0TRQRoDm6HCfA+o +fWjZ19YMPIJMYtrgpuQNyKsgEe1K2j9txWiaWAzxQBGibyVz7vDG5XTEjyWJVBn/ +s1CYyVHTpNyK7ElO4NS45Ec9WQ48g2SOU1pnxexhLAK6M6aqnDDebkbRT5PGsUuK +EplWUqC1EODxtDmkdYo/3VnSnCt2xuudLbZm6xD21NH0rDZ4Jhed2MCG722XDJQW +/m/Q0azVTPOXQHw1JwbGLDwvgMJ+ilVPhs4RWDOvRK/AQnqwr+R3/eKH31Dy4nS7 +1DJ0g9Qo1JPzXtHH0qeAninhpJfs/IYmy7lW5xQRDbZweDBl20Cg25mbxwdIBb9B +nQTlaA9UvT/vaMXeM4Xh3KfyWqpLj4Vxotp6fMtG4ohOKYFiytPpJxCrmhQf3fWt +WktDtj7Ox6eOyBZckJfEYqCIjLOalHs= +=P2h6 +-----END PGP PUBLIC KEY BLOCK-----