From e490d51d8a169caf02fce4e7d71673c6a3d81e1c Mon Sep 17 00:00:00 2001 From: Clint Savage Date: Thu, 9 May 2013 14:03:25 -0600 Subject: [PATCH] update rpm spec to patch release 0.15.1 --- .gitignore | 1 + salt.spec | 10 ++++++++-- sources | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7e05509..6d9628c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /salt-0.13.3.tar.gz /salt-0.14.0.tar.gz /salt-0.14.1.tar.gz +/salt-0.15.1.tar.gz diff --git a/salt.spec b/salt.spec index 9c1f771..4a9252d 100644 --- a/salt.spec +++ b/salt.spec @@ -5,13 +5,13 @@ %define __python %{_bindir}/python%{?pybasever} %endif -%global include_tests 1 +%global include_tests 0 %{!?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))")} Name: salt -Version: 0.14.1 +Version: 0.15.1 Release: 1%{?dist} Summary: A parallel remote execution system @@ -309,6 +309,12 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed May 8 2013 Clint Savage - 0.15.1-1 +- Update to patch release 0.15.1 + +* Sat May 4 2013 Clint Savage - 0.15.0-1 +- Update to upstream feature release 0.15.0 + * Fri Apr 19 2013 Clint Savage - 0.14.1-1 - Update to upstream patch release 0.14.1 diff --git a/sources b/sources index b3a5bee..30eda98 100644 --- a/sources +++ b/sources @@ -3,3 +3,4 @@ 22c8e5213084aa625c4ad89560072be8 salt-0.13.3.tar.gz 0f9fa32f208356e41ac8e0976e927b41 salt-0.14.0.tar.gz 7dcbdffb465451eb5a5c8466ccd064cf salt-0.14.1.tar.gz +5a75bd6cc6e0f852a3a8aff12dec58bf salt-0.15.1.tar.gz