]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache.spec
- change banner a bit
[packages/apache.git] / apache.spec
index c7e0457f14403a3a116d68d18dee091e9711c2a1..87504e5b5dd2d5cd6d10f4640a5abcdf223de5b8 100644 (file)
@@ -193,6 +193,7 @@ Requires:   /sbin/chkconfig
 Requires:      apr >= %{apr_ver}
 Requires:      psmisc >= 20.1
 Requires:      rc-scripts >= 0.4.1.23
+Requires:      %{name}-mod_unixd = %{version}-%{release}
 Provides:      apache(modules-api) = %{_apache_modules_api}
 Provides:      group(http)
 Provides:      user(http)
@@ -2490,15 +2491,12 @@ if [ -f /etc/sysconfig/httpd ]; then
 fi
 
 %triggerpostun base -- %{name} < 2.4.0
-%banner -e %{name} << EOF
+%banner %{name}-2.4.1 << EOF
 WARNING!!!
 Since apache-2.4 mod_authn_alias has been obsoleted.
 If you use access control (Deny,Allow) install mod_access_compat by doing:
 poldek -ivh %{name}-mod_access_compat
 
-If you use "User" statement install mod_unixd by doing:
-poldek -ivh %{name}-mod_unixd
-
 In apache-2.4 mod_authn_default and mod_authz_default have been obsoleted by
 mod_authn_core and authz_core. If you used these modules install the new ones by invoking:
 poldek -ivh %{name}-mod_authn_core