[PATCH 3/5] Use correct %kernel_variant_post macro arguments for the Xen variant

Mark McLoughlin markmc at redhat.com
Thu Mar 6 18:57:15 UTC 2008


From: Eduardo Habkost <ehabkost at raisama.net>

Signed-off-by: Eduardo Habkost <ehabkost at raisama.net>
Signed-off-by: Mark McLoughlin <markmc at redhat.com>
---
 kernel.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel.spec b/kernel.spec
index 1fff49a..a82200d 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -1655,7 +1655,7 @@ fi}\
 %kernel_variant_preun PAEdebug
 
 %kernel_variant_preun xen
-%kernel_variant_post xen -v xen -s kernel-xen[0U] -r kernel-xen -- `[ -d /proc/xen -a ! -e /proc/xen/xsd_kva ] || echo --multiboot=/%{image_install_path}/xen.gz-%{KVERREL}`
+%kernel_variant_post -v xen -s kernel-xen[0U] -r kernel-xen -- `[ -d /proc/xen -a ! -e /proc/xen/xsd_kva ] || echo --multiboot=/%{image_install_path}/xen.gz-%{KVERREL}`
 if [ -x /sbin/ldconfig ]
 then
     /sbin/ldconfig -X || exit $?
-- 
1.5.4.1




More information about the Fedora-kernel-list mailing list