rpms/debootstrap/F-8 debootstrap-1.0.8-perms.patch, NONE, 1.1 debootstrap.spec, 1.3, 1.4 debootstrap-1.0.7-perms.patch, 1.2, NONE

Adam Goode (agoode) fedora-extras-commits at redhat.com
Sun Jun 15 22:22:10 UTC 2008


Author: agoode

Update of /cvs/extras/rpms/debootstrap/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14607

Modified Files:
	debootstrap.spec 
Added Files:
	debootstrap-1.0.8-perms.patch 
Removed Files:
	debootstrap-1.0.7-perms.patch 
Log Message:
Fix missing patch

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: debootstrap.spec
===================================================================
RCS file: /cvs/extras/rpms/debootstrap/F-8/debootstrap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- debootstrap.spec	15 Jun 2008 21:55:24 -0000	1.3
+++ debootstrap.spec	15 Jun 2008 22:21:15 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           debootstrap
 Version:        1.0.9
-Release:        1%{?dist}
+Release:        1%{?dist}.1
 Summary:        Bootstrap a basic Debian GNU/Linux system
 
 Group:          System Environment/Base


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




More information about the fedora-extras-commits mailing list