From f389398fe82f8328ffa32cec51db2e2853b07eab Mon Sep 17 00:00:00 2001 From: sigui Date: Wed, 11 Mar 2020 11:38:43 +0800 Subject: [PATCH] Provides perl(Logwatch) --- logwatch.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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