update to 0.8.13, fix syntax error in unit file

- update to 0.8.13
- correct a syntax error in the fix that was added for #832706
This commit is contained in:
Nalin Dahyabhai 2013-05-06 12:11:29 -04:00
parent 69ffec9f3f
commit 9475eaf179
4 changed files with 11 additions and 6 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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

View File

@ -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 <nalin@redhat.com> 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 <nalin@redhat.com> 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

View File

@ -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