fix: remove correct tmp file when generating server cert (#1103102)
This commit is contained in:
parent
079ea99963
commit
b15ffab696
@ -102,7 +102,7 @@ certutil -d "$CERTDB_DIR" -f "$PASSWORD_FILE" -z "$CERT_RANDOM" \
|
|||||||
-8 "$ALT_NAMES" \
|
-8 "$ALT_NAMES" \
|
||||||
&>/dev/null
|
&>/dev/null
|
||||||
|
|
||||||
rm -f $RANDOM_DATA
|
rm -f $CERT_RANDOM
|
||||||
|
|
||||||
# tune permissions
|
# tune permissions
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: openldap
|
Name: openldap
|
||||||
Version: 2.4.39
|
Version: 2.4.39
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: LDAP support libraries
|
Summary: LDAP support libraries
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
@ -577,6 +577,9 @@ exit 0
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 30 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-6
|
||||||
|
- fix: remove correct tmp file when generating server cert (#1103102)
|
||||||
|
|
||||||
* Mon Mar 24 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-5
|
* Mon Mar 24 2014 Jan Synáček <jsynacek@redhat.com> - 2.4.39-5
|
||||||
- re-symlink unversioned libraries, so ldconfig is not confused (#1028557)
|
- re-symlink unversioned libraries, so ldconfig is not confused (#1028557)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user