X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=apache-mod_auth_mysql.spec;h=88c201a0e75704d953fab9f42b72daa279f35fe5;hb=refs%2Ftags%2Fapache-mod_auth_mysql-0_3-2;hp=e4bb86eb680210cac412251290a6d5c90bb2700a;hpb=a2c00ae7c079b55a53e22406d5ccf0dabf2192a4;p=packages%2Fapache-mod_auth_mysql.git diff --git a/apache-mod_auth_mysql.spec b/apache-mod_auth_mysql.spec index e4bb86e..88c201a 100644 --- a/apache-mod_auth_mysql.spec +++ b/apache-mod_auth_mysql.spec @@ -2,7 +2,7 @@ Summary: This is the PAM authentication module for Apache Name: apache-mod_%{mod_name} Version: 0.3 -Release: 1 +Release: 2 License: GPL Group: Networking/Daemons Group(de): Netzwerkwesen/Server @@ -37,14 +37,14 @@ install -d $RPM_BUILD_ROOT%{_pkglibdir} install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir} %post -/usr/sbin/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 +/usr/sbin/apxs -e -a -n mysql_auth_module %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi %preun if [ "$1" = "0" ]; then - /usr/sbin/apxs -e -A -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2 + /usr/sbin/apxs -e -A -n mysql_auth_module %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then /etc/rc.d/init.d/httpd restart 1>&2 fi