Je voudrais retrouver l'information d'architecture CPU (i586 ou i686) pour mes RPMs kernels. Si je fais:
[root@monpc ~]# rpm -qa | grep kernel
kernel-2.6.23.8-63.fc8
kernel-devel-2.6.23.14-107.fc8
kernel-headers-2.6.23.14-107.fc8
kernel-2.6.23.14-107.fc8
kernel-devel-2.6.23.8-63.fc8
Cela me donne uniquement le nom et les numeros de version et release mais pas l'architecture.
Si je fais:
[root@speculor ~]# rpm -qi kernel
Name : kernel Relocations: (not relocatable)
Version : 2.6.23.8 Vendor: Fedora Project
Release : 63.fc8 Build Date: jeu 22 nov 2007 03:14:24 CET
Install Date: dim 20 jan 2008 00:17:52 CET Build Host: xenbuilder4.fedora.phx.redhat.com
Group : System Environment/Kernel Source RPM: kernel-2.6.23.8-63.fc8.src.rpm
Size : 47096577 License: GPLv2
Signature : DSA/SHA1, lun 03 déc 2007 03:47:15 CET, Key ID b44269d04f2a6fd2
Packager : Fedora Project
URL : http://www.kernel.org/
Summary : The Linux kernel (the core of the Linux operating system)
Description :
The kernel package contains the Linux kernel (vmlinuz), the core of any
Linux operating system. The kernel handles the basic functions
of the operating system: memory allocation, process allocation, device
input and output, etc.
Name : kernel Relocations: (not relocatable)
Version : 2.6.23.14 Vendor: Fedora Project
Release : 107.fc8 Build Date: mar 15 jan 2008 04:16:54 CET
Install Date: lun 28 jan 2008 14:27:40 CET Build Host: xenbuilder4.fedora.phx.redhat.com
Group : System Environment/Kernel Source RPM: kernel-2.6.23.14-107.fc8.src.rpm
Size : 47161413 License: GPLv2
Signature : DSA/SHA1, mer 23 jan 2008 15:48:58 CET, Key ID b44269d04f2a6fd2
Packager : Fedora Project
URL : http://www.kernel.org/
Summary : The Linux kernel (the core of the Linux operating system)
Aucune info sur l'architecture non plus.
Quelqu'un aurait une idee pour trouver cette information ?
Merci!