[PATCH] Add sample eppic scripts to kexec-tools-eppic package

WANG Chao chaowang at redhat.com
Fri Sep 19 03:03:04 UTC 2014


On 09/18/14 at 09:24am, Vivek Goyal wrote:
> On Thu, Sep 18, 2014 at 01:49:09PM +0800, WANG Chao wrote:
> > Upstream makedumpfile contains some sample eppic scripts for reference.
> > Now pull the whole scripts directory into kexec-tools-eppic package.
> > 
> > Signed-off-by: WANG Chao <chaowang at redhat.com>
> 
> If scripts are part of makedumpfile, then it should be part of kexec-tools
> package and not kexec-tools-eppic?

# rpm -ql kexec-tools-eppic
/usr/lib64/eppic_makedumpfile.so

These sample scripts are eppic language, and they  won't work without
eppic_makedumpfile.so. It makes sense to put them along with
eppic_makedumpfile.so. That means in kexec-tools-eppic package.

Thanks
WANG Chao
> 
> Thanks
> Vivek
> 
> > ---
> >  kexec-tools.spec | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/kexec-tools.spec b/kexec-tools.spec
> > index af0c69b..6411ccf 100644
> > --- a/kexec-tools.spec
> > +++ b/kexec-tools.spec
> > @@ -203,6 +203,8 @@ install -m 644 makedumpfile-1.5.6/makedumpfile.8.gz $RPM_BUILD_ROOT/%{_mandir}/m
> >  install -m 644 makedumpfile-1.5.6/makedumpfile.conf.5.gz $RPM_BUILD_ROOT/%{_mandir}/man5/makedumpfile.conf.5.gz
> >  install -m 644 makedumpfile-1.5.6/makedumpfile.conf $RPM_BUILD_ROOT/%{_sysconfdir}/makedumpfile.conf.sample
> >  install -m 755 makedumpfile-1.5.6/eppic_makedumpfile.so $RPM_BUILD_ROOT/%{_libdir}/eppic_makedumpfile.so
> > +mkdir -p $RPM_BUILD_ROOT/usr/share/makedumpfile/eppic_scripts/
> > +install -m 644 makedumpfile-1.5.6/eppic_scripts/* $RPM_BUILD_ROOT/usr/share/makedumpfile/eppic_scripts/
> >  %endif
> >  make -C kdump-anaconda-addon install DESTDIR=$RPM_BUILD_ROOT
> >  %find_lang kdump-anaconda-addon
> > @@ -324,6 +326,7 @@ done
> >  %ifarch %{ix86} x86_64 ppc64 s390x
> >  %files eppic
> >  %{_libdir}/eppic_makedumpfile.so
> > +/usr/share/makedumpfile/eppic_scripts/
> >  %endif
> >  
> >  %files anaconda-addon -f kdump-anaconda-addon.lang
> > -- 
> > 1.9.3
> > 
> > _______________________________________________
> > kexec mailing list
> > kexec at lists.fedoraproject.org
> > https://lists.fedoraproject.org/mailman/listinfo/kexec


More information about the kexec mailing list