Suggest gdb-minimal

References: https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-05-03 18:12:54 +02:00
parent 81329c3ca8
commit 2688218e05
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -23,7 +23,7 @@
%global rpmver 4.14.2.1 %global rpmver 4.14.2.1
#global snapver rc2 #global snapver rc2
%global rel 8 %global rel 9
%global srcver %{version}%{?snapver:-%{snapver}} %global srcver %{version}%{?snapver:-%{snapver}}
%global srcdir %{?snapver:testing}%{!?snapver:%{name}-%(echo %{version} | cut -d'.' -f1-2).x} %global srcdir %{?snapver:testing}%{!?snapver:%{name}-%(echo %{version} | cut -d'.' -f1-2).x}
@ -214,6 +214,8 @@ Requires: zstd
%endif %endif
Requires: pkgconfig >= 1:0.24 Requires: pkgconfig >= 1:0.24
Requires: /usr/bin/gdb-add-index Requires: /usr/bin/gdb-add-index
# https://fedoraproject.org/wiki/Changes/Minimal_GDB_in_buildroot
Suggests: gdb-minimal
# Technically rpmbuild doesn't require any external configuration, but # Technically rpmbuild doesn't require any external configuration, but
# creating distro-compatible packages does. To make the common case # creating distro-compatible packages does. To make the common case
# "just work" while allowing for alternatives, depend on a virtual # "just work" while allowing for alternatives, depend on a virtual
@ -576,6 +578,9 @@ make check || (cat tests/rpmtests.log; exit 1)
%doc doc/librpm/html/* %doc doc/librpm/html/*
%changelog %changelog
* Fri May 03 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.14.2.1-9
- Suggest gdb-minimal
* Thu Apr 25 2019 Panu Matilainen <pmatilai@redhat.com> - 4.14.2.1-8 * Thu Apr 25 2019 Panu Matilainen <pmatilai@redhat.com> - 4.14.2.1-8
- Replace deprecated __global_ldflags uses with build_ldflags macro - Replace deprecated __global_ldflags uses with build_ldflags macro