From d610e620a143a1d44de66ea7545beef256ff9f98 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Feb 14 2011 22:32:05 +0000 Subject: - tag 0.35 --- diff --git a/certmonger.spec b/certmonger.spec index d10f82d..15bc5f6 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -1,6 +1,6 @@ Name: certmonger -Version: 0.34 -Release: 2%{?dist} +Version: 0.35 +Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client Group: System Environment/Daemons @@ -109,6 +109,10 @@ exit 0 %{_localstatedir}/lib/certmonger %changelog +* Mon Feb 14 2011 Nalin Dahyabhai 0.35-1 +- update to 0.35 + - self-test fixes to rebuild properly in mock (#670322) + * Tue Feb 08 2011 Fedora Release Engineering - 0.34-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/configure.ac b/configure.ac index 40905ba..8e87c9d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.34) +AC_INIT(certmonger,0.35) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE diff --git a/tests/Makefile.am b/tests/Makefile.am index 3eae582..7f7d361 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -84,7 +84,7 @@ subdirs += \ 015-lockedkey-sql endif -check: +check: all for required in certutil pk12util openssl expect diff cmp mktemp dos2unix dbus-launch ; do \ which $$required || exit 1; \ done