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