#2 Remove mailx dependency
Closed 2 years ago by frankcrawford. Opened 3 years ago by nforro.
rpms/ nforro/logwatch f34  into  f34

file modified
+5 -2
@@ -2,13 +2,13 @@ 

  Summary: A log file analysis program

  Name: logwatch

  Version: 7.5.5

- Release: 1%{?dist}

+ Release: 2%{?dist}

  License: MIT

  URL: https://sourceforge.net/projects/logwatch

  Source0: logwatch-%{version}.tar.gz

  #Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

  BuildRequires: perl-generators

- Requires: grep mailx

+ Requires: grep

  Requires: perl(Date::Manip)

  Requires: perl(diagnostics)

  Requires: perl(Errno)
@@ -124,6 +124,9 @@ 

  %{_unitdir}/logwatch.timer

  

  %changelog

+ * Tue Feb 23 2021 Nikola Forró <nforro@redhat.com> - 7.5.5-2

+ - Remove mailx dependency

+ 

  * Tue Jan 26 2021 Frank Crawford <frank@crawford.emu.id.au> - 7.5.5-1

  - Update to 7.5.5

  

I'm not sure why it is there in the first place. The default mailer is sendmail, and, based on the comment in logwatch.conf, it seems mailx wouldn't even work properly.

Spec file updated without PR.

Pull-Request has been closed by frankcrawford

2 years ago
Metadata