Resolves: BZ1433852 https://bugzilla.redhat.com/show_bug.cgi?id=1433852
This patchset fixes a couple of issues reported by rpmlint when it is run on kexec-tools:
1. Patch 3 fixes several instances of hardcoded-library-path errors. 2. Patch 4 fixes a couple of whitespace errors.
While at it, we also try to improve the way /lib*/kdump paths are used in the kdump helper scripts via Patch 1 and 2.
Changes since v1: ---------------- ~ Addressed the issue with kdump helper scripts where they use /lib*/kdump as the path of the kdump helper scripts irrespective of whether they are running on a 64-bit machine.
Bhupesh Sharma (4): kdump-dep-generator.sh: Use uniform source path for kdump-lib.sh Make kdump helper scripts use proper lib paths when referring to /lib*/kdump path kexec-tools.spec: Fix hardcoded-library-path errors kexec-tools.spec: Fix whitespace errors
dracut-module-setup.sh | 19 ++++++++++++++++--- kdump-dep-generator.sh | 14 +++++++++++++- kdumpctl | 15 ++++++++++++++- kexec-tools.spec | 18 +++++++++--------- mkdumprd | 16 +++++++++++++++- 5 files changed, 67 insertions(+), 15 deletions(-)