From 2d538d67645a96207abf2907eab549286df02c59 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Jun 21 2023 15:53:00 +0000 Subject: Simplify edge switchover instructions in post --- diff --git a/asahi-repos.spec b/asahi-repos.spec index 7ff735f..62ac6fd 100644 --- a/asahi-repos.spec +++ b/asahi-repos.spec @@ -1,6 +1,6 @@ Name: asahi-repos Version: 1 -Release: 2 +Release: 3 Summary: Additional repositories for Apple Silicon hardware enablement License: MIT @@ -93,13 +93,15 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/pki/rpm-gpg \ %post edge echo -echo 'Run the following commands as root switch to the Edge packages:' -echo ' # dnf update' -echo ' # dnf upgrade --setopt=allow_vendor_change=True mesa\* kernel\*' +echo 'Run the following command as root to switch to the Edge packages:' +echo ' # dnf upgrade --refresh --setopt=allow_vendor_change=True mesa\* kernel\*' echo 'and then reboot your system.' echo %changelog +* Wed Jun 21 2023 Davide Cavalca - 1-3 +- Simplify edge switchover instructions in post + * Thu Feb 16 2023 Davide Cavalca - 1-2 - Rebuild for Fedora 38 - Stop using rpmautospec, it doesn't work in copr