[salt/f18] Update to 0.17.1

Erik Johnson terminalmage at fedoraproject.org
Thu Oct 17 21:20:45 UTC 2013


commit 77397f285c3f64c716d00b10b6986abe65577124
Author: Erik Johnson <erik at saltstack.com>
Date:   Thu Oct 17 16:20:54 2013 -0500

    Update to 0.17.1

 .gitignore |    1 +
 salt.spec  |   10 ++++++----
 sources    |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a32cba0..fa08ed5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@
 /salt-0.16.4.tar.gz
 /SaltTesting-0.5.1.tar.gz
 /salt-0.17.0.tar.gz
+/salt-0.17.1.tar.gz
diff --git a/salt.spec b/salt.spec
index 7480032..69786f4 100644
--- a/salt.spec
+++ b/salt.spec
@@ -9,13 +9,13 @@
 
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-%{!?pythonpath: %global pythonpath %(%{__python} -c "import os, sys; print(os.pathsep.join(sys.path))")}
+%{!?pythonpath: %global pythonpath %(%{__python} -c "import os, sys; print(os.pathsep.join(x for x in sys.path if x))")}
 
 %define _salttesting SaltTesting
 %define _salttesting_ver 0.5.1
 
 Name: salt
-Version: 0.17.0
+Version: 0.17.1
 Release: 1%{?dist}
 Summary: A parallel remote execution system
 
@@ -50,7 +50,6 @@ BuildRequires: python26-devel
 BuildRequires: python26-jinja2
 BuildRequires: python26-m2crypto
 BuildRequires: python26-msgpack
-BuildRequires: python26-pip
 BuildRequires: python26-zmq
 BuildRequires: python26-PyYAML
 
@@ -319,7 +318,10 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
-* Mon Sep 30 2013 Erik Johnson <erik at saltstack.com> - 0.17.0-1
+* Thu Oct 17 2013 Erik Johnson <erik at saltstack.com> - 0.17.1-1
+- Update to bugfix release 0.17.1
+
+* Thu Sep 26 2013 Erik Johnson <erik at saltstack.com> - 0.17.0-1
 - Update to feature release 0.17.0
 
 * Wed Sep 11 2013 David Anderson <dave at dubkat.com>
diff --git a/sources b/sources
index bbc21c8..acd2b31 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
+234eb968862f54f58ccd7b7ea2e3b3d9  salt-0.17.1.tar.gz
 f4a6a5d590a2855b89060682117fb69e  SaltTesting-0.5.1.tar.gz
-c51dc289d7d7c49e6ebd74519f116441  salt-0.17.0.tar.gz


More information about the scm-commits mailing list