[floppy-support] The floppy driver does not appear to be enabled for arm

Bruno Wolff III bruno at fedoraproject.org
Fri May 16 20:45:19 UTC 2014


commit e1f95169dab688d4f8e4aa4e15e807812c057089
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Fri May 16 15:44:09 2014 -0500

    The floppy driver does not appear to be enabled for arm

 floppy-support.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/floppy-support.spec b/floppy-support.spec
index 2c951b6..b580ebe 100644
--- a/floppy-support.spec
+++ b/floppy-support.spec
@@ -1,6 +1,6 @@
 Name: floppy-support          
 Version:        1.0.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Load floppy driver at boot time
 Group: System Environment/Kernel
 
@@ -15,6 +15,9 @@ Requires: systemd
 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}
 
 %description
 By default the floppy driver is not loaded at boot time. Installing this
@@ -43,6 +46,9 @@ echo floppy > $RPM_BUILD_ROOT%{_libdir}/../lib/modules-load.d/floppy.conf
 /sbin/modprobe floppy
 
 %changelog
+* Fri May 16 2014 Bruno Wolff III <bruno at wolff.to> 1.0.0-8
+- kmod(floppy.ko) is not available on arm
+
 * Wed May 14 2014 Bruno Wolff III <bruno at wolff.to> 1.0.0-7
 - Require the floppy kernel module in case it moves to kernel-modules-extra
 


More information about the scm-commits mailing list