----- "Aaron Konstam" <[EMAIL PROTECTED]> 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.
_______________________________________________
NetworkManager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list