r343 - devmapper/trunk/debian

Bastian Blank waldi at costa.debian.org
Sat Jun 10 21:22:19 UTC 2006


Author: waldi
Date: Sat Jun 10 21:22:17 2006
New Revision: 343

Modified:
   devmapper/trunk/debian/changelog
   devmapper/trunk/debian/rules

Log:
debian/changelog, debian/rules: Add changes from 2:1.02.05-2.1.


Modified: devmapper/trunk/debian/changelog
==============================================================================
--- devmapper/trunk/debian/changelog	(original)
+++ devmapper/trunk/debian/changelog	Sat Jun 10 21:22:17 2006
@@ -4,6 +4,21 @@
 
  -- Bastian Blank <waldi at debian.org>  Sat, 13 May 2006 15:52:57 +0000
 
+devmapper (2:1.02.05-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Set default device modes to 0, 6, 0660, according to the decision
+    of the technical committee,
+    http://lists.debian.org/debian-ctte/2006/04/msg00033.html
+    Closes: #316883, #329409, #341901, #342455
+    LVM devices are created with root:disk ownership and 0660 permissions,
+    which is used by all other disk block devices.  This allows backups
+    of LVM logical volumes with tools such as amanda, which run as user
+    backup, a member of the disk group.
+    Thanks for Roger Leigh for preparing the patch.
+
+ -- Andreas Barth <aba at not.so.argh.org>  Sun,  4 Jun 2006 20:15:33 +0200
+
 devmapper (2:1.02.05-2) unstable; urgency=low
 
   * Generate udeb shlibs entries. (closes: #356906)

Modified: devmapper/trunk/debian/rules
==============================================================================
--- devmapper/trunk/debian/rules	(original)
+++ devmapper/trunk/debian/rules	Sat Jun 10 21:22:17 2006
@@ -31,8 +31,9 @@
 		--libdir=/lib --sbindir=/sbin \
 		--enable-compat \
 		--enable-pkgconfig \
+		--with-device-uid=0 \
 		--with-device-gid=6 \
-		--with-device-mode=0640
+		--with-device-mode=0660
 
 $(BUILD_DIR)/build-udeb/config.status: DIR = $(BUILD_DIR)/build-udeb
 $(BUILD_DIR)/build-udeb/config.status:



More information about the pkg-lvm-commits mailing list