commit 7a2204f2db8f4874ede0a80be21d4fb51dfd4d4c
Author: Elan Ruusamäe <[email protected]>
Date: Thu May 14 16:10:19 2015 +0300
add missing webserver restart
php-pecl-solr.spec | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/php-pecl-solr.spec b/php-pecl-solr.spec
index 8fb4a6d..e45dc23 100644
--- a/php-pecl-solr.spec
+++ b/php-pecl-solr.spec
@@ -117,6 +117,14 @@ EOF
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+%php_webserver_restart
+
+%postun
+if [ "$1" = 0 ]; then
+ %php_webserver_restart
+fi
+
%files
%defattr(644,root,root,755)
%doc ChangeLog CREDITS README.SUBMITTING_CONTRIBUTIONS README.MEMORY_ALLOCATION
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-solr.git/commitdiff/7a2204f2db8f4874ede0a80be21d4fb51dfd4d4c
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit