1122c58
diff -up etckeeper-1.18.7/update-ignore.d/01update-ignore.orig etckeeper-1.18.7/update-ignore.d/01update-ignore
1122c58
--- etckeeper-1.18.7/update-ignore.d/01update-ignore.orig	2017-08-13 12:31:57.360734395 +0200
1122c58
+++ etckeeper-1.18.7/update-ignore.d/01update-ignore	2017-08-13 12:32:45.246242478 +0200
1122c58
@@ -91,7 +91,9 @@ writefile () {
1122c58
 		nl
1122c58
 	elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "rpm" ]; then
1122c58
 		comment "new and old versions of conffiles, stored by apt/rpm"
1122c58
-		ignore "*.rpm*"
1122c58
+		ignore "*.rpmnew"
1122c58
+		ignore "*.rpmorig"
1122c58
+		ignore "*.rpmsave"
1122c58
 		nl
1122c58
 	elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "pacman-g2" -o "$LOWLEVEL_PACKAGE_MANAGER" = "pacman" -o "$LOWLEVEL_PACKAGE_MANAGER" = "pacmatic" ]; then
1122c58
 		comment "new and old versions of conffiles, stored by pacman"