Merge branch 'master' into rosa2016.1

This commit is contained in:
survolog (Andrey Grigorev) 2019-12-08 23:30:16 +03:00
commit 0ed04fa1b1
2 changed files with 2 additions and 1 deletions

View file

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

View file

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