mirror of
https://github.com/shenmintao/aic8800d80.git
synced 2026-09-26 17:44:16 +00:00
fix: build the Bazzite package on Linux 7.2
The spec still pins13baa9b, which predates40379fe("fix: support Linux 7.2 cfg80211 API"), so on Bazzite 44 (kernel 7.2) rpmbuild fails in %build with an implicit declaration of the removed strncpy() and an incompatible pointer type for cfg80211_ops::remain_on_channel, whose prototype gained a trailing rx_addr argument. Pin the current main branch instead and reset Release for the new snapshot. Verified by building the package against kernel 7.2.0-ogc4.1.fc44.x86_64.
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
%global commit 13baa9b0b1692f94233bcf6e752060b408062026
|
%global commit e93a7d2b6b9634acefc2aae2891e787fb48fdb01
|
||||||
%global shortcommit %(echo %{commit} | cut -c1-7)
|
%global shortcommit %(echo %{commit} | cut -c1-7)
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%{!?kver:%global kver %(uname -r)}
|
%{!?kver:%global kver %(uname -r)}
|
||||||
|
|
||||||
Name: aic8800d80
|
Name: aic8800d80
|
||||||
Version: %{shortcommit}
|
Version: %{shortcommit}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: AIC8800 USB Wi-Fi, Bluetooth firmware, and ZLP quirk driver
|
Summary: AIC8800 USB Wi-Fi, Bluetooth firmware, and ZLP quirk driver
|
||||||
|
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@@ -78,6 +78,10 @@ cp -a fw/aic8800* %{buildroot}/usr/lib/firmware/
|
|||||||
/usr/lib/firmware/aic8800*
|
/usr/lib/firmware/aic8800*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 21 2026 Heyde Moura <moura.heyde@gmail.com> - e93a7d2-1
|
||||||
|
- Build the current main branch, which carries the Linux 7.2 cfg80211 and
|
||||||
|
strncpy() fixes needed to compile on Bazzite 44.
|
||||||
|
|
||||||
* Tue Jul 28 2026 ccyuen1 - 13baa9b-2
|
* Tue Jul 28 2026 ccyuen1 - 13baa9b-2
|
||||||
- Disable automatic creation of debuginfo packages to fix issue #77.
|
- Disable automatic creation of debuginfo packages to fix issue #77.
|
||||||
- Require usb_modeswitch as package dependency instead of file dependency to fix issue #77.
|
- Require usb_modeswitch as package dependency instead of file dependency to fix issue #77.
|
||||||
|
|||||||
Reference in New Issue
Block a user