From 49e166feb1798ceba3e5da3f66b6e1c106955a01 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sun, 30 Jul 2023 10:17:43 -0400 Subject: [PATCH] Revert "Use stable dtbs path to always pick the latest" This breaks the upgrade path in practice. It does not fire correctly because /boot/dtb is a symlink and does not actually contain files. This partly reverts commit 5dd80aff06afbc12200f279ee50b1d62779c965f. --- asahi-scripts.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asahi-scripts.spec b/asahi-scripts.spec index b72106f..f77f275 100644 --- a/asahi-scripts.spec +++ b/asahi-scripts.spec @@ -87,7 +87,7 @@ install -Dpm0644 %SOURCE1 %{buildroot}%{_sysconfdir}/sysconfig/update-m1n1 %transfiletriggerin -n asahi-fwupdate -- %{_sbindir}/asahi-fwupdate %{_bindir}/asahi-fwextract %{python3_sitearch}/asahi-firmware %{_sbindir}/asahi-fwupdate || : -%transfiletriggerin -n update-m1n1 -- %{_libdir}/m1n1 %{_datadir}/uboot/apple_m1 /boot/dtb/apple +%transfiletriggerin -n update-m1n1 -- %{_libdir}/m1n1 %{_datadir}/uboot/apple_m1 /boot/dtb- %{_sbindir}/update-m1n1 || : %files