diff --git a/.gitignore b/.gitignore index 2dad246..31409ee 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ certmonger-0.26.tar.gz certmonger-0.28.tar.gz /certmonger-0.30.tar.gz /certmonger-0.32.tar.gz +/certmonger-0.34.tar.gz diff --git a/certmonger.spec b/certmonger.spec index 19a38ab..a655b12 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,5 +1,5 @@ Name: certmonger -Version: 0.32 +Version: 0.34 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -9,7 +9,12 @@ URL: http://certmonger.fedorahosted.org Source0: http://fedorahosted.org/released/certmonger/certmonger-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: dbus-devel, nspr-devel, nss-devel, openssl-devel, libuuid-devel +BuildRequires: dbus-devel, nspr-devel, nss-devel, openssl-devel +%if 0%{?fedora} >= 12 || 0%{?rhel} >= 6 +BuildRequires: libuuid-devel +%else +BuildRequires: e2fsprogs-devel +%endif BuildRequires: libtalloc-devel, libtevent-devel BuildRequires: libxml2-devel, xmlrpc-c-devel # Required for 'make check': @@ -104,6 +109,27 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Fri Jan 14 2011 Nalin Dahyabhai 0.34-1 +- update to 0.34 + - explicitly note the number of requests we're tracking in the output of + "getcert list" (#652049) + - try to offer some suggestions when we get certain specific errors back + in "getcert" (#652047) + - updated translations + - es + +* Thu Dec 23 2010 Nalin Dahyabhai 0.33-1 +- update to 0.33 + - new translations + - id by Okta Purnama Rahadian! + - updated translations + - pl, uk + - roll up assorted fixes for defects + +* Fri Nov 12 2010 Nalin Dahyabhai 0.32-2 +- depend on the e2fsprogs libuuid on Fedora and RHEL releases where it's + not part of util-linux-ng + * Wed Oct 13 2010 Nalin Dahyabhai 0.32-1 - oops, rfc5280 says we shouldn't be populating unique identifiers, so make it a configuration option and default the behavior to off diff --git a/sources b/sources index dde223c..42937bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d57d6e7d851229b8f4324c932c3d87de certmonger-0.32.tar.gz +87b06d9aed6af9eacb09cb3da1742439 certmonger-0.34.tar.gz