Accepting request 710142 from home:tomdevries:branches:devel:gcc

- Fix rpmlint macro-in-comment errors
- Fix rpmlint error "deprecated-grep ['egrep']" .
- gdb-gcore-bash.patch: Fix rpmlint error env-script-interpreter by
  replacing "/usr/bin/env bash" with "/bin/bash" in gcore.
- Rewrite gdbserver.1 workaround for riscv64 to avoid
  %define _unpackaged_files_terminate_build 0

OBS-URL: https://build.opensuse.org/request/show/710142
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=209
This commit is contained in:
2019-06-17 13:22:35 +00:00
committed by Git OBS Bridge
parent ff8c7e40a6
commit 94d1e3cc9f
3 changed files with 61 additions and 22 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Jun 14 11:39:56 UTC 2019 - Tom de Vries <tdevries@suse.de>
- Fix rpmlint macro-in-comment errors
-------------------------------------------------------------------
Fri Jun 14 11:27:41 UTC 2019 - Tom de Vries <tdevries@suse.de>
- Fix rpmlint error "deprecated-grep ['egrep']" .
-------------------------------------------------------------------
Fri Jun 14 11:22:54 UTC 2019 - Tom de Vries <tdevries@suse.de>
- gdb-gcore-bash.patch: Fix rpmlint error env-script-interpreter by
replacing "/usr/bin/env bash" with "/bin/bash" in gcore.
-------------------------------------------------------------------
Thu Jun 13 17:51:04 UTC 2019 - Tom de Vries <tdevries@suse.de>
- Rewrite gdbserver.1 workaround for riscv64 to avoid
%define _unpackaged_files_terminate_build 0
-------------------------------------------------------------------
Wed Jun 5 09:53:09 UTC 2019 - Andreas Schwab <schwab@suse.de>