From 3cf31705a791690fe1824fb7fdd4aa9f3c1bb0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Wed, 7 Dec 2022 21:59:15 +0100 Subject: [PATCH] Fix rpmlintrc file --- perl-Module-Pluggable.rpmlintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Module-Pluggable.rpmlintrc b/perl-Module-Pluggable.rpmlintrc index 9ea2894..8c61ed4 100644 --- a/perl-Module-Pluggable.rpmlintrc +++ b/perl-Module-Pluggable.rpmlintrc @@ -1,2 +1,2 @@ from Config import * -addFilter("-tests\.noarch: W: no-documentatio"); +addFilter("-tests\.noarch: W: no-documentation");