From 064347ec22ee7391ef5160adfaa48e38b3500ca8daaddbe6a1d0b3380bd31e0c Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 5 May 2022 21:04:24 +0000 Subject: [PATCH] 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 --- elfutils-debuginfod.changes | 5 +++++ elfutils-debuginfod.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/elfutils-debuginfod.changes b/elfutils-debuginfod.changes index 98e0b18..3583052 100644 --- a/elfutils-debuginfod.changes +++ b/elfutils-debuginfod.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 2 07:30:54 UTC 2022 - Martin Liška + +- Do not set DEBUGINFOD_URLS for anything older than Tumbleweed. + ------------------------------------------------------------------- Tue Apr 26 07:16:29 UTC 2022 - Martin Liška diff --git a/elfutils-debuginfod.spec b/elfutils-debuginfod.spec index a1915dc..61a748f 100644 --- a/elfutils-debuginfod.spec +++ b/elfutils-debuginfod.spec @@ -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