rpms/debootstrap/devel debootstrap-1.0.8-perms.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 debootstrap.spec, 1.2, 1.3 sources, 1.2, 1.3 debootstrap-1.0.7-perms.patch, 1.2, NONE

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Fri Feb 22 16:53:13 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/debootstrap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5716/devel

Modified Files:
	.cvsignore debootstrap.spec sources 
Added Files:
	debootstrap-1.0.8-perms.patch 
Removed Files:
	debootstrap-1.0.7-perms.patch 
Log Message:
1.0.8

debootstrap-1.0.8-perms.patch:

--- NEW FILE debootstrap-1.0.8-perms.patch ---
diff -urp debootstrap.orig/Makefile debootstrap/Makefile
--- debootstrap.orig/Makefile	2008-02-22 17:47:52.000000000 +0100
+++ debootstrap/Makefile	2008-02-22 17:51:02.000000000 +0100
@@ -16,9 +16,9 @@ install:
 	mkdir -p $(DSDIR)/scripts
 	mkdir -p $(DESTDIR)/usr/sbin
 
-	install -o root -g root -m 0644 scripts/debian/* $(DSDIR)/scripts/
-	install -o root -g root -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/
-	install -o root -g root -m 0644 functions $(DSDIR)/
+	install -m 0644 scripts/debian/* $(DSDIR)/scripts/
+	install -m 0644 scripts/ubuntu/* $(DSDIR)/scripts/
+	install -m 0644 functions $(DSDIR)/
 
         # no special script for etch anymore
 	ln -s sid $(DSDIR)/scripts/etch
@@ -28,10 +28,9 @@ install:
 	ln -s gutsy $(DSDIR)/scripts/hardy
 
 	sed 's/@VERSION@/$(VERSION)/g' debootstrap >$(DESTDIR)/usr/sbin/debootstrap
-	chown root:root $(DESTDIR)/usr/sbin/debootstrap
 	chmod 0755 $(DESTDIR)/usr/sbin/debootstrap
 
-	install -o root -g root -m 0644 devices.tar.gz $(DSDIR)/
+	install -m 0644 devices.tar.gz $(DSDIR)/
 
 devices.tar.gz:
 	rm -rf dev


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/debootstrap/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	18 Nov 2007 19:09:14 -0000	1.2
+++ .cvsignore	22 Feb 2008 16:52:33 -0000	1.3
@@ -1 +1 @@
-debootstrap_1.0.7.tar.gz
+debootstrap_1.0.8.tar.gz


Index: debootstrap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/debootstrap/devel/debootstrap.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- debootstrap.spec	18 Nov 2007 20:01:15 -0000	1.2
+++ debootstrap.spec	22 Feb 2008 16:52:33 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           debootstrap
-Version:        1.0.7
-Release:        2%{?dist}
+Version:        1.0.8
+Release:        1%{?dist}
 Summary:        Bootstrap a basic Debian GNU/Linux system
 
 Group:          System Environment/Base
@@ -9,7 +9,7 @@
 Source0:        http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_%{version}.tar.gz
 Patch0:         debootstrap-1.0.7-arch.patch
 Patch1:         debootstrap-1.0.7-devices.patch
-Patch2:         debootstrap-1.0.7-perms.patch
+Patch2:         debootstrap-1.0.8-perms.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -70,6 +70,9 @@
 
 
 %changelog
+* Fri Feb 22 2008 Lubomir Kundrak <lkundrak at redhat.com> - 1.0.8-1
+- 1.0.8
+
 * Sun Nov 18 2007 Patrice Dumas <pertusus at free.fr> 1.0.7-2
 - keep timestamps
 - use rpm macros instead of hardcoded paths


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/debootstrap/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	18 Nov 2007 19:09:14 -0000	1.2
+++ sources	22 Feb 2008 16:52:33 -0000	1.3
@@ -1 +1 @@
-bd446c40b90c6069178b23065d4179ca  debootstrap_1.0.7.tar.gz
+267120a2e8b7e829b292376a9eac4d96  debootstrap_1.0.8.tar.gz


--- debootstrap-1.0.7-perms.patch DELETED ---




More information about the fedora-extras-commits mailing list