func.spec | 9 ++++++--- setup.py | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) New commits: commit 31eab6652863c93d1040065453a6c2a25126f1fd Author: Seth Vidal <skvidal@xxxxxxxxxxxxxxxxx> Date: Mon Sep 20 14:39:34 2010 -0400 0.27 marks diff --git a/func.spec b/func.spec index 9ca5646..1493859 100644 --- a/func.spec +++ b/func.spec @@ -11,8 +11,8 @@ Summary: Remote management framework Name: func -Version: 0.26 -Release: 2%{?dist} +Version: 0.27 +Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ Group: Applications/System @@ -24,7 +24,7 @@ Requires: python >= 2.3 Requires: pyOpenSSL %endif Requires: %{python}-simplejson -Requires: certmaster >= 0.25 +Requires: certmaster >= 0.27 Requires: logrotate Requires: smolt BuildRequires: %{python}-devel @@ -174,6 +174,9 @@ fi %changelog +* Wed Aug 25 2010 Seth Vidal <skvidal at fedoraproject.org> - 0.27-1 +- bump to 0.27 + * Wed Sep 9 2009 Adrian Likins <alikins@xxxxxxxxxx> - 0.26-1 - require smolt (should be there on most stuff we support, and hardware module is lame without it) diff --git a/setup.py b/setup.py index 23282b7..a64f26b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup #from setuptools import setup,find_packages NAME = "func" -VERSION = "0.26" +VERSION = "0.27" 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 _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list