[debootstrap] new upstream release (1.0.36)

jvcelak jvcelak at fedoraproject.org
Mon Aug 22 09:20:02 UTC 2011


commit 989a82feabb4edfaa3c5cb3d36d6ca17180bbf75
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Mon Aug 22 11:19:37 2011 +0200

    new upstream release (1.0.36)

 .gitignore              |    2 +-
 debootstrap-perms.patch |    2 +-
 debootstrap.spec        |   13 ++++++++++++-
 sources                 |    2 +-
 4 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce8de71..67c928f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/debootstrap_1.0.32.tar.gz
+/debootstrap_1.0.36.tar.gz
diff --git a/debootstrap-perms.patch b/debootstrap-perms.patch
index 17b434f..f0c91b0 100644
--- a/debootstrap-perms.patch
+++ b/debootstrap-perms.patch
@@ -11,7 +11,7 @@
 -	chown root:root $(DESTDIR)/usr/sbin/debootstrap
  	chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
  
- ifneq ($(shell uname),GNU)
+ ifeq ($(shell uname),Linux)
 -	install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
 +	install -m 0644 devices.tar.gz $(DSDIR)/
  endif
diff --git a/debootstrap.spec b/debootstrap.spec
index d77cf36..fd69e62 100644
--- a/debootstrap.spec
+++ b/debootstrap.spec
@@ -1,5 +1,5 @@
 Name:           debootstrap
-Version:        1.0.32
+Version:        1.0.36
 Release:        1%{?dist}
 Summary:        Debian GNU/Linux bootstrapper
 
@@ -68,6 +68,17 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 22 2011 Jan Vcelak <jvcelak at redhat.com> 1.0.36-1
+- new upstream release:
+  + use md5sum for 'sarge'
+  + improve error message when decompressing command is not available
+  + add more information regarding the version and architecture in case a download fails
+  + do not use --arch when we specifically care about the host architecture
+  + guess host OS based on uname for non-Debian systems
+  + clarify "target" in usage message
+  + search PATH for programs, rather than checking hardcoded locations
+  + various fixes for installing kFreeBSD
+
 * Mon Jun 20 2011 Jan Vcelak <jvcelak at redhat.com> 1.0.32-1
 - new upstream release:
   + use md5sums for 'woody' and 'potato'
diff --git a/sources b/sources
index f58aa62..5771f9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3538ffa710f0d365dcbdc0dc18af2d4c  debootstrap_1.0.32.tar.gz
+eb84805062e3484f0c1f53d9f6ac14df  debootstrap_1.0.36.tar.gz


More information about the scm-commits mailing list