checking in update for ppc64 arg-linux handling

This commit is contained in:
Neil Horman 2006-06-22 17:16:53 +00:00
parent e966dc8d86
commit 83f3d3fd8a

View File

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 1.101 Version: 1.101
Release: 16 Release: 17
License: GPL License: GPL
Group: Applications/System Group: Applications/System
Summary: The kexec/kdump userspace component. Summary: The kexec/kdump userspace component.
@ -28,6 +28,7 @@ Patch101: kexec-tools-1.101-disable-kdump-x8664.patch
# #
# Patches 301 through 400 are meant for ppc64 kexec-tools enablement # Patches 301 through 400 are meant for ppc64 kexec-tools enablement
# #
Patch301: kexec-ppc64-ingnore-args-linux.patch
Patch501: kexec-tools-1.101-Makefile.patch Patch501: kexec-tools-1.101-Makefile.patch
@ -43,6 +44,7 @@ component of the kernel's kexec feature.
rm -f ../kexec-tools-1.101.spec rm -f ../kexec-tools-1.101.spec
%patch1 -p1 %patch1 -p1
%patch101 -p1 %patch101 -p1
%patch301 -p1
%patch501 -p1 %patch501 -p1
cp $RPM_SOURCE_DIR/kdump.init . cp $RPM_SOURCE_DIR/kdump.init .
@ -96,6 +98,9 @@ exit 0
%doc TODO %doc TODO
%changelog %changelog
* Thu Jun 22 2006 Neil Horman <nhorman@redhat.com> -1.101-17
- Add patch to allow ppc64 to ignore args-linux option
* Wed Mar 08 2006 Bill Nottingham <notting@redhat.com> - 1.101-16 * Wed Mar 08 2006 Bill Nottingham <notting@redhat.com> - 1.101-16
- fix scriptlet - call chkconfig --add, change the default in the - fix scriptlet - call chkconfig --add, change the default in the
script itself (#183633) script itself (#183633)