Provide /bin/mail{,x} for backwards compatibility
This commit is contained in:
parent
f6f7eba276
commit
31c7c018cf
@ -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ó <nforro@redhat.com> - 14.9.22-4
|
||||
- Provide /bin/mail{,x} for backwards compatibility
|
||||
|
||||
* Wed Apr 14 2021 Nikola Forró <nforro@redhat.com> - 14.9.22-3
|
||||
- Remove globs in %%files
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user