diff --git a/gdb.changes b/gdb.changes index dfc0a15..c864442 100644 --- a/gdb.changes +++ b/gdb.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Aug 4 10:57:48 UTC 2020 - Tom de Vries + +- Add BuildRequire babeltrace-devel. On Factory this adds bdeps + babeltrace-devel, libuuid-devel, babeltrace, libglib-2_0-0, and + libgmodule-2_0-0. + ------------------------------------------------------------------- Wed Jul 29 15:44:22 UTC 2020 - Tom de Vries diff --git a/gdb.spec b/gdb.spec index 03c1a36..400d39e 100644 --- a/gdb.spec +++ b/gdb.spec @@ -329,6 +329,25 @@ BuildRequires: cmake ExclusiveArch: noarch i386 x86_64 ppc ppc64 ia64 s390 s390x %endif # 0%{?el5:1} +%ifarch s390x +%if %{suse_version} > 1500 +BuildRequires: babeltrace-devel +%endif +%endif +%ifarch ppc64 +%if %{suse_version} >= 1500 +BuildRequires: babeltrace-devel +%endif +%endif +%ifarch %{ix86} x86_64 +%if %{suse_version} >= 1200 +BuildRequires: babeltrace-devel +%endif +%endif +%ifarch aarch64 +BuildRequires: babeltrace-devel +%endif + %if %{build_testsuite} # Copied from gcc9/gcc.spec.in