Accepting request 824697 from home:tomdevries:branches:devel:gcc-gdb-babeltrace-dep-3
- Add BuildRequire babeltrace-devel. On Factory this adds bdeps babeltrace-devel, libuuid-devel, babeltrace, libglib-2_0-0, and libgmodule-2_0-0. OBS-URL: https://build.opensuse.org/request/show/824697 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=256
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 4 10:57:48 UTC 2020 - Tom de Vries <tdevries@suse.com>
|
||||||
|
|
||||||
|
- 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 <tdevries@suse.com>
|
Wed Jul 29 15:44:22 UTC 2020 - Tom de Vries <tdevries@suse.com>
|
||||||
|
|
||||||
|
19
gdb.spec
19
gdb.spec
@@ -329,6 +329,25 @@ BuildRequires: cmake
|
|||||||
ExclusiveArch: noarch i386 x86_64 ppc ppc64 ia64 s390 s390x
|
ExclusiveArch: noarch i386 x86_64 ppc ppc64 ia64 s390 s390x
|
||||||
%endif # 0%{?el5:1}
|
%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}
|
%if %{build_testsuite}
|
||||||
|
|
||||||
# Copied from gcc9/gcc.spec.in
|
# Copied from gcc9/gcc.spec.in
|
||||||
|
Reference in New Issue
Block a user