diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 18:21:50 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-05-01 00:35:11 +0200 |
commit | 8169b1b90fce87850da1829efe4267b00ab717dc (patch) | |
tree | 69a0e105d4ad7be56ecc73df8a973b6f231a9522 /t | |
parent | 378c25612aa4b202bf3b55182b9bab5a83890a02 (diff) | |
download | urpmi-8169b1b90fce87850da1829efe4267b00ab717dc.tar urpmi-8169b1b90fce87850da1829efe4267b00ab717dc.tar.gz urpmi-8169b1b90fce87850da1829efe4267b00ab717dc.tar.bz2 urpmi-8169b1b90fce87850da1829efe4267b00ab717dc.tar.xz urpmi-8169b1b90fce87850da1829efe4267b00ab717dc.zip |
fix testuite if glibc-static-devel isn't installed
On some older distributions (eg: Mageia 2), it would fail.
Diffstat (limited to 't')
-rw-r--r-- | t/data/SPECS/ordering-scriptlets/a_1.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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 |