summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--t/02create_pkgs.t2
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ecbd0e5e..0007bed0 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@
o check & report where genhdlist2 is
o check that web server has actually started
o describe more tests to help pinpoint regressions
+ o display RPM version in cpan-testers logs
o do not fail test when libnss.so is not found in Debian 9 or FreeBSD
o fix failing to build some rpms on FreeBSD
o fix test with rpm < 4.13 on CentOS7
diff --git a/t/02create_pkgs.t b/t/02create_pkgs.t
index 84fac0af..56c33ebb 100644
--- a/t/02create_pkgs.t
+++ b/t/02create_pkgs.t
@@ -9,6 +9,8 @@ use Cwd;
set_path();
+warn ">> RPM version is: ", `LC_ALL=C rpm --version`, "\n";
+
chdir 't' if -d 't';
system('rm -rf tmp media');
foreach (qw(media tmp tmp/BUILD tmp/RPMS tmp/RPMS/noarch tmp/SRPMS)) {