rpmlint/test/data
Wolfgang Frisch 6c9d31c0a5 FileDigestCheck: Filter minor versions in shebangs.
openSUSE is now dynamically patching shebangs of Python script in order to
specify the exact minor version, instead of just the major version, e.g.
!/usr/bin/python3 will be substituted with !/usr/bin/python3.11. This not only
alters existing whitelistings but will also require us to update whitelistings
for every minor version bump of the Python interpreter.

This commit makes the shell filter ignore minor interpreter versions in
shebangs, e.g.  python3.11 will be read as python3. Arguments are supported:
!/usr/bin/python3.11 -v
will be read as
!/usr/bin/python3 -v

See also:
https://bugzilla.suse.com/show_bug.cgi?id=1212476
2023-12-05 11:11:13 +01:00
..
shell_digest.sh FileDigestCheck: implement support for file digest filtering 2022-02-11 11:13:53 +01:00
shell_digest_shebang.py FileDigestCheck: Filter minor versions in shebangs. 2023-12-05 11:11:13 +01:00
xml_digest.xml FileDigestCheck: implement support for file digest filtering 2022-02-11 11:13:53 +01:00