summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-11-02 07:33:58 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-11-06 11:21:34 +0100
commit81786dc63072c4f0b77d255bca164cdaea365d63 (patch)
treedde086874b151ee085aa9bca82035d12cdfd6663
parent97a457a5d4e73c6ad4b606b129fd043243156024 (diff)
downloadperl-RPM4-81786dc63072c4f0b77d255bca164cdaea365d63.tar
perl-RPM4-81786dc63072c4f0b77d255bca164cdaea365d63.tar.gz
perl-RPM4-81786dc63072c4f0b77d255bca164cdaea365d63.tar.bz2
perl-RPM4-81786dc63072c4f0b77d255bca164cdaea365d63.tar.xz
perl-RPM4-81786dc63072c4f0b77d255bca164cdaea365d63.zip
explicitely check for rpm-4.1[0-2].0
thus preventing rpm-4.1[0-2] users to choke on rpmPkgSign
-rw-r--r--RPM4/NEWS1
-rw-r--r--RPM4/src/Makefile.PL6
2 files changed, 7 insertions, 0 deletions
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 = $_;