Logoj0ke.net Open Build Service > Projects > server:monitoring > logtail > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed logtail.spec
x
 
1
@@ -1,11 +1,12 @@
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
@@ -14,6 +15,7 @@
16
 
17
 %prep
18
 %setup -n %{name} -c
19
+%patch0
20
 
21
 %build
22
 
23
@@ -31,5 +33,8 @@
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 ^