From 301d0e35a794f2a5d287d6cf21c8487358f30f66 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 30 Jun 2023 07:36:45 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 +-- gating.yaml | 6 ++++++ perl-Net-SSLeay.rpmlintrc | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 gating.yaml create mode 100644 perl-Net-SSLeay.rpmlintrc diff --git a/.gitignore b/.gitignore index e699ddd..ce73085 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/Net-SSLeay-1.88.tar.gz -/Net-SSLeay-1.88.tar.gz +/Net-SSLeay-[0-9.]*.tar.gz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..eb7c84f --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/perl-Net-SSLeay.rpmlintrc b/perl-Net-SSLeay.rpmlintrc new file mode 100644 index 0000000..13aabcb --- /dev/null +++ b/perl-Net-SSLeay.rpmlintrc @@ -0,0 +1,4 @@ +from Config import * +addFilter("spelling-error %description -l en_US http -> "); +addFilter("spelling-error %description -l en_US sslcat -> "); +addFilter("crypto-policy-non-compliance-openssl /usr/lib64/perl5/vendor_perl/auto/Net/SSLeay/SSLeay.so SSL_CTX_set_cipher_list");