Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/gdb.git#da97624de1e536b60c263f0a20451d76fa8ed295
This commit is contained in:
parent
98de4a4eb5
commit
6a3daf7366
12
gdb.spec
12
gdb.spec
@ -37,7 +37,7 @@ Version: 10.1
|
||||
|
||||
# The release always contains a leading reserved number, start it at 1.
|
||||
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
|
||||
# Do not provide URL for snapshots as the file lasts there only for 2 days.
|
||||
@ -249,8 +249,10 @@ BuildRequires: texlive-collection-latexrecommended
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
%if 0%{!?rhel:1} || 0%{?rhel} > 7
|
||||
BuildRequires: libbabeltrace-devel%{buildisa}
|
||||
%if 0%{?rhel} < 9
|
||||
BuildRequires: guile-devel%{buildisa}
|
||||
%endif
|
||||
%endif
|
||||
%global have_libipt 0
|
||||
%if 0%{!?rhel:1} || 0%{?rhel} > 7 || (0%{?rhel} == 7 && 0%{?scl:1})
|
||||
%ifarch %{ix86} x86_64
|
||||
@ -724,7 +726,7 @@ $(: ppc64 host build crashes on ppc variant of libexpat.so ) \
|
||||
%else
|
||||
--without-python \
|
||||
%endif
|
||||
%if 0%{!?rhel:1} || 0%{?rhel} > 7
|
||||
%if 0%{!?rhel:1} || 0%{?rhel} == 8
|
||||
--with-guile \
|
||||
%else
|
||||
--without-guile \
|
||||
@ -1193,6 +1195,12 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 17 20201 Keith Seitz <keiths@redhat.com> - 10.1-6
|
||||
- NVR bump to disable guile support.
|
||||
|
||||
* Thu Feb 11 2021 Keith Seitz
|
||||
- Disable Guile support for RHEL9+.
|
||||
|
||||
* Tue Jan 26 2021 Stephen Gallagher <sgallagh@redhat.com> - 10.1-5
|
||||
- Build gdb-minimal for ELN
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user