]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- rel 5 auto/th/subversion-1_6_9-5
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 31 Mar 2010 15:09:06 +0000 (15:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- preun for apache modules was totally wrong, use postun!

Changed files:
    subversion.spec -> 1.275

subversion.spec

index 3a82707f8130aed2e30ea093bfe6f784756172ae..3320cbf262b757773892c16d7c2776acbe89d15c 100644 (file)
@@ -37,7 +37,7 @@ Summary(pl.UTF-8):    System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR.UTF-8):  Sistema de versionamento concorrente
 Name:          subversion
 Version:       1.6.9
-Release:       4
+Release:       5
 License:       Apache/BSD-like
 Group:         Development/Version Control
 Source0:       http://subversion.tigris.org/downloads/%{name}-%{version}.tar.bz2
@@ -598,7 +598,7 @@ fi
 %post -n apache-mod_dav_svn
 %service -q httpd restart
 
-%preun -n apache-mod_dav_svn
+%postun -n apache-mod_dav_svn
 if [ "$1" = "0" ]; then
        %service -q httpd restart
 fi
@@ -606,7 +606,7 @@ fi
 %post -n apache-mod_authz_svn
 %service -q httpd restart
 
-%preun -n apache-mod_authz_svn
+%postun -n apache-mod_authz_svn
 if [ "$1" = "0" ]; then
        %service -q httpd restart
 fi
This page took 0.274305 seconds and 4 git commands to generate.