From f042e98f392f5ad80e931b4fa410151537385ed3 Mon Sep 17 00:00:00 2001 From: Joel Capitao Date: Thu, 5 Sep 2024 15:29:39 +0200 Subject: [PATCH] manifests: add pciutils pciutils provides a set of utilities for inspecting and setting devices connected to the PCI bus. The utilities work from a privileged container but as they are tiny (~350 ko once uncompressed) the decision was made to include them in base system. Fixes https://github.com/coreos/fedora-coreos-tracker/issues/1778 --- manifest-lock.aarch64.json | 18 ++++++++++++++++++ manifest-lock.ppc64le.json | 18 ++++++++++++++++++ manifest-lock.s390x.json | 18 ++++++++++++++++++ manifest-lock.x86_64.json | 18 ++++++++++++++++++ manifests/user-experience.yaml | 2 ++ 5 files changed, 74 insertions(+) diff --git a/manifest-lock.aarch64.json b/manifest-lock.aarch64.json index 6255d84d1e..59035eaacf 100644 --- a/manifest-lock.aarch64.json +++ b/manifest-lock.aarch64.json @@ -876,6 +876,12 @@ "sourcerpm": "hostname" } }, + "hwdata": { + "evra": "0.386-1.fc40.noarch", + "metadata": { + "sourcerpm": "hwdata" + } + }, "ignition": { "evra": "2.19.0-1.fc40.aarch64", "metadata": { @@ -2028,6 +2034,18 @@ "sourcerpm": "passt" } }, + "pciutils": { + "evra": "3.13.0-1.fc40.aarch64", + "metadata": { + "sourcerpm": "pciutils" + } + }, + "pciutils-libs": { + "evra": "3.13.0-1.fc40.aarch64", + "metadata": { + "sourcerpm": "pciutils" + } + }, "pcre2": { "evra": "10.44-1.fc40.aarch64", "metadata": { diff --git a/manifest-lock.ppc64le.json b/manifest-lock.ppc64le.json index 8c96ff2c5f..0f1438b2be 100644 --- a/manifest-lock.ppc64le.json +++ b/manifest-lock.ppc64le.json @@ -852,6 +852,12 @@ "sourcerpm": "hostname" } }, + "hwdata": { + "evra": "0.386-1.fc40.noarch", + "metadata": { + "sourcerpm": "hwdata" + } + }, "ignition": { "evra": "2.19.0-1.fc40.ppc64le", "metadata": { @@ -2004,6 +2010,18 @@ "sourcerpm": "passt" } }, + "pciutils": { + "evra": "3.13.0-1.fc40.ppc64le", + "metadata": { + "sourcerpm": "pciutils" + } + }, + "pciutils-libs": { + "evra": "3.13.0-1.fc40.ppc64le", + "metadata": { + "sourcerpm": "pciutils" + } + }, "pcre2": { "evra": "10.44-1.fc40.ppc64le", "metadata": { diff --git a/manifest-lock.s390x.json b/manifest-lock.s390x.json index 0c57fb11c7..6bec7c56d1 100644 --- a/manifest-lock.s390x.json +++ b/manifest-lock.s390x.json @@ -798,6 +798,12 @@ "sourcerpm": "hostname" } }, + "hwdata": { + "evra": "0.386-1.fc40.noarch", + "metadata": { + "sourcerpm": "hwdata" + } + }, "ignition": { "evra": "2.19.0-1.fc40.s390x", "metadata": { @@ -1908,6 +1914,18 @@ "sourcerpm": "passt" } }, + "pciutils": { + "evra": "3.13.0-1.fc40.s390x", + "metadata": { + "sourcerpm": "pciutils" + } + }, + "pciutils-libs": { + "evra": "3.13.0-1.fc40.s390x", + "metadata": { + "sourcerpm": "pciutils" + } + }, "pcre2": { "evra": "10.44-1.fc40.s390x", "metadata": { diff --git a/manifest-lock.x86_64.json b/manifest-lock.x86_64.json index 50112e1e3b..f195ccae94 100644 --- a/manifest-lock.x86_64.json +++ b/manifest-lock.x86_64.json @@ -894,6 +894,12 @@ "sourcerpm": "hostname" } }, + "hwdata": { + "evra": "0.386-1.fc40.noarch", + "metadata": { + "sourcerpm": "hwdata" + } + }, "ignition": { "evra": "2.19.0-1.fc40.x86_64", "metadata": { @@ -2052,6 +2058,18 @@ "sourcerpm": "passt" } }, + "pciutils": { + "evra": "3.13.0-1.fc40.x86_64", + "metadata": { + "sourcerpm": "pciutils" + } + }, + "pciutils-libs": { + "evra": "3.13.0-1.fc40.x86_64", + "metadata": { + "sourcerpm": "pciutils" + } + }, "pcre2": { "evra": "10.44-1.fc40.x86_64", "metadata": { diff --git a/manifests/user-experience.yaml b/manifests/user-experience.yaml index 2795e2e4d0..863fc1e5b0 100644 --- a/manifests/user-experience.yaml +++ b/manifests/user-experience.yaml @@ -52,3 +52,5 @@ packages: - lsof # Locates executable files' paths in `PATH` - which + # provides utilities for inspecting/setting devices connected to the PCI bus + - pciutils