Author: alucard Date: Wed Apr 27 13:46:37 2011 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.8.2 - better control of pam module location
---- Files affected: packages/nss_ldapd: nss_ldapd.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: packages/nss_ldapd/nss_ldapd.spec diff -u packages/nss_ldapd/nss_ldapd.spec:1.16 packages/nss_ldapd/nss_ldapd.spec:1.17 --- packages/nss_ldapd/nss_ldapd.spec:1.16 Mon Nov 8 13:38:07 2010 +++ packages/nss_ldapd/nss_ldapd.spec Wed Apr 27 15:46:32 2011 @@ -8,12 +8,12 @@ Summary(pl.UTF-8): ModuĊ NSS LDAP Summary(pt_BR.UTF-8): Biblioteca NSS para LDAP Name: nss_ldapd -Version: 0.7.12 +Version: 0.8.2 Release: 1 License: LGPL Group: Base Source0: http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-%{version}.tar.gz -# Source0-md5: 21f8ed3e27da238d53a342fd67188306 +# Source0-md5: a063797dae3c63c46faa85908aa856d2 Source1: nslcd.init Patch0: %{name}-no-root.patch URL: http://arthurdejong.org/nss-pam-ldapd/ @@ -29,8 +29,6 @@ Conflicts: nss_ldap BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _libdir /%{_lib} - %description nss_ldapd is a C library extension (NSS module) and daemon which allows X.500 and LDAP directory servers to be used as a primary source @@ -83,13 +81,14 @@ %build %configure \ + --with-pam-seclib-dir=/%{_lib}/security \ --with-ldap-lib=openldap %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_libdir},/etc/rc.d/init.d,/var/run/nslcd} +install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/rc.d/init.d,/var/run/nslcd} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -151,6 +150,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2011/04/27 13:46:32 alucard +- up to 0.8.2 +- better control of pam module location + Revision 1.16 2010/11/08 12:38:07 baggins - 0.7.12 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nss_ldapd/nss_ldapd.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
