]> git.pld-linux.org Git - packages/proftpd.git/commitdiff
- added missing epoch to triggers
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Aug 2005 07:39:00 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    proftpd.spec -> 1.212

proftpd.spec

index dd147c472a29dec7c2d7070fade8138d5d3cea70..6e1d63d7e0aaf920c3a800b609e7d0c4bbf0acda 100644 (file)
@@ -308,7 +308,7 @@ if [ "$1" = "0" ]; then
        /sbin/chkconfig --del proftpd
 fi
 
-%triggerpostun inetd -- %{name}-inetd <= 1.2.10-1
+%triggerpostun inetd -- %{name}-inetd <= 1:1.2.10
 echo "Changing deprecated config options"
 cp -f %{_sysconfdir}/proftpd.conf{,.rpmorig}
 sed -i -e '
@@ -325,7 +325,7 @@ sed -i -e '
        /UseTCPD/d
 ' %{_sysconfdir}/proftpd.conf
 
-%triggerpostun standalone -- %{name}-standalone <= 1.2.10-1
+%triggerpostun standalone -- %{name}-standalone <= 1:1.2.10
 echo "Changing deprecated config options"
 cp -f %{_sysconfdir}/proftpd.conf{,.rpmorig}
 sed -i -e '
This page took 0.089067 seconds and 4 git commands to generate.