meshtasticd: Fix install on Fedora 43 (#9556)

This commit is contained in:
Austin
2026-02-06 19:36:21 -06:00
committed by GitHub
co-authored by GitHub
parent 779e446d14
commit 4a4b1f4a87
+7 -1
View File
@@ -59,8 +59,14 @@ BuildRequires: pkgconfig(libbsd-overlay)
Requires: systemd-udev
# Declare that this package provides the user/group it creates in %pre
# Required for Fedora 43+ which tracks users/groups as RPM dependencies
Provides: user(%{meshtasticd_user})
Provides: group(%{meshtasticd_user})
Provides: group(spi)
%description
Meshtastic daemon for controlling Meshtastic devices. Meshtastic is an off-grid
Meshtastic daemon. Meshtastic is an off-grid
text communication platform that uses inexpensive LoRa radios.
%prep