From 8f2e70e4a326e4bf5e61083f454e526b146c2634 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 30 Jun 2023 07:37:30 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 3 +-- gating.yaml | 6 ++++++ perl-IO-Socket-SSL.rpmlintrc | 4 ++++ 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 gating.yaml create mode 100644 perl-IO-Socket-SSL.rpmlintrc diff --git a/.gitignore b/.gitignore index 05c9319..0524c89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -SOURCES/IO-Socket-SSL-2.066.tar.gz -/IO-Socket-SSL-2.066.tar.gz +/IO-Socket-SSL-[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-IO-Socket-SSL.rpmlintrc b/perl-IO-Socket-SSL.rpmlintrc new file mode 100644 index 0000000..9e930a6 --- /dev/null +++ b/perl-IO-Socket-SSL.rpmlintrc @@ -0,0 +1,4 @@ +from Config import * + +# Documentation/test certs +addFilter("pem-certificate /usr/share/doc/perl-IO-Socket-SSL.*/certs/.*\.pem");