- fix self-signing certificate notBefore and notAfter values on 32-bit machines

- portability and test fixes
This commit is contained in:
Nalin Dahyabhai 2010-08-23 12:04:13 -04:00
parent 6f0969ce62
commit 0250202b6c
3 changed files with 15 additions and 9 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ certmonger-0.22.tar.gz
certmonger-0.23.tar.gz
certmonger-0.24.tar.gz
certmonger-0.26.tar.gz
certmonger-0.28.tar.gz

View File

@ -1,8 +1,5 @@
%{!?_with_check: %global pcheck 0}
%{?_with_check: %global pcheck 1}
Name: certmonger
Version: 0.26
Version: 0.28
Release: 1%{?dist}
Summary: Certificate status monitor and PKI enrollment client
@ -15,7 +12,6 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: dbus-devel, nspr-devel, nss-devel, openssl-devel
BuildRequires: libtalloc-devel, libtevent-devel
BuildRequires: libxml2-devel xmlrpc-c-devel
%if 0%{?pcheck}
# Required for 'make check':
# for diff and cmp
BuildRequires: diffutils
@ -27,7 +23,11 @@ BuildRequires: mktemp
BuildRequires: nss-tools
# for openssl
BuildRequires: openssl
%endif
# for dbus-launch
BuildRequires: /usr/bin/dbus-launch
# for dos2unix
BuildRequires: /usr/bin/dos2unix
Requires(post): /sbin/chkconfig, /sbin/service
Requires(preun): /sbin/chkconfig, /sbin/service
@ -59,9 +59,7 @@ install -m755 src/certmonger.init $RPM_BUILD_ROOT/%{_initddir}/certmonger
%{find_lang} %{name}
%check
%if 0%{?pcheck}
make check
%endif
%clean
rm -rf $RPM_BUILD_ROOT
@ -100,6 +98,13 @@ exit 0
%{_localstatedir}/lib/certmonger
%changelog
* Tue Aug 17 2010 Nalin Dahyabhai <nalin@redhat.com> 0.28-1
- fix self-signing certificate notBefore and notAfter values on 32-bit machines
* Tue Aug 17 2010 Nalin Dahyabhai <nalin@redhat.com> 0.27-1
- update to 0.27
- portability and test fixes
* Fri Aug 13 2010 Nalin Dahyabhai <nalin@redhat.com> 0.26-1
- update to 0.26
- when canceling a submission request that's being handled by a helper,

View File

@ -1 +1 @@
ecef2e40decff9492805d07ff682d02f certmonger-0.26.tar.gz
8e8d92a643a6215411f0c6d98aa66e1a certmonger-0.28.tar.gz