diff --git a/.gitignore b/.gitignore index 77cef94..cb6a819 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /salt-0.14.1.tar.gz /salt-0.15.1.tar.gz /salt-0.15.2.tar.gz +/salt-0.15.3.tar.gz diff --git a/salt.spec b/salt.spec index 5acf329..7c018e1 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.15.2 +Version: 0.15.3 Release: 1%{?dist} Summary: A parallel remote execution system @@ -26,7 +26,6 @@ Source4: %{name}-master.service Source5: %{name}-syndic.service Source6: %{name}-minion.service Source7: README.fedora -Patch0: 0004-more-complete-ordereddict-recipe.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -132,8 +131,6 @@ Salt minion is queried and controlled from the master. %prep %setup -q -%patch0 -p1 - %build @@ -312,6 +309,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Jun 1 2013 Clint Savage - 0.15.3-1 +- Update to patch release 0.15.3 +- Removed OrderedDict patch + * Fri May 31 2013 Clint Savage - 0.15.2-1 - Update to patch release 0.15.2 - Patch OrderedDict for failed tests (SaltStack#4912) diff --git a/sources b/sources index aa12075..1ecc74b 100644 --- a/sources +++ b/sources @@ -5,3 +5,4 @@ 7dcbdffb465451eb5a5c8466ccd064cf salt-0.14.1.tar.gz 5a75bd6cc6e0f852a3a8aff12dec58bf salt-0.15.1.tar.gz 494dda5be0e3a0fa500996fbab507bfe salt-0.15.2.tar.gz +9e9c8cc3be262252cc9acf1f41df317b salt-0.15.3.tar.gz