Skip to content

Commit

Permalink
manifests: add pciutils
Browse files Browse the repository at this point in the history
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 coreos/fedora-coreos-tracker#1778
  • Loading branch information
jcapiitao authored and dustymabe committed Sep 5, 2024
1 parent 2e10ea8 commit f042e98
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 0 deletions.
18 changes: 18 additions & 0 deletions manifest-lock.aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
18 changes: 18 additions & 0 deletions manifest-lock.ppc64le.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
18 changes: 18 additions & 0 deletions manifest-lock.s390x.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
18 changes: 18 additions & 0 deletions manifest-lock.x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 2 additions & 0 deletions manifests/user-experience.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f042e98

Please sign in to comment.