update to patch release 0.15.3

e9
Clint Savage 12 years ago
parent 8abe464451
commit 797ea8f671

1
.gitignore vendored

@ -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

@ -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 <herlo1@gmail.com> - 0.15.3-1
- Update to patch release 0.15.3
- Removed OrderedDict patch
* Fri May 31 2013 Clint Savage <herlo1@gmail.com> - 0.15.2-1
- Update to patch release 0.15.2
- Patch OrderedDict for failed tests (SaltStack#4912)

@ -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

Loading…
Cancel
Save