From 80afe144d103d7a9d83f5795c28164b0794b944f Mon Sep 17 00:00:00 2001 From: ccyuen1 <143187971+ccyuen1@users.noreply.github.com> Date: Wed, 29 Jul 2026 00:10:00 +0800 Subject: [PATCH] fix Bazzite build and install errors - Disable automatic creation of debuginfo packages to fix issue #77. - Require usb_modeswitch as package dependency instead of file dependency to fix issue #77. --- bazzite/aic8800d80.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bazzite/aic8800d80.spec b/bazzite/aic8800d80.spec index eb782e6..c426c98 100644 --- a/bazzite/aic8800d80.spec +++ b/bazzite/aic8800d80.spec @@ -1,5 +1,6 @@ %global commit 13baa9b0b1692f94233bcf6e752060b408062026 %global shortcommit %(echo %{commit} | cut -c1-7) +%global debug_package %{nil} %{!?kver:%global kver %(uname -r)} Name: aic8800d80 @@ -17,7 +18,7 @@ BuildRequires: kernel-devel-uname-r = %{kver} Requires: kernel-uname-r = %{kver} Requires: /usr/bin/eject -Requires: /usr/sbin/usb_modeswitch +Requires: usb_modeswitch Requires(post): /usr/sbin/depmod Requires(postun): /usr/sbin/depmod @@ -77,6 +78,10 @@ cp -a fw/aic8800* %{buildroot}/usr/lib/firmware/ /usr/lib/firmware/aic8800* %changelog +* Tue Jul 28 2026 ccyuen1 - 13baa9b-2 +- Disable automatic creation of debuginfo packages to fix issue #77. +- Require usb_modeswitch as package dependency instead of file dependency to fix issue #77. + * Sat Jul 25 2026 Shen Mintao - 13baa9b-1 - Unify Wi-Fi and standard-btusb Bluetooth support in one package. - Add the device-scoped 368b:8d81 ACL bulk TX ZLP companion module.