Blame gn.rpmlintrc

cde1f50
# This is a maintainer script, so it should indeed be executable:
cde1f50
addFilter(r' strange-permission update-version 775$')
cde1f50
# The source URL exports a tarball directly from git; while the contents are
cde1f50
# stable since it references a particular commit, the tarball checksum and even
cde1f50
# file size are different every time. I haven’t looked too closely, but I
cde1f50
# suspect this is due to timestamps in the tar stream being based on the access
cde1f50
# time rather than the time of the commit.
cde1f50
addFilter(r' file-size-mismatch gn-[0-9A-Fa-f]{8}\.tar\.gz = ')