fix: fix typo in generate-server-cert.sh

Resolves: #1117229
This commit is contained in:
Jan Synacek 2014-07-14 11:36:29 +02:00
parent de893ef922
commit 787212605e
2 changed files with 5 additions and 2 deletions

View File

@ -25,7 +25,7 @@ CERT_VALID_MONTHS=12
usage() {
printf "usage: generate-server-cert.sh [-d certdb-dir] [-n cert-name]\n" >&2
printf " [-p password-file] [-h hostnames]\n" >&2
pritnf " [-a dns-alt-names] [-o]\n" >&2
printf " [-a dns-alt-names] [-o]\n" >&2
exit 1
}

View File

@ -5,7 +5,7 @@
Name: openldap
Version: 2.4.39
Release: 3%{?dist}
Release: 4%{?dist}
Summary: LDAP support libraries
Group: System Environment/Daemons
License: OpenLDAP
@ -602,6 +602,9 @@ exit 0
%{_mandir}/man3/*
%changelog
* Mon Jul 14 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-4
- fix: fix typo in generate-server-cert.sh (#1117229)
* Fri May 30 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-3
- fix: remove correct tmp file when generating server cert (#1103102)