From 8169b1b90fce87850da1829efe4267b00ab717dc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 29 Apr 2020 18:21:50 +0200 Subject: fix testuite if glibc-static-devel isn't installed On some older distributions (eg: Mageia 2), it would fail. --- t/data/SPECS/ordering-scriptlets/a_1.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 't') diff --git a/t/data/SPECS/ordering-scriptlets/a_1.spec b/t/data/SPECS/ordering-scriptlets/a_1.spec index a4a0b1cd..749df99b 100644 --- a/t/data/SPECS/ordering-scriptlets/a_1.spec +++ b/t/data/SPECS/ordering-scriptlets/a_1.spec @@ -8,6 +8,8 @@ Release: 1 License: x Provides: /bin/a #BuildRequires: gcc +# Fix testsuite on eg: mga2 if static build fails and libc got included: +Provides: rtld(GNU_HASH) %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^libc.so|^ld %global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^libc.so|^ld -- cgit v1.2.1