The package rpms/floppy-support.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/floppy-support.git/commit/?id=649b7d....
Change: +ExcludeArch: %{arm} aarch64
Thanks.
Full change: ============
commit 649b7d940f4355d08628dd447d66ec3eef2b70ba Author: Till Maas opensource@till.name Date: Wed Jun 28 23:30:50 2017 +0200
kmod(floppy.ko) is also not available on aarch64
diff --git a/floppy-support.spec b/floppy-support.spec index 2718089..55818d4 100644 --- a/floppy-support.spec +++ b/floppy-support.spec @@ -1,6 +1,6 @@ Name: floppy-support Version: 1.0.0 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Load floppy driver at boot time Group: System Environment/Kernel
@@ -17,7 +17,7 @@ Requires(post): module-init-tools BuildArch: noarch # The floppy module does not appear to be built for arm (or the kernel # auto provides feature isn't turned on there. -ExcludeArch: %{arm} +ExcludeArch: %{arm} aarch64
%description By default the floppy driver is not loaded at boot time. Installing this @@ -46,6 +46,9 @@ echo floppy > $RPM_BUILD_ROOT%{_libdir}/../lib/modules-load.d/floppy.conf /sbin/modprobe floppy
%changelog +* Wed Jun 28 2017 Till Maas opensource@till.name - 1.0.0-13 +- kmod(floppy.ko) is also not available on aarch64 + * Fri Feb 10 2017 Fedora Release Engineering releng@fedoraproject.org - 1.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
arch-excludes@lists.fedoraproject.org