diff --git a/logwatch.spec b/logwatch.spec index c6b3465..944981e 100644 --- a/logwatch.spec +++ b/logwatch.spec @@ -2,12 +2,13 @@ Summary: Analyzes and Reports on system logs Name: logwatch Version: 7.5.2 -Release: 1 +Release: 2 License: MIT Group: Applications/System URL: https://sourceforge.net/projects/logwatch/ BuildArch: noarch Source0: https://sourceforge.net/projects/logwatch/files/%{name}-%{version}/%{name}-%{version}.tar.gz +BuildRequires: perl-generators Requires: perl,grep,mailx,crontabs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} @@ -113,6 +114,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 11 2020 sunugoshuai 7.5.2-2 +- Provides perl(Logwatch) + * Mon Jul 22 2019 Bjorn 7.5.2-1 - Copying LICENSE to doc dir again