diff --git a/gdb.spec b/gdb.spec index 2a51015..07676b7 100644 --- a/gdb.spec +++ b/gdb.spec @@ -35,7 +35,7 @@ Version: 8.3.50.%{snapsrc} # 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: 16%{?dist} +Release: 17%{?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. @@ -129,6 +129,9 @@ Recommends: default-yama-scope %else %global librpmver 7 %endif +%if 0%{?fedora} >= 31 +%global librpmver 9 +%endif %endif %endif %if 0%{?__isa_bits} == 64 @@ -1138,6 +1141,9 @@ fi %endif %changelog +* Fri Jun 21 2019 Sergio Durigan Junior - 8.3.50.20190610-17 +- Rebuild for librpm9 (RH BZ 1720305). + * Mon Jun 10 2019 Sergio Durigan Junior - 8.3.50.20190610-16 - Rebase to FSF GDB 8.3.50.20190610 (8.4pre).