- update to 0.20
- correctly parse certificate validity periods given in years (spotted by Stephen Gallagher) - setup for translation - es by Héctor Daniel Cabrera! - ru by Yulia Poyarkova! - uk by Yuri Chornoivan! - fix unpreprocessed defaults in certmonger.conf's man page - tweak the IPA-specific message that indicates a principal name also needs to be specified if we're not using the default subject name (#579542) - make the validity period of self-signed certificates into a configuration setting and not a piece of the state information we track about the signer - init script: exit with status 2 instead of 1 when invoked with an unrecognized argument (#584517)
This commit is contained in:
parent
36aa62b942
commit
4d4e3a63c4
@ -1,3 +1,4 @@
|
||||
certmonger-0.17.tar.gz
|
||||
certmonger-0.18.tar.gz
|
||||
certmonger-0.19.tar.gz
|
||||
certmonger-0.20.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%{?_with_check: %global pcheck 1}
|
||||
|
||||
Name: certmonger
|
||||
Version: 0.19
|
||||
Version: 0.20
|
||||
Release: 1%{?dist}
|
||||
Summary: Certificate status monitor and PKI enrollment client
|
||||
|
||||
@ -56,6 +56,8 @@ mkdir -p $RPM_BUILD_ROOT/%{_initddir}
|
||||
install -m755 src/certmonger.init $RPM_BUILD_ROOT/%{_initddir}/certmonger
|
||||
%endif
|
||||
|
||||
%{find_lang} %{name}
|
||||
|
||||
%check
|
||||
%if 0%{?pcheck}
|
||||
make check
|
||||
@ -80,7 +82,7 @@ if test $1 -eq 0 ; then
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc README LICENSE STATUS doc/*.txt
|
||||
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/*
|
||||
@ -98,6 +100,22 @@ exit 0
|
||||
%{_localstatedir}/lib/certmonger
|
||||
|
||||
%changelog
|
||||
* Wed Apr 21 2010 Nalin Dahyabhai <nalin@redhat.com> 0.20-1
|
||||
- update to 0.20
|
||||
- correctly parse certificate validity periods given in years (spotted by
|
||||
Stephen Gallagher)
|
||||
- setup for translation
|
||||
- es by Héctor Daniel Cabrera!
|
||||
- ru by Yulia Poyarkova!
|
||||
- uk by Yuri Chornoivan!
|
||||
- fix unpreprocessed defaults in certmonger.conf's man page
|
||||
- tweak the IPA-specific message that indicates a principal name also needs
|
||||
to be specified if we're not using the default subject name (#579542)
|
||||
- make the validity period of self-signed certificates into a configuration
|
||||
setting and not a piece of the state information we track about the signer
|
||||
- init script: exit with status 2 instead of 1 when invoked with an
|
||||
unrecognized argument (#584517)
|
||||
|
||||
* Tue Mar 23 2010 Nalin Dahyabhai <nalin@redhat.com> 0.19-1
|
||||
- update to 0.19
|
||||
- correctly initialize NSS databases that need to be using a PIN
|
||||
|
Loading…
Reference in New Issue
Block a user