[salt] updating to upstream patch release 0.13.2

Clint Savage herlo at fedoraproject.org
Wed Mar 13 20:11:53 UTC 2013


commit 3d4e91304e5ea5405c18231c915ec7992465d21d
Author: Clint Savage <herlo1 at gmail.com>
Date:   Wed Mar 13 14:11:42 2013 -0600

    updating to upstream patch release 0.13.2

 .gitignore                              |    1 +
 0003-Late-stage-jinja2-dependency.patch |   39 --------------------------
 0004-Jinja2-no-longer-build-dep.patch   |   45 -------------------------------
 salt.spec                               |    7 +++--
 sources                                 |    2 +-
 5 files changed, 6 insertions(+), 88 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80c6cec..d8644fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /salt-0.12.0.tar.gz
 /salt-0.12.1.tar.gz
 /salt-0.13.1.tar.gz
+/salt-0.13.2.tar.gz
diff --git a/salt.spec b/salt.spec
index a689611..448dc18 100644
--- a/salt.spec
+++ b/salt.spec
@@ -11,7 +11,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name: salt
-Version: 0.13.1
+Version: 0.13.2
 Release: 1%{?dist}
 Summary: A parallel remote execution system
 
@@ -104,8 +104,6 @@ BuildRequires: systemd-units
 
 %endif
 
-#Requires: MySQL-python libvirt-python yum
-
 %description
 Salt is a distributed remote execution system used to execute commands and 
 query data. It was developed in order to bring the best solutions found in 
@@ -311,6 +309,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Mar 13 2013 Clint Savage <herlo1 at gmail.com> - 0.13.2-1
+- Update to upstream patch release 0.13.2
+
 * Fri Feb 15 2013 Clint Savage <herlo1 at gmail.com> - 0.13.1-1
 - Update to upstream patch release 0.13.1
 - Add unittest support
diff --git a/sources b/sources
index 3586150..1bb0d1e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3919ee94e6c32d182a6e410065ba888d  salt-0.13.1.tar.gz
+b18ab3d0f4fcb79ab8552b8dbcd5a002  salt-0.13.2.tar.gz


More information about the scm-commits mailing list