From 401d9520bab16860cfe7193ab782c9eed5ccf320 Mon Sep 17 00:00:00 2001 From: Ivan Zakharyaschev Date: Wed, 30 Nov 2016 16:32:44 +0300 Subject: [PATCH] 4.0.4-alt100.96 - verify-elf: don't confuse the initial verify_rpath() in case of two RUNPATH/RPATHs (ALT#32826). --- rpm-4_0.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rpm-4_0.spec b/rpm-4_0.spec index 0fe1927..2dfdcdc 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -3,7 +3,7 @@ Name: rpm Version: 4.0.4 -Release: alt100.95 +Release: alt100.96 %define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}} %define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null || echo '%1 >= unknown') @@ -532,6 +532,10 @@ fi %_bindir/rpm2cpio.static %changelog +* Wed Nov 30 2016 Ivan Zakharyaschev 4.0.4-alt100.96 +- verify-elf: don't confuse the initial verify_rpath() in case + of two RUNPATH/RPATHs (ALT#32826). + * Sun Nov 27 2016 Ivan Zakharyaschev 4.0.4-alt100.95 - verify-elf: honor RUNPATH in addition to RPATH, too (like in lib.req). - (unnoticeable) shell.req: generalize the shebang regexp w.r.t. other