re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-30 07:31:19 +02:00
parent 6f1b74de72
commit 15efa2c622
2 changed files with 4 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/YAML-Syck-1.30.tar.gz
/YAML-Syck-1.30.tar.gz
/YAML-Syck-[0-9.]*.tar.gz

3
.rpmlint Normal file
View File

@ -0,0 +1,3 @@
from Config import *
addFilter("spelling-error %description -l en_US libsyck -> ");
addFilter("incorrect-fsf-address /usr/src/debug/perl-YAML-Syck-.*/gram\.c");