diff --git a/.cvsignore b/.cvsignore index e1bc8f2..bd1aa70 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ certmonger-0.17.tar.gz certmonger-0.18.tar.gz certmonger-0.19.tar.gz +certmonger-0.20.tar.gz diff --git a/certmonger.spec b/certmonger.spec index 4b9dbbb..0452a3f 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -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 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 0.19-1 - update to 0.19 - correctly initialize NSS databases that need to be using a PIN diff --git a/sources b/sources index e780b71..30f30b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ed20f248482ddf534cf9adf9a89c4b4 certmonger-0.19.tar.gz +a7d0d3e82dc25b5500677e5ced5e82c1 certmonger-0.20.tar.gz