From 0ec4d78c4ecdd94fc5302794c16aaed1c25817ad Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Mon, 29 Apr 2019 10:30:20 -0400 Subject: [PATCH] Share '/usr/bin/gdb-add-index' between gdb-minimal and gdb-headless (Igor Gnatenko, RHBZ 1695015). --- gdb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 528b17a..591d6c1 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: 9%{?dist} +Release: 10%{?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. @@ -1131,6 +1131,10 @@ fi %endif %changelog +* Mon Apr 29 2019 Sergio Durigan Junior - 8.3.50.20190425-10 +- Share '/usr/bin/gdb-add-index' between gdb-minimal and gdb-headless + (Igor Gnatenko, RHBZ 1695015). + * Mon Apr 29 2019 Sergio Durigan Junior - 8.3.50.20190425-9 - Provide 'gdb-minimal' package, specific for the buildroot (RHBZ 1695015). - Adjust 'gdb-libexec-add-index.patch' for the gdb-minimal case.