From 31c7c018cfb5b4df8c7fc4d7f487c2d5314d448c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 7 May 2021 10:46:20 +0200 Subject: [PATCH] Provide /bin/mail{,x} for backwards compatibility --- s-nail.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/s-nail.spec b/s-nail.spec index 67d40c0..6c482ac 100644 --- a/s-nail.spec +++ b/s-nail.spec @@ -1,6 +1,6 @@ Name: s-nail Version: 14.9.22 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Environment for sending and receiving mail # Everything is ISC except parts coming from the original Heirloom mailx which are BSD @@ -24,6 +24,9 @@ Requires(post): %{_sbindir}/update-alternatives Requires(postun): %{_sbindir}/update-alternatives Requires(preun): %{_sbindir}/update-alternatives +# For backwards compatibility +Provides: /bin/mail +Provides: /bin/mailx %description S-nail provides a simple and friendly environment for sending @@ -139,6 +142,9 @@ fi %changelog +* Fri May 07 2021 Nikola Forró - 14.9.22-4 +- Provide /bin/mail{,x} for backwards compatibility + * Wed Apr 14 2021 Nikola Forró - 14.9.22-3 - Remove globs in %%files