packages: apache/apache.spec - mod_authn_alias merged into mod_authn_core
adamg
adamg at pld-linux.org
Sun Feb 26 12:16:13 CET 2012
Author: adamg Date: Sun Feb 26 11:16:13 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- mod_authn_alias merged into mod_authn_core
---- Files affected:
packages/apache:
apache.spec (1.656 -> 1.657)
---- Diffs:
================================================================
Index: packages/apache/apache.spec
diff -u packages/apache/apache.spec:1.656 packages/apache/apache.spec:1.657
--- packages/apache/apache.spec:1.656 Sun Feb 26 11:46:18 2012
+++ packages/apache/apache.spec Sun Feb 26 12:16:07 2012
@@ -540,22 +540,6 @@
%description mod_auth_form
Form authentication
-%package mod_authn_alias
-Summary: Apache module that provides the ability to create extended authentication
-Summary(pl.UTF-8): Moduł Apache'a umożliwiający tworzenie rozszerzonego uwierzytelniania
-Group: Networking/Daemons/HTTP
-URL: http://httpd.apache.org/docs/2.4/mod/mod_authn_alias.html
-Requires: %{name}-base = %{version}-%{release}
-Provides: apache(mod_authn_alias) = %{version}-%{release}
-
-%description mod_authn_alias
-This module allows extended authentication providers to be created
-within the configuration file and assigned an alias name.
-
-%description mod_authn_alias -l pl.UTF-8
-Ten moduł umożliwia tworzenie rozszerzonych sposobów uwierzytelniania
-w pliku konfiguracyjnym i nadawanie im aliasów.
-
%package mod_authn_anon
Summary: Apache module that allows "anonymous" user access to authenticated areas
Summary(pl.UTF-8): Moduł Apache'a umożliwiający dostęp anonimowych użytkowników do stref uwierzytelnianych
@@ -589,6 +573,7 @@
Requires: %{name}-base = %{version}-%{release}
Provides: apache(mod_authn_core) = %{version}-%{release}
Provides: apache(mod_authn_default) = %{version}-%{release}
+Obsoletes: apache(mod_authn_alias)
Obsoletes: apache(mod_authn_default) = %{version}-%{release}
%description mod_authn_core
@@ -2295,7 +2280,6 @@
echo "LoadModule auth_basic_module modules/mod_auth_basic.so" > $CFG/00_mod_auth_basic.conf
echo "LoadModule auth_digest_module modules/mod_auth_digest.so" > $CFG/00_mod_auth_digest.conf
echo "LoadModule auth_form_module modules/mod_auth_form.so" > $CFG/00_mod_auth_form.conf
-echo "LoadModule authn_alias_module modules/mod_authn_alias.so" > $CFG/00_mod_authn_alias.conf
echo "LoadModule authn_anon_module modules/mod_authn_anon.so" > $CFG/00_mod_authn_anon.conf
echo "LoadModule authn_core_module modules/mod_authn_core.so" > $CFG/00_mod_authn_core.conf
echo "LoadModule authn_dbd_module modules/mod_authn_dbd.so" > $CFG/00_mod_authn_dbd.conf
@@ -2600,7 +2584,6 @@
%module_scripts mod_auth_dbm
%module_scripts mod_auth_digest
%module_scripts mod_auth_form
-%module_scripts mod_authn_alias
%module_scripts mod_authn_anon
%module_scripts mod_authn_core
%module_scripts mod_authn_dbd
@@ -2863,11 +2846,6 @@
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_core.conf
%attr(755,root,root) %{_libexecdir}/mod_authn_core.so
-%files mod_authn_alias
-%defattr(644,root,root,755)
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_alias.conf
-#%attr(755,root,root) %{_libexecdir}/mod_authn_alias.so
-
%files mod_authn_anon
%defattr(644,root,root,755)
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_anon.conf
@@ -3335,6 +3313,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.657 2012/02/26 11:16:07 adamg
+- mod_authn_alias merged into mod_authn_core
+
Revision 1.656 2012/02/26 10:46:18 adamg
- fix mod_auth{n,z}_core summaries/descriptions
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache.spec?r1=1.656&r2=1.657&f=u
More information about the pld-cvs-commit
mailing list