[gofer] Update gofer to 0.66-1

Jeff Ortel jortel at fedoraproject.org
Fri Feb 24 21:11:35 UTC 2012


commit d5a4663d2f63c361ba59a10be566e48ad76dad08
Author: Jeff Ortel <jortel at redhat.com>
Date:   Fri Feb 24 15:11:34 2012 -0600

    Update gofer to 0.66-1

 .gitignore |    1 +
 gofer.spec |   14 +++++++++++++-
 sources    |    3 +--
 3 files changed, 15 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 74c4e9c..bbc5ed7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gofer-0.54.tar.gz
 /gofer-0.60.tar.gz
 /gofer-0.64.tar.gz
+/gofer-0.66.tar.gz
diff --git a/gofer.spec b/gofer.spec
index 9c94bcd..86627b0 100644
--- a/gofer.spec
+++ b/gofer.spec
@@ -2,7 +2,7 @@
 %{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig  -e 'puts Config::CONFIG["sitelibdir"]')}
 
 Name: gofer
-Version: 0.64
+Version: 0.66
 Release: 1%{?dist}
 Summary: A lightweight, extensible python agent
 Group:   Development/Languages
@@ -15,6 +15,7 @@ BuildRequires: python2-devel
 BuildRequires: python-setuptools
 BuildRequires: rpm-python
 Requires: python-%{name} = %{version}
+Requires: python-iniparse
 %description
 Gofer provides an extensible, light weight, universal python agent.
 The gofer core agent is a python daemon (service) that provides
@@ -108,6 +109,7 @@ Requires: python-simplejson
 Requires: python-qpid >= 0.7
 Requires: PyPAM
 %if 0%{?rhel} && 0%{?rhel} < 6
+Requires: python-hashlib
 Requires: python-uuid
 Requires: python-ssl
 %endif
@@ -240,6 +242,16 @@ This plug-in provides RMI access to package (RPM) management.
 
 
 %changelog
+* Tue Feb 21 2012 Jeff Ortel <jortel at redhat.com> 0.66-1
+- Add DistGit releaser. (jortel at redhat.com)
+- Add deps: python-iniparse; python-hashlib (rhel5). (jortel at redhat.com)
+
+* Fri Feb 03 2012 Jeff Ortel <jortel at redhat.com> 0.65-1
+- Initial add of hmac classes; add synchronized decorator. (jortel at redhat.com)
+- python 2.4 compat for __import__(). (jortel at redhat.com)
+- Enhanced monitoring, use sha256 in addition to mtime. (jortel at redhat.com)
+- Add support for dynamic plugin URL in addition to UUID. (jortel at redhat.com)
+
 * Mon Jan 09 2012 Jeff Ortel <jortel at redhat.com> 0.64-1
 - Enhanced package (plugin) API. (jortel at redhat.com)
 * Wed Nov 30 2011 Jeff Ortel <jortel at redhat.com> 0.63-1
diff --git a/sources b/sources
index fe81cf1..a0e17fe 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-7a9b9ffac4a39dbe3016f8f3d41eedc2  gofer-0.60.tar.gz
-580fb08ad41f082253cd089e060494de  gofer-0.64.tar.gz
+373d6c6475c4336fe87d5965aa09a543  gofer-0.66.tar.gz


More information about the scm-commits mailing list