> For example, perhaps you have some device driver(s) that you want on > your system that MDK does not ship in their kernel RPM. After every > new kernel/kernel-source install/upgrade you need to go manually build > and install the driver. > ... > %triggerin -- kernel-source
The obvious problem with this approach is that you need new drivers when you install kernel not kernel-source. But you cannot build them at this moment :-) Otherwise the idea is nice, thank you. -andrej
