diff --git a/.gitignore b/.gitignore index 39eb5f7..5dc13e6 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ certmonger-0.28.tar.gz /certmonger-0.37.tar.gz /certmonger-0.38.tar.gz /certmonger-0.39.tar.gz +/certmonger-0.40.tar.gz diff --git a/certmonger.spec b/certmonger.spec index b792a5b..f7fa8f8 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.39 +Version: 0.40 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -95,6 +95,7 @@ exit 0 %defattr(-,root,root,-) %doc README LICENSE STATUS doc/*.txt %config(noreplace) %{_sysconfdir}/dbus-1/system.d/* +%config(noreplace) %{_datadir}/dbus-1/services/* %dir %{_sysconfdir}/certmonger %config(noreplace) %{_sysconfdir}/certmonger/certmonger.conf %if 0%{?fedora} <= 9 || 0%{?rhel} < 6 @@ -109,6 +110,12 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Mon Mar 28 2011 Nalin Dahyabhai 0.40-1 +- update to 0.40 + - fix validation check on EKU OIDs in getcert (#691351) + - get session bus mode sorted + - add a list of recognized EKU values to the getcert-request man page + * Fri Mar 25 2011 Nalin Dahyabhai 0.39-1 - update to 0.39 - fix use of an uninitialized variable in the xmlrpc-based submission diff --git a/sources b/sources index 7123138..926465b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -78ddad3d3c12a8cf03a57880e6288f0b certmonger-0.39.tar.gz +61d0823735e5774bca184215bdbe218b certmonger-0.40.tar.gz