- really fix these this time:
- getcert: error out when "list -c" finds no matching CA (#743488) - getcert: error out when "list -i" finds no matching request (#743485)
This commit is contained in:
parent
18495c2dde
commit
2fa6a22c81
2
.gitignore
vendored
2
.gitignore
vendored
@ -26,3 +26,5 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.46.tar.gz
|
/certmonger-0.46.tar.gz
|
||||||
/certmonger-0.49.tar.gz
|
/certmonger-0.49.tar.gz
|
||||||
/certmonger-0.49.tar.gz.sig
|
/certmonger-0.49.tar.gz.sig
|
||||||
|
/certmonger-0.50.tar.gz
|
||||||
|
/certmonger-0.50.tar.gz.sig
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.49
|
Version: 0.50
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -188,6 +188,11 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 14 2011 Nalin Dahyabhai <nalin@redhat.com> 0.50-1
|
||||||
|
- really fix these this time:
|
||||||
|
- getcert: error out when "list -c" finds no matching CA (#743488)
|
||||||
|
- getcert: error out when "list -i" finds no matching request (#743485)
|
||||||
|
|
||||||
* Wed Oct 12 2011 Nalin Dahyabhai <nalin@redhat.com> 0.49-1
|
* Wed Oct 12 2011 Nalin Dahyabhai <nalin@redhat.com> 0.49-1
|
||||||
- when using an NSS database, skip loading the module database (#743042)
|
- when using an NSS database, skip loading the module database (#743042)
|
||||||
- when using an NSS database, skip loading root certs
|
- when using an NSS database, skip loading root certs
|
||||||
|
Loading…
Reference in New Issue
Block a user