Changes of Revision 4
[-] | Changed | logtail.spec |
x 1
2 Name: logtail 3 Version: 1.1 4 -Release: 1 5 +Release: 2 6 Summary: Watch multiple log files on multiple machines 7 License: GPL 8 Group: System 9 Url: http://www.fourmilab.ch/webtools/logtail/ 10 Source0: http://www.fourmilab.ch/webtools/logtail/logtail.tar.gz 11 +Patch0: logtail-perl-path.patch 12 BuildRoot: %{_tmppath}/%{name}-%{version}-root 13 14 Requires: perl 15
16 17 %prep 18 %setup -n %{name} -c 19 +%patch0 20 21 %build 22 23
24 %{_mandir}/man1/logtail.1* 25 26 %changelog 27 +* Sun Nov 28 2010 Carsten Schoene <cs@linux-administrator.com> - 1.1-2 28 +- fix perl path 29 + 30 * Mon May 31 2010 Carsten Schoene <cs@linux-administrator.com> - 1.1-1 31 - initial package 32 |
||
[+] | Added | logtail-perl-path.patch ^ |
@@ -0,0 +1,8 @@ +--- logtail.pl.orig 2010-11-28 12:56:45.503233401 +0100 ++++ logtail.pl 2010-11-28 12:56:52.307754946 +0100 +@@ -1,4 +1,4 @@ +-#! /bin/perl ++#!/usr/bin/perl + # + # Log File Watcher + # |