From 9f3525d0345c1f4e91c5a7a68043e8efe0a2b5b5 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 21 Jan 2018 12:31:14 +0000 Subject: Fix Urpm_verify_rpm during install Signatures can't be verified as pubkeys are not available, the code ignores it but that broke with rpm 4.14 (mga#21886). Switch to using rpmtsSetVSFlags and rpmReadPackageFile which should work with older versions too. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index edf131d..18c361f 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,8 @@ o advertize the proper pkg for most distros o skip all rpmdb tests on Debian/Ubutun o skip failing tests on *BSD +- switch Urpm_verify_rpm rpmReadPackageFile to support ignoring signatures with + rpm 4.14 Version 5.15 - 3 October 2017 -- cgit v1.2.1