]> git.pld-linux.org Git - packages/pam.git/commitdiff
- release 0.74.1 pam-0_74_1-1
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 29 Mar 2001 17:54:36 +0000 (17:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added "#include <time.h>" for allow build on glibc 2.2.2. (kloczek)
- added #include <stadrg.h>, glibc 2.2.2+gcc 2.95.3 fix (baggins)
- added pam_pwexport module
  it's build only when --enable-want-pwexport-module is given to
  configure because it needs hacked pam_unix (baggins)

Changed files:
    pam.spec -> 1.97

pam.spec

index 79e2223a7f10d8a68205586e1b5e0acaec30e59c..a433ca78ab5717ca5762162bd7c88aea6f3bcd9a 100644 (file)
--- a/pam.spec
+++ b/pam.spec
@@ -4,8 +4,8 @@ Summary(fr):    PAM : Pluggable Authentication Modules: modular, incremental authen
 Summary(pl):   Modularny system autentykacji
 Summary(tr):   Modüler, artýmsal doðrulama birimleri
 Name:          pam
-Version:       0.74.0
-Release:       3
+Version:       0.74.1
+Release:       1
 License:       GPL or BSD
 Group:         Base
 Group(de):     Gründsätzlich
@@ -171,6 +171,7 @@ pam_cap module.
 
 %build
 %configure \
+       %{?bcond_on_pwexport:--enable-want-pwexport-module} \
        --enable-strong-crypto
 %{__make}
 
@@ -251,6 +252,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0755,root,root) /lib/security/pam_warn.so
 %attr(0755,root,root) /lib/security/pam_wheel.so
 %attr(0755,root,root) /lib/security/pam_xauth.so
+%{?bcond_on_pwexport:%attr(0755,root,root) /lib/security/pam_pwexport.so}
 %attr(0755,root,root) /sbin/pam_filter/upperLOWER
 %attr(4755,root,root) /sbin/unix_chkpwd
 # Removed due to chicken-egg problem
This page took 0.037682 seconds and 4 git commands to generate.