commit fd5297eddafde7bc5c92d557ca93135616fb9673
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Sun Nov 20 10:58:14 2022 -0600
Exclude 32-bit ARM, no dotnet available
jellyfin.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/jellyfin.spec b/jellyfin.spec
index d3161bf..853d1a9 100644
--- a/jellyfin.spec
+++ b/jellyfin.spec
@@ -26,7 +26,7 @@ Source16: %{name}-firewalld.xml
Source17: %{name}-server-lowports.conf
# dotnet does not offer a runtime on ppc
-ExcludeArch: %{power64} ppc64le
+ExcludeArch: %{power64} ppc64le %{arm}
%{?systemd_requires}
BuildRequires: systemd-rpm-macros