diff --git a/.gitignore b/.gitignore index 7e2f1fa..55ee22f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /debootstrap_1.0.38.tar.gz +/debootstrap_1.0.39.tar.gz diff --git a/debootstrap.spec b/debootstrap.spec index ca5625b..3fafb7e 100644 --- a/debootstrap.spec +++ b/debootstrap.spec @@ -1,6 +1,6 @@ Name: debootstrap -Version: 1.0.38 -Release: 2%{?dist} +Version: 1.0.39 +Release: 1%{?dist} Summary: Debian GNU/Linux bootstrapper Group: System Environment/Base @@ -27,9 +27,9 @@ Debian GNU/Linux guest system. %prep -%setup -q -n debootstrap -%patch0 -p1 -b .devices -%patch1 -p1 -b .perms +%setup -q +%patch0 -p1 +%patch1 -p1 %build @@ -68,6 +68,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Mar 14 2012 Jan Vcelak 1.0.39-1 +- new upstream release: + + retry corrupted downloads rather than carrying on almost regardless + + stop at the end of the retrieval phase if any packages failed to download + * Fri Jan 13 2012 Fedora Release Engineering - 1.0.38-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 6809ffc..7556a3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -214b141206f7e48e326dc0a003fd5a5d debootstrap_1.0.38.tar.gz +c06758dfcfd8fdaf3bdb721f7855f399 debootstrap_1.0.39.tar.gz