From bee2bddd901298bf6c3d9ccdd326f68c16d7c1ab Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Tue, 9 Apr 2024 09:25:48 +0800 Subject: [PATCH] makedumpfile: remove explicit-lib-dependency zlib Fix the following error found by rpmlint, makedumpfile.x86_64: E: explicit-lib-dependency zlib You must let rpm find the library dependencies by itself. Do not put unneeded explicit Requires: tags. Signed-off-by: Coiby Xu Reviewed-by: Philipp Rudo Reviewed-by: Dave Young --- kexec-tools.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index a2996945..7ef69a36 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -71,7 +71,6 @@ License: GPL-2.0-only URL: https://github.com/makedumpfile/makedumpfile Conflicts: kexec-tools < 2.0.28-5 -Requires(pre): zlib BuildRequires: make BuildRequires: gcc BuildRequires: zlib-devel