Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

manifests/fedora-coreos-base: re-add qed-firmware #3040

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions manifest-lock.aarch64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2124,6 +2124,12 @@
"sourcerpm": "publicsuffix-list"
}
},
"qed-firmware": {
"evra": "20240610-1.fc40.noarch",
"metadata": {
"sourcerpm": "linux-firmware"
}
},
"qemu-user-static-x86": {
"evra": "2:8.2.2-1.fc40.aarch64",
"metadata": {
Expand Down
6 changes: 6 additions & 0 deletions manifest-lock.ppc64le.json
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,12 @@
"sourcerpm": "publicsuffix-list"
}
},
"qed-firmware": {
"evra": "20240610-1.fc40.noarch",
"metadata": {
"sourcerpm": "linux-firmware"
}
},
"qemu-user-static-x86": {
"evra": "2:8.2.2-1.fc40.ppc64le",
"metadata": {
Expand Down
6 changes: 6 additions & 0 deletions manifest-lock.s390x.json
Original file line number Diff line number Diff line change
Expand Up @@ -2010,6 +2010,12 @@
"sourcerpm": "publicsuffix-list"
}
},
"qed-firmware": {
"evra": "20240610-1.fc40.noarch",
"metadata": {
"sourcerpm": "linux-firmware"
}
},
"qemu-user-static-x86": {
"evra": "2:8.2.2-1.fc40.s390x",
"metadata": {
Expand Down
6 changes: 6 additions & 0 deletions manifest-lock.x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -2148,6 +2148,12 @@
"sourcerpm": "publicsuffix-list"
}
},
"qed-firmware": {
"evra": "20240610-1.fc40.noarch",
"metadata": {
"sourcerpm": "linux-firmware"
}
},
"readline": {
"evra": "8.2-8.fc40.x86_64",
"metadata": {
Expand Down
2 changes: 2 additions & 0 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ packages:
- iptables-legacy
# GPU Firmware files (not broken out into subpackage of linux-firmware in RHEL yet)
- amd-gpu-firmware intel-gpu-firmware nvidia-gpu-firmware
# NIC firmware we've traditionally shipped but then were split out of linux-firmware in Fedora
- qed-firmware # https://github.com/coreos/fedora-coreos-tracker/issues/1746


# - irqbalance
Expand Down
Loading