]> git.pld-linux.org Git - packages/logcheck.git/commitdiff
- split logtail into separate package
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 17 Dec 2004 22:28:11 +0000 (22:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logcheck.spec -> 1.26

logcheck.spec

index 30eb5a23730585a62993de79da433e4586c7008b..7bf8909ffc7763c6e8aba45fb1d81b2ab0281ae0 100644 (file)
@@ -1,5 +1,6 @@
 # TODO:
 # - SECURITY: http://securitytracker.com/alerts/2004/Apr/1009838.html
+# - put logtail to bin instead of sbin?
 Summary:       Logcheck system log analyzer
 Summary(es):   Analizador de logs
 Summary(pl):   Logcheck - analizator logów systemu
@@ -9,11 +10,12 @@ Summary(uk): Logcheck - 
 Summary(zh_CN):        ÏµÍ³ÈÕÖ¾·ÖÎö¹¤¾ß
 Name:          logcheck
 Version:       1.1.1
-Release:       3
+Release:       3.1
 License:       GPL
 Group:         Applications/System
 #Source0:      http://www.psionic.com/tools/%{name}-%{version}.tar.gz
 # Adopted by Debian ? They have 1.3.14 in pool
+# Debian has 1.2.32 now.
 Source0:       %{name}-%{version}.tar.gz
 # Source0-md5: e97c2f096e219e20310c1b80e9e1bc29
 Patch0:                %{name}-pld.patch
@@ -21,7 +23,9 @@ Vendor:               Craig H. Rowland <crowland@psionic.com>
 #URL:          http://www.psionic.com/abacus
 Requires:      /usr/sbin/sendmail
 Requires:      crondaemon
+Requires:      logtail = %{epoch}:%{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
 %define                _sysconfdir     /etc/logcheck
 
 %description
@@ -57,6 +61,15 @@ Logcheck - 
 Logcheck - ÐÒÏÇÒÁÍÁ ÄÌѠצÄÓ̦ÄËÏ×Õ×ÁÎÎÑ × ÓÉÓÔÅÍÎÉÈ ÌÏÇÁÈ ÎÅÚ×ÉÞÁÊÎÉȠĦÊ
 ÔÁ ÓÐÒÏ ÎÅÓÁÎËæÏÎÏ×ÁÎÏÇÏ ÄÏÓÔÕÐÕ.
 
+%package -n logtail
+Summary:       logtail program from logcheck package
+Group:         Applications/System
+
+%description -n logtail
+This package contains logtail that remembers the last position it read
+from in a log file and uses this position on subsequent runs to
+process new information.
+
 %prep
 %setup -q
 %patch -p1
@@ -84,4 +97,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(600,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
 %attr(700,root,root) %config(missingok) /etc/cron.hourly/logcheck
 %attr(755,root,root) %{_sbindir}/logcheck
+
+%files -n logtail
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/logtail
This page took 0.048921 seconds and 4 git commands to generate.