kexec-tools.spec: Drop kexec-tools-2.0.3-disable-kexec-test.patch
kexec_test seems to be no longer used upstream, so we had introduced the 'kexec-tools-2.0.3-disable-kexec-test.patch' earlier to disable the same from fedora kexec-tools as well. However an earlier patch "Remove obsolete kdump tool" now explicitly installs needed files via appropriate logic in .spec file, so we can drop this patch now to reduce the maintenance burden. Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com>
This commit is contained in:
parent
0b9095c11b
commit
bb6dd93d7a
@ -1,17 +0,0 @@
|
||||
diff --git kexec-tools-2.0.3/kexec_test/Makefile kexec-tools-2.0.3/kexec_test/Makefile
|
||||
index fec6210..2ed4d51 100644
|
||||
--- kexec-tools-2.0.3/kexec_test/Makefile
|
||||
+++ kexec-tools-2.0.3/kexec_test/Makefile
|
||||
@@ -8,12 +8,6 @@ dist += kexec_test/Makefile $(KEXEC_TEST_SRCS) \
|
||||
kexec_test/x86-setup-legacy-pic.S
|
||||
|
||||
BUILD_KEXEC_TEST = no
|
||||
-ifeq ($(ARCH),i386)
|
||||
-BUILD_KEXEC_TEST = yes
|
||||
-endif
|
||||
-ifeq ($(ARCH),x86_64)
|
||||
-BUILD_KEXEC_TEST = yes
|
||||
-endif
|
||||
|
||||
ifeq ($(BUILD_KEXEC_TEST),yes)
|
||||
|
@ -87,7 +87,6 @@ Obsoletes: diskdumputils netdump kexec-tools-eppic
|
||||
#
|
||||
# Patches 601 onward are generic patches
|
||||
#
|
||||
Patch601: kexec-tools-2.0.3-disable-kexec-test.patch
|
||||
Patch604: kexec-tools-2.0.16-koji-build-fail-workaround.patch
|
||||
|
||||
%description
|
||||
@ -111,7 +110,6 @@ tar -z -x -v -f %{SOURCE9}
|
||||
tar -z -x -v -f %{SOURCE19}
|
||||
tar -z -x -v -f %{SOURCE23}
|
||||
|
||||
%patch601 -p1
|
||||
%patch604 -p1
|
||||
|
||||
%ifarch ppc
|
||||
|
Loading…
Reference in New Issue
Block a user