rpms/nss-ldapd/devel nss-ldapd.spec,1.3,1.4

Nalin Dahyabhai nalin at fedoraproject.org
Tue Sep 8 17:17:19 UTC 2009


Author: nalin

Update of /cvs/pkgs/rpms/nss-ldapd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19904

Modified Files:
	nss-ldapd.spec 
Log Message:
- fix typo in a comment, capitalize the full name for "LDAP Client User" (more
  from #516049)



Index: nss-ldapd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nss-ldapd/devel/nss-ldapd.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- nss-ldapd.spec	2 Sep 2009 15:26:58 -0000	1.3
+++ nss-ldapd.spec	8 Sep 2009 17:17:18 -0000	1.4
@@ -17,7 +17,7 @@ BuildRoot:	%{_tmppath}/%{name}-%{version
 BuildRequires:	openldap-devel, krb5-devel
 
 # Pull in the pam_ldap module, which is currently bundled with nss_ldap, to
-# keep keep upgrades from removing the module.  When nss-ldapd grows its own
+# keep upgrades from removing the module.  When nss-ldapd grows its own
 # pam_ldap.so, we'll have to revisit this.
 Requires:	/%{_lib}/security/pam_ldap.so
 Requires(post):		/sbin/ldconfig, chkconfig, grep, sed
@@ -82,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 getent group  ldap  > /dev/null || \
 /usr/sbin/groupadd -r -g 55 ldap
 getent passwd nslcd > /dev/null || \
-/usr/sbin/useradd -r -g ldap -c 'LDAP client user' \
+/usr/sbin/useradd -r -g ldap -c 'LDAP Client User' \
     -u 65 -d / -s /sbin/nologin nslcd 2> /dev/null || :
 
 %post
@@ -147,6 +147,10 @@ fi
 exit 0
 
 %changelog
+* Tue Sep  8 2009 Nalin Dahyabhai <nalin at redhat.com>
+- fix typo in a comment, capitalize the full name for "LDAP Client User" (more
+  from #516049)
+
 * Wed Sep  2 2009 Nalin Dahyabhai <nalin at redhat.com> 0.6.11-1
 - update to 0.6.11
 




More information about the fedora-extras-commits mailing list