Remove globs in %files
This commit is contained in:
parent
a1fed4689e
commit
f6f7eba276
15
s-nail.spec
15
s-nail.spec
@ -1,6 +1,6 @@
|
||||
Name: s-nail
|
||||
Version: 14.9.22
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Environment for sending and receiving mail
|
||||
|
||||
# Everything is ISC except parts coming from the original Heirloom mailx which are BSD
|
||||
@ -123,16 +123,25 @@ fi
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README
|
||||
%ghost %{_bindir}/{Mail,mail,mailx,nail}
|
||||
%ghost %{_bindir}/Mail
|
||||
%ghost %{_bindir}/mail
|
||||
%ghost %{_bindir}/mailx
|
||||
%ghost %{_bindir}/nail
|
||||
%{_bindir}/mailx.%{name}
|
||||
%{_bindir}/%{name}
|
||||
%config(noreplace) %{_sysconfdir}/%{name}.rc
|
||||
%ghost %{_mandir}/man1/{Mail,mail,mailx,nail}.1*
|
||||
%ghost %{_mandir}/man1/Mail.1*
|
||||
%ghost %{_mandir}/man1/mail.1*
|
||||
%ghost %{_mandir}/man1/mailx.1*
|
||||
%ghost %{_mandir}/man1/nail.1*
|
||||
%{_mandir}/man1/mailx.%{name}.1*
|
||||
%{_mandir}/man1/%{name}.1*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 14 2021 Nikola Forró <nforro@redhat.com> - 14.9.22-3
|
||||
- Remove globs in %%files
|
||||
|
||||
* Tue Mar 16 2021 Nikola Forró <nforro@redhat.com> - 14.9.22-2
|
||||
- Fix alternatives
|
||||
related: #1897928
|
||||
|
||||
Loading…
Reference in New Issue
Block a user