From 535647cfcf0a34f4bdcbc1d089d48d21aa5a2bd5 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Jan 02 2014 17:52:16 +0000 Subject: tag 0.70 resync .spec file with downstream --- diff --git a/certmonger.spec b/certmonger.spec index 2b95c07..1e7721a 100644 --- a/certmonger.spec +++ b/certmonger.spec @@ -19,7 +19,7 @@ %endif Name: certmonger -Version: 0.69 +Version: 0.70 Release: 1%{?dist} Summary: Certificate status monitor and PKI enrollment client @@ -202,6 +202,15 @@ exit 0 %endif %changelog +* Thu Jan 2 2014 Nalin Dahyabhai 0.70-1 +- add a --with-homedir option to configure, and use it, since subprocesses + which we run and which use NSS may attempt to write to $HOME/.pki, and + 0.69's strategy of setting that to "/" was rightly hitting SELinux policy + denials (#1047798) + +* Fri Dec 27 2013 Daniel Mach - 0.69-2 +- Mass rebuild 2013-12-27 + * Mon Dec 9 2013 Nalin Dahyabhai 0.69-1 - tweak how we decide whether we're on the master or a minion when we're told to use certmaster as a CA diff --git a/configure.ac b/configure.ac index d06831e..38d4651 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(certmonger,0.69) +AC_INIT(certmonger,0.70) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR(m4) AM_MAINTAINER_MODE([enable])