From ca2a5c1d30504b2500b23fc31726e4b43d54021a Mon Sep 17 00:00:00 2001 From: Frank Crawford Date: Mon, 9 Nov 2020 22:21:10 +1100 Subject: [PATCH] Add requires for perl-diagnostics (#1893671) and perl-lib (#1893503) Add other requires as nothing is now automatically supplied --- logwatch.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/logwatch.spec b/logwatch.spec index 0fd159a..1e979b4 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -2,7 +2,7 @@ Summary: A log file analysis program Name: logwatch Version: 7.5.4 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: https://sourceforge.net/projects/logwatch Source0: logwatch-%{version}.tar.gz @@ -10,8 +10,15 @@ Source0: logwatch-%{version}.tar.gz BuildRequires: perl-generators Requires: grep mailx Requires: perl(Date::Manip) +Requires: perl(diagnostics) +Requires: perl(Errno) +Requires: perl(File::Basename) +Requires: perl(lib) +Requires: perl(Socket) Requires: perl(Sys::CPU) Requires: perl(Sys::MemInfo) +Requires: perl(Time::Local) +Requires: perl(URI::URL) Requires: crontabs BuildArchitectures: noarch @@ -117,6 +124,10 @@ echo "# Configuration overrides for specific logfiles/services may be placed her %{_unitdir}/logwatch.timer %changelog +* Mon Nov 09 2020 Frank Crawford - 7.5.4-2 +- Add requires for perl-diagnostics (#1893671) and perl-lib (#1893503) +- Add other requires as nothing is now automatically supplied + * Mon Aug 03 2020 Jan Synáček - 7.5.4-1 - Update to 7.5.4 (#1862935)