packages: autoconf/autoconf.spec - lzma command is not compatible with xz f...

Fryderyk Dziarmagowski freetz at gmx.net
Sun Feb 21 18:36:18 CET 2010


On Sun, 21 Feb 2010 17:38:00 +0100
sparky <sparky at pld-linux.org> wrote:

> Author: sparky                       Date: Sun Feb 21 16:38:00 2010 GMT
> Module: packages                      Tag: HEAD
> ---- Log message:
> - lzma command is not compatible with xz format, changed lzma -> xz
> 
> ---- Files affected:
> packages/autoconf:
>    autoconf.spec (1.143 -> 1.144) 
> 
> ---- Diffs:
> 
> ================================================================
> Index: packages/autoconf/autoconf.spec
> diff -u packages/autoconf/autoconf.spec:1.143 packages/autoconf/autoconf.spec:1.144
> --- packages/autoconf/autoconf.spec:1.143	Sun Feb 21 17:30:06 2010
> +++ packages/autoconf/autoconf.spec	Sun Feb 21 17:37:54 2010
> @@ -198,7 +198,7 @@
>  
>  %prep
>  %setup -q -c -T
> -lzma -dc %{SOURCE0} | tar xf - -C ..
> +xz -dc %{SOURCE0} | tar xf - -C ..

tar already got xz support, %setup alone will do the job

-- 
Fryderyk Dziarmagowski


More information about the pld-devel-en mailing list