From 86cc64140f44c508fa5e2edcba47ac6bf885631e Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 30 Jun 2023 07:36:27 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 5 ++++- .rpmlint | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .rpmlint diff --git a/.gitignore b/.gitignore index ce34043..c8cf05f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ -SOURCES/LWP-Protocol-https-6.07.tar.gz +/LWP-Protocol-https-6.02.tar.gz +/LWP-Protocol-https-6.03.tar.gz +/LWP-Protocol-https-6.04.tar.gz +/LWP-Protocol-https-6.06.tar.gz /LWP-Protocol-https-6.07.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..77f1ae0 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* UserAgent");