- update to 0.34
This commit is contained in:
parent
a20057c7d4
commit
469401701f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <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
|
||||
- oops, rfc5280 says we shouldn't be populating unique identifiers, so
|
||||
make it a configuration option and default the behavior to off
|
||||
|
Loading…
Reference in New Issue
Block a user