[kexec-tools] Fix an installation issue on ppc64le

WANG Chao wangchao at fedoraproject.org
Tue Nov 4 03:45:21 UTC 2014


commit bd29906daaf2df22950e6920a15bc4055e90f510
Author: WANG Chao <chaowang at redhat.com>
Date:   Thu Oct 30 11:12:26 2014 +0800

    Fix an installation issue on ppc64le
    
    I forgot to add kdump.sysconfig.ppc64le to "Source" directive to
    kexec-tools.spec. And on ppc64le, the default kdump.sysconfig will be
    installed to /etc/sysconfig/kdump. Now fix it.
    
    Signed-off-by: WANG Chao <chaowang at redhat.com>
    Acked-by: Baoquan He <bhe at redhat.com>
    Acked-by: Dave Young <dyoung at redhat.com>

 kexec-tools.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/kexec-tools.spec b/kexec-tools.spec
index 96d0466..599a636 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -26,6 +26,7 @@ Source21: kdump-in-cluster-environment.txt
 Source22: kdump-dep-generator.sh
 Source23: kdump-anaconda-addon-005.tar.gz
 Source24: kdump-lib-initramfs.sh
+Source25: kdump.sysconfig.ppc64le
 
 #######################################
 # These are sources for mkdumpramfs


More information about the scm-commits mailing list