diff --git a/.gitignore b/.gitignore index eaca7e1..b69a739 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,5 @@ nss-pam-ldapd-0.7.7.tar.gz.sig /nss-pam-ldapd-0.7.17.tar.gz /nss-pam-ldapd-0.8.12.tar.gz /nss-pam-ldapd-0.8.12.tar.gz.sig +/nss-pam-ldapd-0.8.13.tar.gz +/nss-pam-ldapd-0.8.13.tar.gz.sig diff --git a/nslcd.service b/nslcd.service index 747a528..a490f4a 100644 --- a/nslcd.service +++ b/nslcd.service @@ -1,6 +1,6 @@ [Unit] Description=Naming services LDAP client daemon. -After=syslog.target network.target +After=syslog.target network.target named.service dirsrv.target slapd.service [Service] Type=forking @@ -9,4 +9,3 @@ ExecStart=/usr/sbin/nslcd [Install] WantedBy=multi-user.target -After=named.service dirsrv.target slapd.service diff --git a/nss-pam-ldapd.spec b/nss-pam-ldapd.spec index d887d4d..3ee95ff 100644 --- a/nss-pam-ldapd.spec +++ b/nss-pam-ldapd.spec @@ -33,8 +33,8 @@ %endif Name: nss-pam-ldapd -Version: 0.8.12 -Release: 4%{?dist} +Version: 0.8.13 +Release: 1%{?dist} Summary: An nsswitch module which uses directory servers Group: System Environment/Base License: LGPLv2+ @@ -329,6 +329,10 @@ exit 0 %endif %changelog +* Mon May 6 2013 Nalin Dahyabhai 0.8.13-1 +- update to 0.8.13 +- correct a syntax error in the fix that was added for #832706 + * Tue Apr 30 2013 Nalin Dahyabhai 0.8.12-4 - in %%post, attempt to rewrite any instances of "map group uniqueMember ..." to be "map group member ..." in nslcd.conf, as the attribute name changed diff --git a/sources b/sources index 2181c95..c40a3ee 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -83121b0a536e763a9c0e3eec66ab2ef8 nss-pam-ldapd-0.8.12.tar.gz -c226ab4552ed467522871b6f7c845ef7 nss-pam-ldapd-0.8.12.tar.gz.sig +a1806972c615aab37fc772b4dcc53b1b nss-pam-ldapd-0.8.13.tar.gz +06b869f45d90237ac7285a55a7a81e96 nss-pam-ldapd-0.8.13.tar.gz.sig