File 0001-fix-rpmlint-shebang.patch of Package squeekboard
--- a/cargo_build.py 2022-02-10 11:34:38.935395302 +0100 +++ b/cargo_build.py 2022-02-10 12:55:35.451016970 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """This script manages Cargo builds while keeping the artifact directory within the build tree """Checks tag before release. Feed it the first changelog line, and then all available tags. --- a/tools/yamlfmt 2022-02-10 11:34:38.947395388 +0100 +++ b/tools/yamlfmt 2022-02-10 12:56:30.615336802 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 """Checks YAML files for correct formatting. Usage: yamlfmt.py [--apply] file.yaml --- a/tools/entry4.py 2022-02-10 11:34:38.947395388 +0100 +++ b/tools/entry4.py 2022-02-10 12:57:21.147629957 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 import gi import random --- a/tools/entry.py 2022-02-10 11:34:38.947395388 +0100 +++ b/tools/entry.py 2022-02-10 13:03:32.949997679 +0100 @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/python3 import gi import random