This commit is contained in:
parent
fee2d60719
commit
5adc6d4b1b
10
tar-recognize_xz.patch
Normal file
10
tar-recognize_xz.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/suffix.c
|
||||
+++ src/suffix.c
|
||||
@@ -40,6 +40,7 @@
|
||||
{ S(lzma, lzma) },
|
||||
{ S(tlz, lzma) },
|
||||
{ S(lzo, lzop) },
|
||||
+ { S(xz, lzma) },
|
||||
#undef S
|
||||
};
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 14:49:58 CET 2009 - pth@suse.de
|
||||
|
||||
- Recognize .xz as lzma archive.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 10:41:36 CET 2009 - coolo@suse.de
|
||||
|
||||
|
6
tar.spec
6
tar.spec
@ -27,7 +27,7 @@ Provides: base:/bin/tar
|
||||
PreReq: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 1.21
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: GNU implementation of tar ((t)ape (ar)chiver)
|
||||
Source0: %name-%version.tar.bz2
|
||||
# merged
|
||||
@ -38,6 +38,7 @@ Patch0: tar-disable_languages.patch
|
||||
Patch1: tar-disable-listed02-test.diff
|
||||
Patch2: tar-manpage.patch
|
||||
Patch3: tar-wildcards.patch
|
||||
Patch4: tar-recognize_xz.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Recommends: xz
|
||||
Requires: tar-lang = %version
|
||||
@ -80,6 +81,7 @@ Authors:
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4
|
||||
|
||||
%build
|
||||
rm -f po/no.* po/ky.*
|
||||
@ -122,6 +124,8 @@ rm -r %buildroot/usr/libexec
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Tue Mar 03 2009 pth@suse.de
|
||||
- Recognize .xz as lzma archive.
|
||||
* Wed Feb 11 2009 coolo@suse.de
|
||||
- update to version 1.21
|
||||
* New short option -J - A shortcut for --lzma.
|
||||
|
Loading…
Reference in New Issue
Block a user