#7 Require the latest dracut-asahi
Merged 10 months ago by dcavalca. Opened 11 months ago by dcavalca.
fedora-asahi/ dcavalca/asahi-platform-metapackage scripts  into  main

@@ -3,7 +3,7 @@ 

  

  Name:           asahi-platform-metapackage

  Version:        0

- Release:        10%{?dist}

+ Release:        11%{?dist}

  Summary:        Metapackage declaring Asahi platform dependencies

  Group:          Metapackages

  License:        MIT
@@ -32,7 +32,7 @@ 

  Summary:        Metapackage declaring core Asahi platform dependencies

  Requires:       alsa-ucm-asahi

  Requires:       asahi-fwextract

- Requires:       dracut-asahi

+ Requires:       dracut-asahi >= 20240411-1

  Requires:       kernel-16k

  Requires:       kernel-16k-modules-extra

  Requires:       update-m1n1
@@ -118,6 +118,9 @@ 

      > %{buildroot}%{_libdir}/firefox/defaults/pref/asahi.js

  

  %changelog

+ * Thu May 30 2024 Davide Cavalca <dcavalca@fedoraproject.org>

+ - Require the latest dracut-asahi

+ 

  * Sat Apr 20 2024 Davide Cavalca <dcavalca@fedoraproject.org>

  - Rebuild for Fedora Linux 40

  

These need to be updated in lockstep due to a change in initramfs modules

I think it'd be better to add Conflicts for older versions so they get uninstalled instead.

Oh wait. This won't work either.

DNF's protect running kernel code will prevent this from installing properly because it'll uninstall the running kernel.

do we still need this with the fixed dracut-asahi? I guess Requires: dracut-asahi >= 20240411-2 wouldn't hurt.

We probably don't need the kernel thing, but the dracut-asahi minimum version would make sense.

rebased onto d266b81

10 months ago

Updated to drop the kernel side of this

Pull-Request has been merged by dcavalca

10 months ago
Metadata