fixed temp dir creation #155795
This commit is contained in:
parent
244bf8c1fd
commit
e48aca2cc8
@ -1,7 +1,7 @@
|
||||
Summary: A log file analysis program.
|
||||
Name: logwatch
|
||||
Version: 6.0.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: MIT
|
||||
Group: Applications/System
|
||||
URL: http://www.logwatch.org/
|
||||
@ -12,6 +12,7 @@ Patch3: logwatch-5.1-http400.patch
|
||||
Patch4: logwatch-2.6-101744-up2date.patch
|
||||
Patch5: logwatch-6.0.1-spaces.patch
|
||||
Patch6: logwatch-6.0.1-zz_disk_space.patch
|
||||
Patch7: logwatch-6.0.1-tempdir.patch
|
||||
Requires: textutils sh-utils grep mailx
|
||||
BuildRoot: %{_tmppath}/logwatch-build
|
||||
BuildArchitectures: noarch
|
||||
@ -32,6 +33,7 @@ analyzes Samba logs.
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
@ -109,6 +111,9 @@ rm -rf %{buildroot}
|
||||
%doc License project/CHANGES project/TODO
|
||||
|
||||
%changelog
|
||||
* Thu May 19 2005 Jiri Ryska <jryska@redhat.com> 6.0.1-2
|
||||
- fixed temp dir creation #155795
|
||||
|
||||
* Thu Apr 15 2005 Jiri Ryska <jryska@redhat.com> 6.0.1-1
|
||||
- update to 6.0.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user