[Piuparts-commits] [SCM] Git repository for piuparts branch, develop, updated. 9ea979bee8e01edb0fc4b39c4e4ab00b0bd39fee
Holger Levsen
holger at layer-acht.org
Sun Aug 28 07:52:16 UTC 2011
The following commit has been merged in the develop branch:
commit 9ea979bee8e01edb0fc4b39c4e4ab00b0bd39fee
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Aug 28 09:51:43 2011 +0200
* piuparts.py:
- add to self.ignored_files: /etc/blkid.tab (Closes: #638831)
diff --git a/debian/changelog b/debian/changelog
index f6eb4f6..f3d6224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+piuparts (0.42) UNRELEASED; urgency=low
+
+ * piuparts.py:
+ - add to self.ignored_files: /etc/blkid.tab (Closes: #638831)
+
+ -- Holger Levsen <holger at debian.org> Sun, 28 Aug 2011 09:50:12 +0200
+
piuparts (0.41) unstable; urgency=low
* piupartslib/packagesdb.py: Apply patch by Scott Schaefer to also consider
diff --git a/piuparts.py b/piuparts.py
index 3c11676..965c1f9 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -165,6 +165,7 @@ class Settings:
"/etc/apt/trustdb.gpg",
"/etc/apt/trusted.gpg",
"/etc/apt/trusted.gpg~",
+ "/etc/blkid.tab",
"/etc/crypttab",
"/etc/exports",
"/etc/group",
--
Git repository for piuparts
More information about the Piuparts-commits
mailing list