How to create an akmod rpm?
I have a wifi card which requires the Realtek 8192cu driver. The drivers in the kernel don't work for me; I have to patch and compile the driver available on Realtek's website, and I have to manually recompile it every time I update the kernel.
I'd like to automate the process by using akmod. I'm having trouble finding documentation about how to make an akmod rpm. How would I go about creating one?