Accepting request 90095 from Base:System

Not critical, but simple and visible - if possible, please take into 12.1. Thx.

- correctly recognize xz compressed data (bnc#728033)

OBS-URL: https://build.opensuse.org/request/show/90095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2011-11-05 10:19:20 +00:00 committed by Git OBS Bridge
commit cbc3ea9d85
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 4 09:56:02 UTC 2011 - puzel@suse.com
- correctly recognize xz compressed data (bnc#728033)
-------------------------------------------------------------------
Thu Jun 16 08:26:41 UTC 2011 - idonmez@novell.com

View File

@ -46,7 +46,8 @@ case ${type#"$SRC": } in
CMD="unzip -v" ;;
*"bzip"*" compressed data"*)
CMD="bzip2 -dc" ;;
*"xz compressed data"*)
*"xz compressed data"*|\
*"XZ compressed data"*)
CMD="xz -dc" ;;
*)
rm -f "$TMPF_pre"