Rebase to upstream 1.0.51
Upstream: https://github.com/rhkdump/kdump-utils/ Resolves: RHEL-50736 Resolves: RHEL-50738 Resolves: RHEL-62350 Resolves: RHEL-69929 Signed-off-by: Lichen Liu <lichliu@redhat.com>
This commit is contained in:
parent
0459178e7c
commit
d83c41c768
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/kdump-utils-1.0.42.tar.gz
|
||||
/kdump-utils-1.0.43.tar.gz
|
||||
/kdump-utils-1.0.45.tar.gz
|
||||
/kdump-utils-1.0.51.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
# kdump-utils has no debug source
|
||||
%global debug_package %{nil}
|
||||
Name: kdump-utils
|
||||
Version:1.0.45
|
||||
Version:1.0.51
|
||||
Release: %autorelease
|
||||
Summary: Kernel crash dump collection utilities
|
||||
|
||||
@ -9,13 +9,6 @@ License: GPL-2.0-only
|
||||
URL: https://github.com/rhkdump/kdump-utils
|
||||
Source0: https://github.com/rhkdump/kdump-utils/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# Return the correct exit code of rebuild initrd
|
||||
# Author: Tao Liu <ltao@redhat.com>
|
||||
Patch1: 0001-Return-the-correct-exit-code-of-rebuild-initrd.patch
|
||||
# Allow ssh opts to be processed correctly
|
||||
# Author: Coiby Xu <coxu@redhat.com>
|
||||
Patch2: 0002-Allow-ssh-opts-to-be-processed-correctly.patch
|
||||
|
||||
%ifarch ppc64 ppc64le
|
||||
Requires(post): servicelog
|
||||
Recommends: keyutils
|
||||
|
1
sources
1
sources
@ -1,3 +1,4 @@
|
||||
SHA512 (kdump-utils-1.0.42.tar.gz) = 2d8717a010bfbffd4410ef57ade1402316cda07faa1063631b8665ac273fac618bff0afd9bdc02292c859d956790e06a51d81b141db158957ef97eb8408111c4
|
||||
SHA512 (kdump-utils-1.0.43.tar.gz) = ede87a85f63f1f08aec477729a2fe7858d78bd21588b00d13c8ce25b6d951bd400a0642bc2ae34c62ebcce54b8b8ff0c7a8d1d867be18217c9b015adc4131707
|
||||
SHA512 (kdump-utils-1.0.45.tar.gz) = 4df7136473978cdf80690cb25f1e4a5bde6c6b2e4e99940a06210b4a8e491afb0918a63fc4590fcac2379122fec6e9369e1370ec9ce6fcdbe2e80102e43a023d
|
||||
SHA512 (kdump-utils-1.0.51.tar.gz) = 4dcad4cfa8f4434e93d712675de296a49791e430b4f697c8dcfbaddbe148b53f5ef5a77d022cf7175a7650d907346def77139370ffd27ef2f6a0f6b8c9dbfa12
|
||||
|
Loading…
Reference in New Issue
Block a user