- update to 0.34

This commit is contained in:
Nalin Dahyabhai 2011-01-14 10:02:47 -05:00
parent a20057c7d4
commit 469401701f
3 changed files with 30 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ certmonger-0.26.tar.gz
certmonger-0.28.tar.gz certmonger-0.28.tar.gz
/certmonger-0.30.tar.gz /certmonger-0.30.tar.gz
/certmonger-0.32.tar.gz /certmonger-0.32.tar.gz
/certmonger-0.34.tar.gz

View File

@ -1,5 +1,5 @@
Name: certmonger Name: certmonger
Version: 0.32 Version: 0.34
Release: 1%{?dist} Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client 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 Source0: http://fedorahosted.org/released/certmonger/certmonger-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 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: libtalloc-devel, libtevent-devel
BuildRequires: libxml2-devel, xmlrpc-c-devel BuildRequires: libxml2-devel, xmlrpc-c-devel
# Required for 'make check': # Required for 'make check':
@ -104,6 +109,27 @@ exit 0
%{_localstatedir}/lib/certmonger %{_localstatedir}/lib/certmonger
%changelog %changelog
* Fri Jan 14 2011 Nalin Dahyabhai <nalin@redhat.com> 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 <nalin@redhat.com> 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 <nalin@redhat.com> 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 <nalin@redhat.com> 0.32-1 * Wed Oct 13 2010 Nalin Dahyabhai <nalin@redhat.com> 0.32-1
- oops, rfc5280 says we shouldn't be populating unique identifiers, so - oops, rfc5280 says we shouldn't be populating unique identifiers, so
make it a configuration option and default the behavior to off make it a configuration option and default the behavior to off

View File

@ -1 +1 @@
d57d6e7d851229b8f4324c932c3d87de certmonger-0.32.tar.gz 87b06d9aed6af9eacb09cb3da1742439 certmonger-0.34.tar.gz