From 021d7eed291f9c2c301785327bdf7b9137d8e972 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 30 Jun 2023 07:27:16 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 2 +- .rpmlint | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .rpmlint diff --git a/.gitignore b/.gitignore index 49a46f2..14b8ed5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/DateTime-1.50.tar.gz +/DateTime-[0-9.]*.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..a4810f8 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,3 @@ +from Config import * + +addFilter("spelling-error %description -l en_US proleptic -> ")