[debootstrap/f14/master] new upstream release (1.0.27)

jvcelak jvcelak at fedoraproject.org
Wed Feb 9 14:52:22 UTC 2011


commit 940af7e1ab2cbe98be53158677b468af778772a8
Author: Jan Vcelak <jvcelak at redhat.com>
Date:   Wed Feb 9 15:51:25 2011 +0100

    new upstream release (1.0.27)

 .gitignore                |    2 +-
 debootstrap-devices.patch |    7 +++----
 debootstrap-perms.patch   |   10 +++++-----
 debootstrap.spec          |    5 ++++-
 series                    |    2 ++
 sources                   |    2 +-
 6 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 166cccc..a48ed93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/debootstrap_1.0.26.tar.gz
+/debootstrap_1.0.27.tar.gz
diff --git a/debootstrap-devices.patch b/debootstrap-devices.patch
index 945d1b3..1152b96 100644
--- a/debootstrap-devices.patch
+++ b/debootstrap-devices.patch
@@ -1,7 +1,6 @@
-diff -u -uNPrp debootstrap/Makefile debootstrap.new/Makefile
---- debootstrap/Makefile	2010-09-26 19:14:28.000000000 +0200
-+++ debootstrap.new/Makefile	2010-10-25 15:59:20.151248078 +0200
-@@ -27,7 +27,9 @@ devices.tar.gz:
+--- debootstrap.orig/Makefile
++++ debootstrap/Makefile
+@@ -34,7 +34,9 @@ devices.tar.gz:
  	mkdir -p dev
  	chown 0:0 dev
  	chmod 755 dev
diff --git a/debootstrap-perms.patch b/debootstrap-perms.patch
index 8f3def6..17b434f 100644
--- a/debootstrap-perms.patch
+++ b/debootstrap-perms.patch
@@ -1,7 +1,6 @@
-diff -u -uNPrp debootstrap/Makefile debootstrap.new/Makefile
---- debootstrap/Makefile	2010-10-25 15:59:20.151248078 +0200
-+++ debootstrap.new/Makefile	2010-10-25 16:04:52.814373124 +0200
-@@ -14,13 +14,12 @@ install:
+--- debootstrap.orig/Makefile
++++ debootstrap/Makefile
+@@ -19,14 +19,13 @@ install:
  	mkdir -p $(DESTDIR)/usr/sbin
  
  	cp -a scripts/* $(DSDIR)/scripts/
@@ -12,8 +11,9 @@ diff -u -uNPrp debootstrap/Makefile debootstrap.new/Makefile
 -	chown root:root $(DESTDIR)/usr/sbin/debootstrap
  	chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
  
+ ifneq ($(shell uname),GNU)
 -	install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
 +	install -m 0644 devices.tar.gz $(DSDIR)/
+ endif
  
  devices.tar.gz:
- 	rm -rf dev
diff --git a/debootstrap.spec b/debootstrap.spec
index 328bdbc..71586c4 100644
--- a/debootstrap.spec
+++ b/debootstrap.spec
@@ -1,5 +1,5 @@
 Name:           debootstrap
-Version:        1.0.26
+Version:        1.0.27
 Release:        1%{?dist}
 Summary:        Debian GNU/Linux bootstrapper
 
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb 09 2011 Jan Vcelak <jvcelak at redhat.com> 1.0.27-1
+- new upstream release (typo in --private-key, improve Hurd support)
+
 * 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)
 
diff --git a/series b/series
new file mode 100644
index 0000000..ac6e6d0
--- /dev/null
+++ b/series
@@ -0,0 +1,2 @@
+debootstrap-devices.patch
+debootstrap-perms.patch
diff --git a/sources b/sources
index 97e5385..fc84e10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e38301a8e0a12c00036e05fda672eea  debootstrap_1.0.26.tar.gz
+458cc31c0994e6fcc0c1576cdc740978  debootstrap_1.0.27.tar.gz


More information about the scm-commits mailing list