tarball format is now bz2 to allow bootstrapping (#714765)
This commit is contained in:
parent
f711a84f73
commit
3e3d1190f5
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/xz-4.999.9beta.20100401git.tar.xz
|
/xz-4.999.9beta.20100401git.tar.bz2
|
||||||
/xz-5.0.3.tar.xz
|
/xz-5.0.3.tar.bz2
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
b136554a69e1a7e6eb371302c0d75c06 xz-4.999.9beta.20100401git.tar.xz
|
3aa7bbfaa2d5a87f65c23224b9016006 xz-4.999.9beta.20100401git.tar.bz2
|
||||||
bec7f7985dd79f97aa10ff8305a3a770 xz-5.0.3.tar.xz
|
8d900b742b94fa9e708ca4f5a4b29003 xz-5.0.3.tar.bz2
|
||||||
|
10
xz.spec
10
xz.spec
@ -3,13 +3,13 @@
|
|||||||
Summary: LZMA compression utilities
|
Summary: LZMA compression utilities
|
||||||
Name: xz
|
Name: xz
|
||||||
Version: 5.0.3
|
Version: 5.0.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
# official upstream release
|
# official upstream release
|
||||||
Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.xz
|
Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.bz2
|
||||||
# source created as "make dist" in checked out GIT tree
|
# source created as "make dist" in checked out GIT tree
|
||||||
Source1: %{compat_ver}.20100401git.tar.xz
|
Source1: %{compat_ver}.20100401git.tar.bz2
|
||||||
URL: http://tukaani.org/%{name}/
|
URL: http://tukaani.org/%{name}/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
@ -135,6 +135,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*lz*
|
%{_mandir}/man1/*lz*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 20 2011 Jindrich Novy <jnovy@redhat.com> 5.0.3-2
|
||||||
|
- better to have upstream tarballs in different formats than XZ
|
||||||
|
to allow bootstrapping (#714765)
|
||||||
|
|
||||||
* Mon May 23 2011 Jindrich Novy <jnovy@redhat.com> 5.0.3-1
|
* Mon May 23 2011 Jindrich Novy <jnovy@redhat.com> 5.0.3-1
|
||||||
- update to 5.0.3
|
- update to 5.0.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user