summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--RPM4/NEWS2
-rw-r--r--RPM4/src/Makefile.PL1
2 files changed, 3 insertions, 0 deletions
diff --git a/RPM4/NEWS b/RPM4/NEWS
index ac5e0b9..acfd7c6 100644
--- a/RPM4/NEWS
+++ b/RPM4/NEWS
@@ -1,3 +1,5 @@
+- fix detecting rpm-4.15.x final
+
Version 0.40 - 9 September 2019
- fix building with rpm-4.15
diff --git a/RPM4/src/Makefile.PL b/RPM4/src/Makefile.PL
index 78a2c59..287529a 100644
--- a/RPM4/src/Makefile.PL
+++ b/RPM4/src/Makefile.PL
@@ -44,6 +44,7 @@ foreach (qw(
4.11.3
4.12.0
4.12.90
+ 4.15.0
)) {
my $v = $_;
$v =~ s/\./_/g;