Author: glen Date: Tue Dec 27 11:03:56 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - mod_auth_basic to mod_auth virtual package as AuthType used to be in mod_core.c; rel 7
---- Files affected: SPECS: apache.spec (1.455 -> 1.456) ---- Diffs: ================================================================ Index: SPECS/apache.spec diff -u SPECS/apache.spec:1.455 SPECS/apache.spec:1.456 --- SPECS/apache.spec:1.455 Tue Dec 27 01:59:37 2005 +++ SPECS/apache.spec Tue Dec 27 12:03:46 2005 @@ -13,7 +13,6 @@ # - mod_auth_digest and mod_auth_basic R: apache(authn) ? # - drop mod_case_filter* or find summary and description for them # - build modules only once (not with each mpm) -# - add to apache external packages apache_module_api dependency (like apache-mod_rpaf.spec) # Conditional build: %bcond_without ssl # build without SSL support @@ -37,7 +36,7 @@ Summary(tr): Lider WWW tarayýcý Name: apache Version: 2.2.0 -Release: 6.6 +Release: 7 License: Apache Group License Group: Networking/Daemons Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -451,6 +450,7 @@ Requires: %{name}-base = %{version}-%{release} Requires: %{name}-mod_authn_file = %{version}-%{release} Requires: %{name}-mod_authz_groupfile = %{version}-%{release} +Requires: %{name}-mod_auth_basic = %{version}-%{release} Provides: apache(mod_auth) = %{version}-%{release} %description mod_auth @@ -2080,7 +2080,7 @@ # change HTTPD_CONF to point to new location. *only* if it's the # default config setting -cp -f /etc/sysconfig/httpd{,.rpmsave} +cp -f /etc/sysconfig/httpd{,.rpmorig} sed -i -e '/^HTTPD_CONF="\/etc\/httpd\/httpd.conf"/s,.*,HTTPD_CONF="/etc/httpd/apache.conf",' /etc/sysconfig/httpd # FIXME what other important things to notify about Apache 2.2 @@ -2674,6 +2674,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.456 2005/12/27 11:03:46 glen +- mod_auth_basic to mod_auth virtual package as AuthType used to be in mod_core.c; rel 7 + Revision 1.455 2005/12/27 00:59:37 glen - avoid evil redeclaring exec-prefix (do all paths setup in config.layout) - fixes apxs broken variables ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.455&r2=1.456&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
