Disable postun error

This commit is contained in:
survolog (Andrey Grigorev) 2019-12-16 13:29:06 +03:00
parent 53da1f93c4
commit 017451f5d6
2 changed files with 2 additions and 0 deletions

View file

@ -9,3 +9,4 @@ addFilter("W: name-repeated-in-summary")
# No libs in there
addFilter("E: incoherent-version-in-name")
addFilter("E: invalid-spec-name")

View file

@ -6,4 +6,5 @@ addFilter("E: library-not-linked-against-libc")
addFilter("E: explicit-lib-dependency")
# Required to decipher the abbreviation
addFilter("W: name-repeated-in-summary")
addFilter("E: empty-%postun")