- 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:
Nalin Dahyabhai 2011-10-14 11:55:56 -04:00
parent 18495c2dde
commit 2fa6a22c81
3 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

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

View File

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

View File

@ -1,2 +1,2 @@
49611b48b9f611a258f82ac0698cc1db certmonger-0.49.tar.gz 38f64bbace49a2d6bf8cef5dbcee19d6 certmonger-0.50.tar.gz
bee37c90ac540f51d60a892342affe6e certmonger-0.49.tar.gz.sig c04f5006c09225ec315c09e189e86ea1 certmonger-0.50.tar.gz.sig