]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- release 7: -standalone Prereq: /sbin/chkconfig
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Sep 2001 12:25:19 +0000 (12:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.spec -> 1.115

proftpd.spec

index 3edf836fc0a242b653b8fafa6bfd786d0173347e..d6a31f10a41585717e92ad53b44269b61adf251e 100644 (file)
@@ -12,7 +12,7 @@ Summary:      PROfessional FTP Daemon with apache-like configuration syntax
 Summary(pl):   PROfesionalny serwer FTP  
 Name:          proftpd
 Version:       1.2.2rc3
-Release:       6
+Release:       7
 Epoch:         0
 License:       GPL
 Group:         Daemons
@@ -122,6 +122,7 @@ Group(de):  Server
 Group(pl):     Serwery
 Prereq:                %{name}-common = %{version}
 Prereq:                rc-scripts
+Prereq:                /sbin/chkconfig
 Provides:      proftpd = %{epoch}:%{version}-%{release}
 Provides:      ftpserver
 Obsoletes:     proftpd-inetd
@@ -199,7 +200,9 @@ ln -s proftpd $RPM_BUILD_ROOT%{_sbindir}/ftpd
 
 gzip -9nf sample-configurations/{virtual,anonymous}.conf ChangeLog README \
        README.linux-* contrib/README.modules README.IPv6 README.PAM README.TLS
-        
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post 
 touch /var/log/xferlog
@@ -244,9 +247,6 @@ if [ "$1" = "0" -a -f /var/lock/subsys/proftpd ]; then
 fi
 /sbin/chkconfig --del proftpd
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files common
 %defattr(644,root,root,755)
 %doc {ChangeLog,README*}.gz contrib/README.modules.gz
This page took 0.097371 seconds and 4 git commands to generate.