diff --git a/.gitignore b/.gitignore index af1fb0c..2707cc7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /debootstrap_*.tar.xz +/debootstrap_1.0.66.tar.gz diff --git a/debootstrap.spec b/debootstrap.spec index a73545c..1b48038 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,12 +1,12 @@ Name: debootstrap -Version: 1.0.64 +Version: 1.0.66 Release: 1%{?dist} Summary: Debian GNU/Linux bootstrapper Group: System Environment/Base License: MIT URL: http://code.erisian.com.au/Wiki/debootstrap -Source0: http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_%{version}.tar.xz +Source0: http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_%{version}.tar.gz Patch0: debootstrap-perms.patch Patch1: debootstrap-arch.patch Patch2: debootstrap-path.patch @@ -82,6 +82,12 @@ touch -r debootstrap $RPM_BUILD_ROOT%{_sbindir}/debootstrap %changelog +* Tue Nov 25 2014 Jan Vcelak 1.0.66-1 +- new upstream release: + + add support for 'stretch' + + specify gzip for deboostrap, xz for debootstrap-udeb + + better portability on non-Debian platforms + * Wed Oct 22 2014 Jan Vcelak 1.0.64-1 - new upstream release: + Ubuntu vivid as a symlink to gutsy diff --git a/sources b/sources index 2115ee7..fe84d0f 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 536b1c6e53f65b9c0411a39a46d4b2cd debootstrap_1.0.64.tar.xz +1caeb6221810566b423de17650414cc2 debootstrap_1.0.66.tar.gz