From 2de92498efd8504f361c707104b3eb07dd8e3954 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 3 Feb 2025 10:07:37 +0000 Subject: [PATCH] 3.8.20 --- python38.rpmlintrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python38.rpmlintrc b/python38.rpmlintrc index 3ae6567..9f08a69 100644 --- a/python38.rpmlintrc +++ b/python38.rpmlintrc @@ -5,3 +5,6 @@ addFilter("E: non-executable-script") # Not an actual problem, the packager tag is added by the build system anyway addFilter("E: no-packager-tag") addFilter("E: devel-file-in-non-devel-package") + +# fix +addFilter("E: hardcoded-library-path")