- Do not require glibc-devel-static-32bit on SLE12 which is not available

there.

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=158
This commit is contained in:
Richard Biener 2017-04-03 12:59:56 +00:00 committed by Git OBS Bridge
parent 0864197006
commit a77728baf0
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
Mon Apr 3 12:48:42 UTC 2017 - rguenther@suse.com
- Fix rpm condition to allow build on SLE10.
- Do not require glibc-devel-static-32bit on SLE12 which is not available
there.
-------------------------------------------------------------------
Wed Feb 15 15:55:11 UTC 2017 - matz@suse.com

View File

@ -308,7 +308,7 @@ BuildRequires: gcc-ada
BuildRequires: gcc-ada-32bit
%endif
BuildRequires: gcc-c++-32bit
%if 0%{suse_version} >= 1210
%if 0%{suse_version} >= 1210 && 0%{suse_version} != 1315
BuildRequires: glibc-devel-static-32bit
%endif
%endif