[python-okaara/el6] fixing a bug where Prompt.prompt_password passes the wrong arguments to

jdob jdob at fedoraproject.org
Thu Jun 26 15:52:18 UTC 2014


commit 146c92aabbeee8d8c9552e10d839d1f0d089c9b9
Author: Jay Dobies <jason.dobies at redhat.com>
Date:   Thu Jun 26 11:52:21 2014 -0400

    fixing a bug where Prompt.prompt_password passes the wrong arguments to
    
      another function. (mhrivnak at redhat.com)

 .gitignore         |    1 +
 python-okaara.spec |    6 +++++-
 sources            |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a3e66c9..221a07d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /python-okaara-1.0.21.tar.gz
 /python-okaara-1.0.32-1.tar.gz
 /python-okaara-1.0.34.tar.gz
+/python-okaara-1.0.35.tar.gz
diff --git a/python-okaara.spec b/python-okaara.spec
index 93f240e..d414d1f 100644
--- a/python-okaara.spec
+++ b/python-okaara.spec
@@ -3,7 +3,7 @@
 # -- headers ------------------------------------------------------------------
 
 Name:           python-okaara
-Version:        1.0.34
+Version:        1.0.35
 Release:        1%{?dist}
 Summary:        Python command line utilities
 
@@ -75,6 +75,10 @@ rm -rf $RPM_BUILD_ROOT
 # -- changelog ----------------------------------------------------------------
 
 %changelog
+* Thu Jun 26 2014 Jay Dobies <jason.dobies at redhat.com> 1.0.35-1
+- fixing a bug where Prompt.prompt_password passes the wrong arguments to
+  another function. (mhrivnak at redhat.com)
+
 * Wed May 28 2014 Jay Dobies <jason.dobies at redhat.com> 1.0.34-1
 - Added build requirement on python-mock (jason.dobies at redhat.com)
 
diff --git a/sources b/sources
index 5d264b1..2ec8645 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b63becb00eed014d9bace064b7fb47d0  python-okaara-1.0.34.tar.gz
+284917e42c4da7c4cf3d707e02e2da92  python-okaara-1.0.35.tar.gz


More information about the scm-commits mailing list