From c3a8b7f87c1812a69db7f74a57afe19f919bcdcb Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Sat, 30 Dec 2023 17:55:28 +0000 Subject: [PATCH] Replace Recommends: sendmail with Recommends: /usr/sbin/sendmail Replace Recommends: sendmail with Recommends: /usr/sbin/sendmail There is no need to require the sendmail package specifically as many other packages provide a sendmail command that could be used. Instead, Recommends: /usr/sbin/sendmail which covers any number of other packages that provide a sendmail command. Signed-off-by: Brian J. Murrell --- SPECS/e2fsprogs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/e2fsprogs.spec b/SPECS/e2fsprogs.spec index 321fcdb..7d50c2a 100644 --- a/SPECS/e2fsprogs.spec +++ b/SPECS/e2fsprogs.spec @@ -204,7 +204,7 @@ It was originally inspired by the Multics SubSystem library. %package -n e2scrub Summary: Online Ext4 metadata consistency checking tool and service License: GPLv2 and LGPLv2 -Recommends: sendmail +Recommends: /usr/sbin/sendmail Requires: systemd Requires: util-linux Requires: lvm2