Hi, Aron This patch fix rpmbuilding kernel-xenU on ia64. If you want to install kerne-xenU into /boot, I'll fix with another way. (e.g. make %{xenUimage_install_path}) I think we can install it into /boot/efi/EFI/redhat on ia64. What do you think about this? Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx> diff -r f8ab3683a4fb SPECS/kernel-2.6.spec --- a/SPECS/kernel-2.6.spec Wed May 24 22:19:50 2006 -0400 +++ b/SPECS/kernel-2.6.spec Sun May 28 16:48:09 2006 +0900 @@ -1621,7 +1621,7 @@ fi %files xenU %defattr(-,root,root) -/boot/vmlinuz-%{KVERREL}xenU +/%{image_install_path}/vmlinuz-%{KVERREL}xenU /boot/System.map-%{KVERREL}xenU /boot/config-%{KVERREL}xenU %dir /lib/modules/%{KVERREL}xenU Best Regards, Akio Takebe