- update to 0.44:
- check specifically for cases where a specified token that we need to use just isn't present for whatever reason (#697058)
This commit is contained in:
parent
8cea822712
commit
c5c48c7ba2
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ certmonger-0.28.tar.gz
|
|||||||
/certmonger-0.41.tar.gz
|
/certmonger-0.41.tar.gz
|
||||||
/certmonger-0.42.tar.gz
|
/certmonger-0.42.tar.gz
|
||||||
/certmonger-0.43.tar.gz
|
/certmonger-0.43.tar.gz
|
||||||
|
/certmonger-0.44.tar.gz
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: certmonger
|
Name: certmonger
|
||||||
Version: 0.43
|
Version: 0.44
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Certificate status monitor and PKI enrollment client
|
Summary: Certificate status monitor and PKI enrollment client
|
||||||
|
|
||||||
@ -182,6 +182,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 11 2011 Nalin Dahyabhai <nalin@redhat.com> 0.44-1
|
||||||
|
- check specifically for cases where a specified token that we need to
|
||||||
|
use just isn't present for whatever reason (#697058)
|
||||||
|
|
||||||
* Wed Aug 10 2011 Nalin Dahyabhai <nalin@redhat.com> 0.43-1
|
* Wed Aug 10 2011 Nalin Dahyabhai <nalin@redhat.com> 0.43-1
|
||||||
- add a -K option to ipa-submit, to use the current ccache, which makes
|
- add a -K option to ipa-submit, to use the current ccache, which makes
|
||||||
it easier to test
|
it easier to test
|
||||||
|
Loading…
Reference in New Issue
Block a user