perl-DateTime/perl-DateTime.rpmlintrc
Petr Šabata e8800c81a3 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/perl-DateTime#1b8cdd51df0a5c2bc781b42b3b0e52bd41e53976
2020-10-16 00:08:37 +02:00

8 lines
274 B
Plaintext

from Config import *
# proleptic: of a calendar, extrapolated to dates prior to its first adoption
addFilter("spelling-error %description -l en_US proleptic -> ")
# DateTime.so is not a library
addFilter("library-not-linked-against-libc /usr/lib.*/DateTime/DateTime\.so")