From be7d98907e35fcb918753255474885f4d4a4fb2f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 29 Apr 2022 11:15:10 +0200 Subject: (Header_string) make it compile again with rpm < 4.19 Technically headerUnload() has been deprecated by headerExport() in rpm-4.10, but let's keep using the old testedcode path in rpm < 4.18 but starts using and testing the new code path in 4.18+ before headerUnload() removal in 4.19 --- RPM4/src/Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'RPM4/src/Makefile.PL') diff --git a/RPM4/src/Makefile.PL b/RPM4/src/Makefile.PL index 025f5c8..c39ef23 100644 --- a/RPM4/src/Makefile.PL +++ b/RPM4/src/Makefile.PL @@ -42,6 +42,7 @@ foreach (qw( 4.12.0 4.12.90 4.15.0 + 4.18.0 )) { my $v = $_; my $vobj = version->declare("v$_"); -- cgit v1.2.1