- added tests to file creation and access, clean up resulting files when

logwatch fails (upstream change) (#190498)
This commit is contained in:
Ivana Varekova 2006-05-05 09:42:20 +00:00
parent 63dd5cb606
commit 457b785dc6

View File

@ -1,7 +1,7 @@
Summary: A log file analysis program.
Name: logwatch
Version: 7.3
Release: 1
Release: 2
License: MIT
Group: Applications/System
URL: http://www.logwatch.org/
@ -9,6 +9,7 @@ Source: ftp://ftp.kaybee.org/pub/linux/logwatch-%{version}.tar.gz
Patch2: logwatch-7.2.1-nosegfault.patch
Patch3: logwatch-7.2.1-up2date.patch
Patch4: logwatch-7.3-samba.patch
Patch5: logwatch-7.3-temp_dir.patch
Requires: textutils sh-utils grep mailx
BuildRoot: %{_tmppath}/logwatch-build
@ -25,6 +26,7 @@ of the package on many systems.
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%install
@ -127,7 +129,12 @@ rm -rf %{buildroot}
%doc License project/CHANGES project/TODO
%changelog
* Mon Mar 27 2006 Ivana Varekova <varekova@ redhat.com> 7.3-1
* Fri May 5 2006 Ivana Varekova <varekova@redhat.com> 7.3-2
- added tests to file creation and access, clean up
resulting files when logwatch fails (upstream change)
(#190498)
* Mon Mar 27 2006 Ivana Varekova <varekova@redhat.com> 7.3-1
- update to 7.3
- added samba, up2date