SPECS: apache.spec - added also authz_user to mod_auth virtual pac...

glen glen at pld-linux.org
Fri Jan 20 00:28:13 CET 2006


Author: glen                         Date: Thu Jan 19 23:28:13 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added also authz_user to mod_auth virtual package
- adapterized; rel 12, STBR

---- Files affected:
SPECS:
   apache.spec (1.467 -> 1.468) 

---- Diffs:

================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.467 SPECS/apache.spec:1.468
--- SPECS/apache.spec:1.467	Tue Jan 17 12:55:09 2006
+++ SPECS/apache.spec	Fri Jan 20 00:28:07 2006
@@ -36,7 +36,7 @@
 Summary(tr):	Lider WWW tarayýcý
 Name:		apache
 Version:	2.2.0
-Release:	11
+Release:	12
 License:	Apache Group License
 Group:		Networking/Daemons
 Source0:	http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -207,10 +207,10 @@
 Obsoletes:	apache-extra
 Obsoletes:	apache6
 # packaged by mistake. really sample code
-Obsoletes:	%{name}-mod_optional_fn_export
-Obsoletes:	%{name}-mod_optional_fn_import
-Obsoletes:	%{name}-mod_optional_fn_import
-Obsoletes:	%{name}-mod_optional_hook_import
+Obsoletes:	apache-mod_optional_fn_export
+Obsoletes:	apache-mod_optional_fn_import
+Obsoletes:	apache-mod_optional_fn_import
+Obsoletes:	apache-mod_optional_hook_import
 Conflicts:	apache < 2.2.0
 # for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
 Conflicts:	rpm < 4.4.2-0.2
@@ -448,18 +448,21 @@
 Summary(pl):	Pakiet wirtualny zapewniający kompatybilność wsteczną z apache 2.0
 Group:		Networking/Daemons
 Requires:	%{name}-base = %{version}-%{release}
+Requires:	%{name}-mod_auth_basic = %{version}-%{release}
 Requires:	%{name}-mod_authn_file = %{version}-%{release}
 Requires:	%{name}-mod_authz_groupfile = %{version}-%{release}
-Requires:	%{name}-mod_auth_basic = %{version}-%{release}
+Requires:	%{name}-mod_authz_user = %{version}-%{release}
 Provides:	apache(mod_auth) = %{version}-%{release}
 
 %description mod_auth
-Virtual package which requires apache-mod_authn_file and
-apache-mod_authz_groupfile for backward compatibility with apache 2.0.
+Virtual package which requires apache-mod_authn_file,
+apache-mod_authz_user and apache-mod_authz_groupfile for backward
+compatibility with apache 2.0.
 
 %description mod_auth -l pl
-Pakiet wirtualny wymagający apache-mod_authn_file i
-apache-mod_authz_groupfile dla kompatybilności wstecznej z apache 2.0.
+Pakiet wirtualny wymagający apache-mod_authn_file,
+apache-mod_authz_user i apache-mod_authz_groupfile dla kompatybilności
+wstecznej z apache 2.0.
 
 %package mod_auth_basic
 Summary:	Apache module that allows Basic authentication
@@ -541,8 +544,8 @@
 Requires:	%{name}-base = %{version}-%{release}
 Provides:	apache(mod_authn_anon) = %{version}-%{release}
 # compat
-Provides:	apache-mod_auth_anon = %{version}-%{release}
 Provides:	apache(mod_auth_anon) = %{version}-%{release}
+Provides:	apache-mod_auth_anon = %{version}-%{release}
 Obsoletes:	apache-mod_auth_anon < 2.2.0-0.5
 
 %description mod_authn_anon
@@ -1233,7 +1236,7 @@
 URL:		http://httpd.apache.org/docs/2.2/mod/mod_imagemap.html
 Requires:	%{name}-base = %{version}-%{release}
 Provides:	apache(mod_imagemap) = %{version}-%{release}
-Obsoletes:	%{name}-mod_imap
+Obsoletes:	apache-mod_imap
 
 %description mod_imagemap
 This module processes .map files, thereby replacing the functionality
@@ -2170,7 +2173,6 @@
 %module_scripts mod_actions
 %module_scripts mod_alias
 %module_scripts mod_asis
-%module_scripts mod_auth
 %module_scripts mod_auth_basic
 %module_scripts mod_auth_dbm
 %module_scripts mod_auth_digest
@@ -2704,6 +2706,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.468  2006/01/19 23:28:07  glen
+- added also authz_user to mod_auth virtual package
+- adapterized; rel 12, STBR
+
 Revision 1.467  2006/01/17 11:55:09  baggins
 - rel 11
 - BR openldap >= 2.3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache.spec?r1=1.467&r2=1.468&f=u



More information about the pld-cvs-commit mailing list