[Pkg-ganeti-devel] [SCM] Ganeti packaging branch, master, updated. debian/2.5.0-2-5-gc6e57a4

Iustin Pop iustin at debian.org
Fri May 11 19:48:23 UTC 2012


The following commit has been merged in the master branch:
commit 2e525f3089e3b8bf6e2cc102486cbc2f5aaef51b
Author: Iustin Pop <iustin at debian.org>
Date:   Fri May 11 20:32:32 2012 +0200

    Remove patch obsoleted by version 2.5.1
    
    This was integrated upstream.

diff --git a/debian/patches/fix-lvm-2.0.2-88-attrs.patch b/debian/patches/fix-lvm-2.0.2-88-attrs.patch
deleted file mode 100644
index b994982..0000000
--- a/debian/patches/fix-lvm-2.0.2-88-attrs.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From: Iustin Pop <iustin at google.com>
-Subject: [PATCH stable-2.5] Fix LVM volume listing with newer LVM
- Per commit 0304f0e, newer LVM has extended the lv_attr field. However,
- that commit was incomplete as we examine this attribute in another
- place in the code.
-
- Thanks to user alperhome, the _LVSLINE_REGEX in lib/backend.py also
- needs fixing. I've used the same change as in the above commit: accept
- at minimum 6 characters, but allow for more.
- ---
- lib/backend.py |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/lib/backend.py b/lib/backend.py
-index 859f94c..a76157f 100644
---- a/lib/backend.py
-+++ b/lib/backend.py
-@@ -1,7 +1,7 @@
- #
- #
- 
--# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Google Inc.
-+# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012 Google Inc.
- #
- # This program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
-@@ -77,7 +77,7 @@ _IES_PID_FILE = "pid"
- _IES_CA_FILE = "ca"
- 
- #: Valid LVS output line regex
--_LVSLINE_REGEX = re.compile("^ *([^|]+)\|([^|]+)\|([0-9.]+)\|([^|]{6})\|?$")
-+_LVSLINE_REGEX = re.compile("^ *([^|]+)\|([^|]+)\|([0-9.]+)\|([^|]{6,})\|?$")
- 
- 
- class RPCFail(Exception):
--- 
-1.7.10
-
diff --git a/debian/patches/series b/debian/patches/series
index 608b94c..ff54fa6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 fix-startup-with-old-config.patch
 cfgupgrade12-remove-old-ssconf.patch
 fix-old-style-imports.patch
-fix-lvm-2.0.2-88-attrs.patch

-- 
Ganeti packaging



More information about the Pkg-ganeti-devel mailing list