Browse Source

try to explicitly disable PAM if not requested

Ralf S. Engelschall 20 years ago
parent
commit
73bf4c3940
1 changed files with 3 additions and 1 deletions
  1. 3 1
      qpopper/qpopper.spec

+ 3 - 1
qpopper/qpopper.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        Mail
 License:      GPL
 Version:      4.0.8
-Release:      20050514
+Release:      20050927
 
 #   package options
 %option       with_fsl  yes
@@ -101,6 +101,8 @@ Conflicts:    teapop
         --enable-log-login \
 %if "%{with_pam}" == "yes"
         --with-pam=qpopper \
+%else
+        --without-pam \
 %endif
 %if "%{with_fsl}" == "yes"
         --with-log-facility=LOG_USER \