]> git.pld-linux.org Git - packages/fwlogwatch.git/commitdiff
- release 2: Prereq: /sbin/chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Sep 2001 14:58:36 +0000 (14:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fwlogwatch.spec -> 1.4

fwlogwatch.spec

index 7d8c87887d028edfffd40910df69b1c1730ca157..4a08a28fe94999aed2a4892389aa2681f009eeee 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Firewall log analyzer, report generator and realtime response agent
 Summary(pl):   Analizator logów firewalla, generator raportów i agent natychmiastowej odpowiedzi
 Name:          fwlogwatch
 Version:       0.4
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/System
 Group(de):     Applikationen/System
@@ -16,6 +16,7 @@ URL:          http://cert.uni-stuttgart.de/projects/fwlogwatch/
 BuildRequires: flex
 BuildRequires: zlib-devel
 Prereq:                rc-scripts
+Prereq:                /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir             /etc/%{name}
@@ -65,6 +66,9 @@ install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
 
 gzip -9nf contrib/fw* AUTHORS CREDITS ChangeLog README
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /sbin/chkconfig --add %{name}
 if [ -f %{_var}/lock/subsys/%{name} ]; then
@@ -81,9 +85,6 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del %{name}
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc *.gz */*.gz
This page took 0.089131 seconds and 4 git commands to generate.