[debootstrap/el6] new upstream release (1.0.36)

ksyz ksyz at fedoraproject.org
Wed Sep 7 13:54:34 UTC 2011


commit 852fcecbb288fafbf3f4be61aa1407b4eb8d6036
Author: Michal Ingeli <mi at v3.sk>
Date:   Wed Sep 7 15:53:04 2011 +0200

    new upstream release (1.0.36)
    
    Conflicts:
    
    	.gitignore
    	debootstrap-perms.patch
    	debootstrap.spec
    	sources

 .gitignore              |    2 +-
 debootstrap-perms.patch |   19 ++++++++++++++++
 debootstrap.spec        |   56 +++++++++++++++++++++++++++++++++++++++++++++-
 sources                 |    2 +-
 4 files changed, 75 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 49b646e..9a5cc50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-debootstrap_1.0.19.tar.gz
+debootstrap_1.0.36.tar.gz
diff --git a/debootstrap-perms.patch b/debootstrap-perms.patch
new file mode 100644
index 0000000..f0c91b0
--- /dev/null
+++ b/debootstrap-perms.patch
@@ -0,0 +1,19 @@
+--- debootstrap.orig/Makefile
++++ debootstrap/Makefile
+@@ -19,14 +19,13 @@ install:
+ 	mkdir -p $(DESTDIR)/usr/sbin
+ 
+ 	cp -a scripts/* $(DSDIR)/scripts/
+-	install -o root -g root -m 0644 functions $(DSDIR)/
++	install -m 0644 functions $(DSDIR)/
+ 
+ 	sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
+-	chown root:root $(DESTDIR)/usr/sbin/debootstrap
+ 	chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
+ 
+ ifeq ($(shell uname),Linux)
+-	install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
++	install -m 0644 devices.tar.gz $(DSDIR)/
+ endif
+ 
+ devices.tar.gz:
diff --git a/debootstrap.spec b/debootstrap.spec
index b5ba7a5..cf1c388 100644
--- a/debootstrap.spec
+++ b/debootstrap.spec
@@ -1,6 +1,6 @@
 Name:           debootstrap
-Version:        1.0.19
-Release:        2%{?dist}
+Version:        1.0.36
+Release:        1%{?dist}
 Summary:        Debian GNU/Linux bootstrapper
 
 Group:          System Environment/Base
@@ -68,6 +68,58 @@ 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'
+
+* Mon May 23 2011 Jan Vcelak <jvcelak at redhat.com> 1.0.31-1
+- bootstrapping Ubuntu systems:
+  + recommend ubuntu-keyring instead of debian-archive-keyring
+  + check signatures when ubuntu-keyring package is installed
+
+* Fri May 20 2011 Jan Vcelak <jvcelak at redhat.com> 1.0.30-1
+- new upstream release:
+  + support bootstraping Debian oldstable
+  + Ubuntu Oneiric symlink to Gutsy
+  + removed --boot-floppies switch and mode
+  + various fixes in package GPG signatures checking
+
+* Tue Mar 08 2011 Jan Vcelak <jvcelak at redhat.com> 1.0.28-1
+- new upstream release:
+  + fix: bug in the ar extractor for non-gz data.tar in .debs (Debian #598729)
+  + remove 5 second sleeps when debootstrap finds additional required dependencies
+  + use SHA checksums instead of MD5
+  + avoid new warning from dpkg about missing Maintainer field
+
+* Wed Feb 09 2011 Jan Vcelak <jvcelak at redhat.com> 1.0.27-1
+- new upstream release (typo in --private-key, improve Hurd support)
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.26-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Mon Nov 22 2010 Jan Vcelak <jvcelak at redhat.com> 1.0.26-1
+- new upstream release (fix typos and remove old workaround for md5sum)
+
+* Mon Oct 25 2010 Jan Vcelak <jvcelak at redhat.com> 1.0.25-1
+- new upstream release (support for HTTPS, added Ubuntu Nanty, added Debian Wheezy)
+
+* Wed May 26 2010 Jan Zeleny <jzeleny at redhat.com> - 1.0.23-1
+- rebased to 1.0.23 (Add ${misc:Depends}, Add (Ubuntu) maverick as symlink to gutsy)
+
+* Fri Mar 05 2010 Jan Zeleny <jzeleny at redhat.com> - 1.0.22-1
+- rebased to 1.0.22
+
 * Wed Sep 30 2009 Adam Goode <adam at spicenitz.org> - 1.0.19-2
 - Make sure to create /dev/console in devices.tar.gz
 
diff --git a/sources b/sources
index 5e81151..5771f9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e82b5745ec9c25bbe15c4cf075af4999  debootstrap_1.0.19.tar.gz
+eb84805062e3484f0c1f53d9f6ac14df  debootstrap_1.0.36.tar.gz


More information about the scm-commits mailing list