Updating link to change in openSUSE:Factory/elfutils revision 96.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=77bd52915b1f36e444751656a024e253
This commit is contained in:
OBS User buildservice-autocommit 2022-05-05 21:04:24 +00:00 committed by Git OBS Bridge
parent 1f954e857c
commit 064347ec22
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 2 07:30:54 UTC 2022 - Martin Liška <mliska@suse.cz>
- Do not set DEBUGINFOD_URLS for anything older than Tumbleweed.
-------------------------------------------------------------------
Tue Apr 26 07:16:29 UTC 2022 - Martin Liška <mliska@suse.cz>

View File

@ -124,7 +124,10 @@ CFLAGS+=" -fPIC"
autoreconf -fi
# some patches create new test scripts, which are created 644 by default
chmod a+x tests/run*.sh
%configure --enable-debuginfod-urls=https://debuginfod.opensuse.org/ \
%configure \
%if %{suse_version} > 1500
--enable-debuginfod-urls=https://debuginfod.opensuse.org/ \
%endif
--program-prefix=eu-
%make_build