jortel pushed to gofer (el6). "Fix broken dependency on rubygem(qpid)."

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 4 13:42:44 UTC 2015


>From 0831b878a3e4555a89273e769affc6f11a239ddb Mon Sep 17 00:00:00 2001
From: Jeff Ortel <jortel at redhat.com>
Date: Mon, 4 May 2015 08:42:31 -0500
Subject: Fix broken dependency on rubygem(qpid).


diff --git a/.gitignore b/.gitignore
index 5351bdc..c30b803 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /gofer-0.74.tar.gz
 /gofer-0.75.tar.gz
 /gofer-0.77.tar.gz
+/gofer-0.78.tar.gz
diff --git a/gofer.spec b/gofer.spec
index 7d955f5..98bb624 100644
--- a/gofer.spec
+++ b/gofer.spec
@@ -2,8 +2,8 @@
 %{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig  -e 'puts Config::CONFIG["sitelibdir"]')}
 
 Name: gofer
-Version: 0.77
-Release: 1%{?dist}
+Version: 0.78
+Release: 2%{?dist}
 Summary: A lightweight, extensible python agent
 Group:   Development/Languages
 License: LGPLv2
@@ -116,12 +116,11 @@ Group: Development/Languages
 Obsoletes: %{name}-lib
 BuildRequires: python
 Requires: python-simplejson
-Requires: python-qpid >= 0.7
+Requires: python-qpid >= 0.18
 Requires: PyPAM
 %if 0%{?rhel} && 0%{?rhel} < 6
 Requires: python-hashlib
 Requires: python-uuid
-Requires: python-ssl
 %endif
 
 %description -n python-%{name}
@@ -144,7 +143,7 @@ Group: Development/Languages
 BuildRequires: ruby
 Requires: rubygems
 Requires: rubygem(json)
-Requires: rubygem(qpid) >= 0.16.0
+Requires: rubygem(qpid_messaging) >= 0.16.0
 
 %description -n ruby-%{name}
 Contains gofer ruby lib modules.
@@ -248,6 +247,16 @@ This plug-in provides RMI access to package (RPM) management.
 
 
 %changelog
+* Mon May 04 2015 Jeff Ortel <jortel at redhat.com> 0.78-2
+- Fix broken dependency on rubygem(qpid). (jortel at redhat.com)
+
+* Tue Feb 11 2014 Jeff Ortel <jortel at redhat.com> 0.78-1
+- Add support for skipping SSL validation. (jortel at redhat.com)
+- Merge pull request #7 from jortel/gofer-0.77 (jortel at redhat.com)
+- python-ssl no longer required with custom transport gone. (jortel at redhat.com)
+- Add 'match' criteria operator. (jortel at redhat.com)
+* Fri Nov 01 2013 Jeff Ortel <jortel at redhat.com> 0.77.1-1
+- 1023056 - use qpid builtin SSL transport. (jortel at redhat.com)
 * Mon Sep 30 2013 Jeff Ortel <jortel at redhat.com> 0.77-1
 - Reduce logging do DEBUG on frequent messaging and RMI processing events.
   (jortel at redhat.com)
diff --git a/sources b/sources
index f849207..7aa0ff5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-388cad06cda898d539df506e2b7f52ad  gofer-0.77.tar.gz
+aff940b35540f3e62fe4319214457fc0  gofer-0.78.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gofer.git/commit/?h=el6&id=0831b878a3e4555a89273e769affc6f11a239ddb


More information about the scm-commits mailing list