From ffb857e56c8e6a9422e5d354aae6b1fea393936e Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Wed, 19 Jul 2023 18:27:45 +0200 Subject: [PATCH] Add an rpminspect.yaml file --- .python-psycopg2.metadata | 1 + rpminspect.yaml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .python-psycopg2.metadata create mode 100644 rpminspect.yaml diff --git a/.python-psycopg2.metadata b/.python-psycopg2.metadata new file mode 100644 index 0000000..68d9c1c --- /dev/null +++ b/.python-psycopg2.metadata @@ -0,0 +1 @@ +4f77e3efcf9a0970be5120352274315f7bd1c754 psycopg2-2.7.5.tar.gz diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..21b296a --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,5 @@ +# In a modular build rpminspect confuses the python2-libs for a +# subpackage of psycopg2. Ignore this check. +rpmdeps: + ignore: + requires: ^libpython[0-9]+\.[0-9]+\.so.*\(\)\(.*\)$