Skip to content

Commit

Permalink
manifests/fedora-coreos-base: re-add qed-firmware
Browse files Browse the repository at this point in the history
We lost this during a recent linux-firmware update which broke it out
into a separate subpackage. Re-add it.

Closes: coreos/fedora-coreos-tracker#1746
  • Loading branch information
jlebon authored and travier committed Jun 27, 2024
1 parent dfb0b16 commit 7e802aa
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 0 deletions.
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

0 comments on commit 7e802aa

Please sign in to comment.