Hi, On 08/31/2011 05:41 AM, Bruno Wolff III wrote: > Below is a proposed specfile for the floppy case. (Analog joystick would be > very similar.) I haven't tested the package for functionality yet, but did > test it with rpmbuild and rpmlint. Is this what we want? I don't know about others, but I love it. Actually a constructive solution to the problem being discussed, we could even put it in comps (as not enabled by default) :) > Is this ready > for a formal review? Putting it up for formal review gets my vote, but first lets see what other think for a bit. As always many thanks for you excellent and constructive work on Fedora. Regards, Hans > > Name: floppy-support > Version: 1.0 > Release: 1%{?dist} > Summary: Load floppy driver at boot time > Group: System Environment/Kernel > > > License: MIT > # The package is built just using this specfile. > #URL: > #Source0: > > Requires(post): module-init-tools > > BuildArch: noarch > > %description > By default the floppy driver is not loaded at boot time. Installing this > package will load the floppy driver as part of the install and will set > things so that it will be loaded during future boots. > > > %prep > #No setup, since no source outside the specfile. > > > > %install > rm -rf $RPM_BUILD_ROOT > mkdir -p $RPM_BUILD_ROOT%{_libdir}/modules-load.d > echo floppy> $RPM_BUILD_ROOT%{_libdir}/modules-load.d/floppy.conf > > > %files > %{_libdir}/modules-load.d/floppy.conf > > %post > /sbin/modprobe floppy > > %changelog > * Tue Aug 30 2011 Bruno Wolff III<bruno@xxxxxxxx> 1.0-1 > - Initial package creation -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel