diff --git a/checkrestart b/checkrestart index 9b54d78..4f47356 100755 --- a/checkrestart +++ b/checkrestart @@ -567,6 +567,9 @@ return 0 # Skip memfd files if f.startswith('/memfd:'): + return 0 + # Skip sssd cache + if f.startswith('/var/lib/sss/mc/'): return 0 # Skip, if asked to, files that do not belong to any package if onlyPackageFiles: diff --git a/debian/changelog b/debian/changelog index 42e6136..148365e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ -debian-goodies (0.87) UNRELEASED; urgency=medium - +debian-goodies (0.88) UNRELEASED; urgency=medium + + [ Paul Wise ] * find-dbgsym-packages: print the command being executed - -- Paul Wise Mon, 25 May 2020 11:20:42 +0800 + [ Javier Fernández-Sanguino Peña ] + * checkrestart: Ignore deleted files in /var/lib/sss/mc/ as + these are caches from sssd using patch provided by + Baptiste Beauplat (Closes: #929802) + + -- Javier Fernández-Sanguino Peña Tue, 01 Sep 2020 21:33:48 +0200 debian-goodies (0.86) unstable; urgency=medium