From cde1f50a4586a678537373f15097eef00543da70 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 17 Mar 2021 17:36:38 -0400 Subject: [PATCH] Add an rpmlintrc file --- gn.rpmlintrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gn.rpmlintrc diff --git a/gn.rpmlintrc b/gn.rpmlintrc new file mode 100644 index 0000000..d96c788 --- /dev/null +++ b/gn.rpmlintrc @@ -0,0 +1,8 @@ +# This is a maintainer script, so it should indeed be executable: +addFilter(r' strange-permission update-version 775$') +# The source URL exports a tarball directly from git; while the contents are +# stable since it references a particular commit, the tarball checksum and even +# file size are different every time. I haven’t looked too closely, but I +# suspect this is due to timestamps in the tar stream being based on the access +# time rather than the time of the commit. +addFilter(r' file-size-mismatch gn-[0-9A-Fa-f]{8}\.tar\.gz = ')