From e3264b2a3972e41ceeb9f1e86694e161302bcdea Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 9 Feb 2024 09:42:09 -0600 Subject: [PATCH] Use Recommends: /usr/sbin/sendmail rather than sendmail Signed-off-by: Brian J. Murrell Signed-off-by: Eric Sandeen --- e2fsprogs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/e2fsprogs.spec b/e2fsprogs.spec index ccfe3e1..2f6d672 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing ext2, ext3, and ext4 file systems Name: e2fsprogs Version: 1.47.0 -Release: 4%{?dist} +Release: 5%{?dist} # License tags based on COPYING file distinctions for various components License: GPLv2 @@ -148,7 +148,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 @@ -338,6 +338,10 @@ make PRINT_FAILED=yes fullcheck %{_udevdir}/96-e2scrub.rules %changelog +* Fri Feb 09 2023 Brian J. Murrell - 1.47.0-5 +- Recommends: /usr/sbin/sendmail rather than sendmail as many packages + can provide a /usr/sbin/sendmail command + * Wed Jan 24 2024 Fedora Release Engineering - 1.47.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild