Re: Bad news on LEAP fix patch - the story continues



----- "Aaron Konstam" <akonstam sbcglobal net> wrote:

> > 
> Now we are really getting into black magic. I changed the lines:
> 
> %prep
> %setup -q
> %patch0 -p1 -b .startup-dhcdbd
> %patch2 -p1 -b .linkdebug
> %patch3 -p1 -b .no-killswitch-fix
> %patch4 -p1 -b .LEAP_passwd
> 
> # unpack the applet
> tar -xjf %{SOURCE1}
> %patch1 -p1 -b .buildfix
> 
> To:
> 
> %prep
> %setup -q
> %patch0 -p1 -b .startup-dhcdbd
> %patch2 -p1 -b .linkdebug
> %patch3 -p1 -b .no-killswitch-fix
> 
> # unpack the applet
> tar -xjf %{SOURCE1}
> %patch1 -p1 -b .buildfix
> %patch4 -p1 -b .LEAP_passwd
> 
> and now executing rpmbuild -ba gives a successful compile.
> 
> Will someone confirm that this is ok and I can install the rpms
> produced.?

Ah yes, that would have done it.. 
The first example would be trying to patch the applet source code before it had been unpacked.

Regards,
Jon.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]