diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-15 00:59:14 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-01-17 02:22:39 +0100 |
commit | 46387084f6d0e09207354daed3fe2531035d638d (patch) | |
tree | 3c9eced401f93afe20f9e4778e32694ae70c6795 /NEWS | |
parent | bd9042d1252f276d1d57fb172c2cb3e1b6847c10 (diff) | |
download | urpmi-46387084f6d0e09207354daed3fe2531035d638d.tar urpmi-46387084f6d0e09207354daed3fe2531035d638d.tar.gz urpmi-46387084f6d0e09207354daed3fe2531035d638d.tar.bz2 urpmi-46387084f6d0e09207354daed3fe2531035d638d.tar.xz urpmi-46387084f6d0e09207354daed3fe2531035d638d.zip |
fix testsuite errors on CentOs (NVR vs NVRA)
where rpmquery default to outputing NVRA (vs NVR on Mageia)
reuse check_installed_fullnames() where needed instead of introducing %{NVR}
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ - cpan_testers: o actually needs perl >= 5.10 for //= operator o fix failing scriptlets test with rpm < 4.13.0 + o fix testsuite errors on CentOs (NVR vs NVRA) o skip tests if we have no supported downloader o testsuite needs rpmtools |