- 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:
parent
0864197006
commit
a77728baf0
@ -2,6 +2,8 @@
|
|||||||
Mon Apr 3 12:48:42 UTC 2017 - rguenther@suse.com
|
Mon Apr 3 12:48:42 UTC 2017 - rguenther@suse.com
|
||||||
|
|
||||||
- Fix rpm condition to allow build on SLE10.
|
- 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
|
Wed Feb 15 15:55:11 UTC 2017 - matz@suse.com
|
||||||
|
2
gdb.spec
2
gdb.spec
@ -308,7 +308,7 @@ BuildRequires: gcc-ada
|
|||||||
BuildRequires: gcc-ada-32bit
|
BuildRequires: gcc-ada-32bit
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: gcc-c++-32bit
|
BuildRequires: gcc-c++-32bit
|
||||||
%if 0%{suse_version} >= 1210
|
%if 0%{suse_version} >= 1210 && 0%{suse_version} != 1315
|
||||||
BuildRequires: glibc-devel-static-32bit
|
BuildRequires: glibc-devel-static-32bit
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user