-VERSION = 0.28
+VERSION = 0.29
RELEASE = 1
PYTHON = /usr/bin/python
DIST = pwan
Summary: Remote certificate distribution framework
Name: certmaster
-Version: 0.28
+Version: 0.29
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
License: GPLv2+
%changelog
+
+* Fri Oct 16 2015 Jude Nagurney <jude@pwan.org> - 0.29-1
+- Added multi-ca support
+- Added support for hashing functions other than sha1
+- added shunit2 tests
+
+* Thu Apr 7 2011 Seth Vidal <skvidal@fedoraproject.org> - 0.28-1
+- 0.28
+
* Wed Aug 25 2010 Seth Vidal <skvidal at fedoraproject.org> - 0.27-1
- 0.27
#from setuptools import setup,find_packages
NAME = "certmaster"
-VERSION = "0.28"
+VERSION = "0.29"
SHORT_DESC = "%s remote configuration and management api" % NAME
LONG_DESC = """
A small pluggable xml-rpc daemon used by %s to implement various web services hooks
/etc/init.d/certmaster stop
rpm -e certmaster
-rpm -i /root/certmaster.git/rpm-build/certmaster-0.28-1pwan.noarch.rpm
+rpm -i /root/certmaster.git/rpm-build/certmaster-0.29-1pwan.noarch.rpm
cp /etc/certmaster/certmaster.conf.rpmsave /etc/certmaster/certmaster.conf
cp /etc/certmaster/minion.conf.rpmsave /etc/certmaster/minion.conf
cd tests