From 0cdfd26ef826f8a595ab7d85ebc37894f4f3d940 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 11 Aug 2014 15:32:09 +0200 Subject: [PATCH] util: avoid considering dpkg temporary files relevant for anything https://bugs.freedesktop.org/show_bug.cgi?id=82453 --- src/shared/util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/util.c b/src/shared/util.c index e2c955bc0..586f17af8 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -1422,6 +1422,7 @@ _pure_ static bool ignore_file_allow_backup(const char *filename) { endswith(filename, ".rpmorig") || endswith(filename, ".dpkg-old") || endswith(filename, ".dpkg-new") || + endswith(filename, ".dpkg-tmp") || endswith(filename, ".swp"); } -- 2.30.2