Hello Gregoire,

> I alway use my own kernel, but for all other things I use the rpm.
> I don't want to rpm -Uvh --nodeps each times I upgrade packages that
> need kernel...
> 
> Does someone know an easy way to solve this?
> I don't want to download the kernel*.rpm at any time (just an ISDN
> connection...).

+----------------------------------------------------------------
|# rpm -q --provides kernel-2.4.5-6mdk
|alsa
|module-info
|kernel = 2.4.5
|kernel = 2.4.5-6mdk
+----------------------------------------------------------------

so this should do the trick for kernel 2.4.5:

+----------------------------------------------------------------
|echo "Provides: alsa"                >> /etc/rpmrc
|echo "Provides: module-info"         >> /etc/rpmrc
|echo "Provides: kernel = 2.4.5"      >> /etc/rpmrc
|echo "Provides: kernel = 2.4.5-6mdk" >> /etc/rpmrc
+----------------------------------------------------------------

You can edit "/etc/rpmrc" and update the latest two lines with your 
favorite editor, if you update your kernel to an other version.

-- 
                                                        _     
Tsch�ss und bis demn�chst/� bient�t,                  _|_|_   
                                                       (")   *
                                    Stefan             /v\  / 
                                                     �(   )�  Penguin Powered!
 +----------------------------------------------------(m-m)------------------+
 | Stefan Siegel                     | http://www.student.uni-kl.de/~siegel/ |
 | Kurt-Schumacher-Str. 34 / App.144 | mailto:[EMAIL PROTECTED]    |
 | D-67663 Kaiserslautern            | PGP Public Key:                       |
 | Tel.: +49-631-18269               |   finger -l [EMAIL PROTECTED]   |
 +---------------------------------------------------------------------------+

Reply via email to