]> git.pld-linux.org Git - packages/apache-mod_mono.git/commitdiff
- addedd restart httpd auto/th/apache-mod_mono-2_4-1
authormarcus <marcus@pld-linux.org>
Wed, 22 Apr 2009 07:45:39 +0000 (07:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- req. xsp >= 2.4

Changed files:
    apache-mod_mono.spec -> 1.57

apache-mod_mono.spec

index 307a1bd3fe559c3b471a578ac737a19477f9f6a1..53f7bc10c347d9a9278f9e4d3d6d0887c953501f 100644 (file)
@@ -24,7 +24,7 @@ BuildRequires:        mono-csharp >= 1.0
 BuildRequires: pkgconfig
 Requires:      apache(modules-api) = %apache_modules_api
 Requires:      mono-csharp >= 1.0
-Requires:      xsp >= 1.9
+Requires:      xsp >= 2.4
 Obsoletes:     mod_mono
 ExcludeArch:   i386
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -80,6 +80,14 @@ EOF
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%service -q httpd restart
+
+%postun
+if [ "$1" = "0" ]; then
+    %service -q httpd restart
+fi
+
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog INSTALL NEWS README
This page took 0.100552 seconds and 4 git commands to generate.