- add perl requirement (#356481)

This commit is contained in:
Ivana Varekova 2007-10-30 13:18:14 +00:00
parent 1d40042502
commit 6f3482b367

View File

@ -1,7 +1,7 @@
Summary: A log file analysis program
Name: logwatch
Version: 7.3.6
Release: 9%{?dist}
Release: 10%{?dist}
License: MIT
Group: Applications/System
URL: http://www.logwatch.org/
@ -28,6 +28,7 @@ Patch21: logwatch-7.3.6-sudo.patch
Patch22: logwatch-7.3.6-sshd1.patch
Requires: textutils sh-utils grep mailx
Requires: perl(Date::Manip)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArchitectures: noarch
@ -171,6 +172,9 @@ rm -rf %{buildroot}
%doc License project/CHANGES
%changelog
* Tue Oct 30 2007 Ivana Varekova <varekova@redhat.com> 7.3.6-10
- add perl requirement (#356481)
* Fri Oct 12 2007 Ivana Varekova <varekova@redhat.com> 7.3.6-9
- add sshd service patch
- add sudo service patch