From 270d1318945569b105158a09f6c930d603b111f2 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Aug 02 2023 13:22:22 +0000 Subject: Add hotfixes repo --- diff --git a/asahi-repos.spec b/asahi-repos.spec index 6d0b0a6..5ee1be9 100644 --- a/asahi-repos.spec +++ b/asahi-repos.spec @@ -1,6 +1,6 @@ Name: asahi-repos Version: 1 -Release: 6 +Release: 7 Summary: Additional repositories for Apple Silicon hardware enablement License: MIT @@ -19,6 +19,7 @@ Source: group_asahi-rawhide-rebuilds.repo Source: RPM-GPG-KEY-group_asahi-rawhide-rebuilds Source: group_asahi-kernel-edge.repo Source: RPM-GPG-KEY-group_asahi-kernel-edge +Source: fedora-asahi-remix-hotfixes.repo Requires: fedora-repos Requires: fedora-gpg-keys @@ -57,7 +58,7 @@ cp -p %SOURCE0 %SOURCE1 . %install install -Dpm0644 -t %{buildroot}%{_sysconfdir}/yum.repos.d \ - %SOURCE2 %SOURCE4 %SOURCE6 %SOURCE8 %SOURCE10 %SOURCE12 + %SOURCE2 %SOURCE4 %SOURCE6 %SOURCE8 %SOURCE10 %SOURCE12 %SOURCE14 install -Dpm0644 -t %{buildroot}%{_sysconfdir}/pki/rpm-gpg \ %SOURCE3 %SOURCE5 %SOURCE7 %SOURCE9 %SOURCE11 %SOURCE13 @@ -72,6 +73,7 @@ install -Dpm0644 -t %{buildroot}%{_sysconfdir}/pki/rpm-gpg \ %config(noreplace) %{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-group_asahi-mesa %config(noreplace) %{_sysconfdir}/yum.repos.d/group_asahi-u-boot.repo %config(noreplace) %{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-group_asahi-u-boot +%config(noreplace) %{_sysconfdir}/yum.repos.d/fedora-asahi-remix-hotfixes.repo %files edge %license LICENSE @@ -93,6 +95,9 @@ echo 'and then reboot your system.' echo %changelog +* Wed Aug 02 2023 Davide Cavalca - 1-7 +- Add repo configuration for the Remix hotfixes + * Sun Jul 30 2023 Davide Cavalca - 1-6 - Fix broken changelog entry diff --git a/fedora-asahi-remix-hotfixes.repo b/fedora-asahi-remix-hotfixes.repo new file mode 100644 index 0000000..4b782a2 --- /dev/null +++ b/fedora-asahi-remix-hotfixes.repo @@ -0,0 +1,11 @@ +[fedora-asahi-remix-hotfixes] +name=Fedora Asahi Remix Hotfixes +baseurl=https://dcavalca.fedorapeople.org/fedora-asahi-remix-hotfixes/ +type=rpm-md +skip_if_unavailable=True +gpgcheck=1 +gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch +repo_gpgcheck=0 +enabled=1 +enabled_metadata=1 +priority=1