Skip to content

Commit

Permalink
Exclude more obsoleted libertas firmware packages
Browse files Browse the repository at this point in the history
openQA test was showing an error only for the first of these it
encountered, but actually, there used to be four different
libertas firmware packages, we need to exclude all of them.

Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill authored and bcl committed Aug 9, 2023
1 parent 38960a9 commit 3bda0d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions share/templates.d/99-generic/runtime-install.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ installpkg grubby
## various iwl package names were changed in linux-firmware-20230625-151
## so need to be excluded or else dnf gets sad - see
## https://pagure.io/releng/issue/11511 . These exclusions can
## be dropped after F38 goes EOL . Ditto libertas-usb8388-olpc-firmware
## be dropped after F38 goes EOL . Ditto libertas separate packages
## obsoleted in linux-firmware-20230804-152
installpkg --optional *-firmware --except alsa* --except midisport-firmware \
--except crystalhd-firmware --except ivtv-firmware \
Expand All @@ -50,7 +50,10 @@ installpkg grubby
--except iwl6000-firmware --except iwl6000g2a-firmware \
--except iwl6000g2b-firmware --except iwl6050-firmware \
--except iwl3160-firmware --except iwl7260-firmware \
--except iwlax2xx-firmware --except libertas-usb8388-olpc-firmware
--except iwlax2xx-firmware \
--except libertas-sd8686-firmware --except libertas-sd8787-firmware \
--except libertas-usb8388-firmware \
--except libertas-usb8388-olpc-firmware
installpkg b43-openfwwf
%endif

Expand Down

0 comments on commit 3bda0d9

Please sign in to comment.