Re: [PATCH 6/6] kexec-tools: Use default rpmbuild definations

2010-03-19 Thread Eric W. Biederman
Ameya Palande <2am...@gmail.com> writes: > Since current mechanism for building rpm into custom directory is not working, > remove it and switch to system defaults for rpmbuild. Does RPM really bit rot that quickly? I know at the time I added the code it was the only way I could get rpm to build

Re: [PATCH] kexec-tools: Fix a typo in rpm spec description

2010-03-19 Thread Ameya Palande
On Fri, 2010-03-19 at 15:59 +0100, ext Don Zickus wrote: > On Fri, Mar 19, 2010 at 03:58:52PM +0200, Ameya Palande wrote: > > From: Ameya Palande > > > > Signed-off-by: Ameya Palande > > --- > > kexec-tools.spec.in |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --

Re: [PATCH] kexec-tools: Fix a typo in rpm spec description

2010-03-19 Thread Don Zickus
On Fri, Mar 19, 2010 at 03:58:52PM +0200, Ameya Palande wrote: > From: Ameya Palande > > Signed-off-by: Ameya Palande > --- > kexec-tools.spec.in |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/kexec-tools.spec.in b/kexec-tools.spec.in > index 5eadece..ae91b73 10

[PATCH] kexec-tools: Fix a typo in rpm spec description

2010-03-19 Thread Ameya Palande
From: Ameya Palande Signed-off-by: Ameya Palande --- kexec-tools.spec.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kexec-tools.spec.in b/kexec-tools.spec.in index 5eadece..ae91b73 100644 --- a/kexec-tools.spec.in +++ b/kexec-tools.spec.in @@ -9,7 +9,7 @@ Packager

[PATCH] kexec-tools: Fix unused return value warning for fread

2010-03-19 Thread Ameya Palande
From: Ameya Palande Signed-off-by: Ameya Palande --- kexec/arch/arm/kexec-zImage-arm.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/kexec/arch/arm/kexec-zImage-arm.c b/kexec/arch/arm/kexec-zImage-arm.c index 3bb49a7..72fcdd8 100644 --- a/kexec/arch/arm/kexec-zI