]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache.spec
- use %%banner macro instead of `echo' (not tested)
[packages/apache.git] / apache.spec
index 2a202f27df00081e6bc958fcd030e5d698bbe989..784e47341bee0dd2a3eff627b52b6d79180cfce2 100644 (file)
@@ -1019,24 +1019,27 @@ if [ "$1" = "0" ]; then
 fi
 
 %triggerpostun -- %{name} <= 2.0.50-6
-echo "WARNING!!!"
-echo "Since that version autoindex module has been separated to package %{name}-mod_autoindex"
-echo "If you want to have the same functionality do:"
-echo "poldek --upgrade %{name}-mod_autoindex"
-echo
+%banner %{name}-2.0.50-6 << EOF
+WARNING!!!
+Since apache-2.0.50-6 autoindex module has been separated to package
+%{name}-mod_autoindex If you want to have the same functionality do:
+poldek --upgrade %{name}-mod_autoindex
+EOF
 
 %triggerpostun -- %{name} <= 2.0.54-2
-echo '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+%banner %{name}-2.0.54-2 << EOF
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !!!                                                      !!!
 !!! WARNING!!!                                           !!!
 !!!                                                      !!!
-!!! CGI demo/test programs -  printenv, test-cgi  - have !!!
+!!! CGI demo/test programs - printenv and test-cgi, have !!!
 !!! been released from package apache into separate      !!!
 !!! subpackage apache-cgi_test. If you need printenv     !!!
 !!! and/or test-cgi, please install apache-cgi_test      !!!
 !!! package, e.g. by running poldek -Uv apache-cgi_test  !!!
 !!!                                                      !!!
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+EOF
 
 %post mod_actions
 if [ -f /var/lock/subsys/httpd ]; then
This page took 0.036499 seconds and 4 git commands to generate.