Accepting request 441241 from home:Andreas_Schwab:Factory

- BuildRequire glibc-devel-static for 12.1 or later, and
  glibc-devel-static-32bit if biarch

OBS-URL: https://build.opensuse.org/request/show/441241
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=146
This commit is contained in:
Richard Biener 2016-11-22 08:16:32 +00:00 committed by Git OBS Bridge
parent 3493ea2989
commit 35e09cb6e4
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 21 11:17:58 UTC 2016 - schwab@suse.de
- BuildRequire glibc-devel-static for 12.1 or later, and
glibc-devel-static-32bit if biarch
-------------------------------------------------------------------
Mon Aug 8 15:34:57 UTC 2016 - matz@suse.com

View File

@ -292,8 +292,14 @@ BuildRequires: gcc-ada
BuildRequires: gcc-ada-32bit
%endif
BuildRequires: gcc-c++-32bit
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static-32bit
%endif
%endif
%endif
%if 0%{suse_version} >= 1210
BuildRequires: glibc-devel-static
%endif
%endif # 0%{?_with_testsuite:1}