From 81786dc63072c4f0b77d255bca164cdaea365d63 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 2 Nov 2017 07:33:58 +0100 Subject: explicitely check for rpm-4.1[0-2].0 thus preventing rpm-4.1[0-2] users to choke on rpmPkgSign --- RPM4/NEWS | 1 + RPM4/src/Makefile.PL | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/RPM4/NEWS b/RPM4/NEWS index f026af8..af04f91 100644 --- a/RPM4/NEWS +++ b/RPM4/NEWS @@ -1,4 +1,5 @@ - cpan testers: + o detect rpm-4.1[0-2] which had another rpmPkgSign API o list dependancies o skip a test with rpm-4.1[12] due to a segfault o use PkgConfig in order to find rpm diff --git a/RPM4/src/Makefile.PL b/RPM4/src/Makefile.PL index fd81e27..58457da 100644 --- a/RPM4/src/Makefile.PL +++ b/RPM4/src/Makefile.PL @@ -37,6 +37,12 @@ foreach (qw( 4.9.1 4.9.1.1 4.9.1.2 + 4.10.0 + 4.11.0 + 4.11.1 + 4.11.2 + 4.11.3 + 4.12.0 4.12.90 )) { my $v = $_; -- cgit v1.2.1