update to 0.32

This commit is contained in:
Nalin Dahyabhai 2010-11-30 13:58:31 -05:00
parent c276b718ef
commit a20057c7d4
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ certmonger-0.24.tar.gz
certmonger-0.26.tar.gz 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

View File

@ -1,6 +1,6 @@
Name: certmonger Name: certmonger
Version: 0.30 Version: 0.32
Release: 4%{?dist} Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client Summary: Certificate status monitor and PKI enrollment client
Group: System Environment/Daemons Group: System Environment/Daemons
@ -9,9 +9,9 @@ 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 BuildRequires: dbus-devel, nspr-devel, nss-devel, openssl-devel, libuuid-devel
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':
# for diff and cmp # for diff and cmp
BuildRequires: diffutils BuildRequires: diffutils
@ -104,6 +104,14 @@ exit 0
%{_localstatedir}/lib/certmonger %{_localstatedir}/lib/certmonger
%changelog %changelog
* 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
* Tue Oct 12 2010 Nalin Dahyabhai <nalin@redhat.com> 0.31-1
- start populating the optional unique identifier fields in self-signed
certificates
* Thu Sep 30 2010 Nalin Dahyabhai <nalin@redhat.com> 0.30-4 * Thu Sep 30 2010 Nalin Dahyabhai <nalin@redhat.com> 0.30-4
- explicitly require "dbus" to try to ensure we have a running system bus - explicitly require "dbus" to try to ensure we have a running system bus
when we get started (#639126) when we get started (#639126)

View File

@ -1 +1 @@
40c0d1fe60d152e4c7cd8f82d5194991 certmonger-0.30.tar.gz d57d6e7d851229b8f4324c932c3d87de certmonger-0.32.tar.gz