Update to feature release 0.16.0

e9
Clint Savage 12 years ago
parent 797ea8f671
commit 21373fad7c

1
.gitignore vendored

@ -20,3 +20,4 @@
/salt-0.15.1.tar.gz /salt-0.15.1.tar.gz
/salt-0.15.2.tar.gz /salt-0.15.2.tar.gz
/salt-0.15.3.tar.gz /salt-0.15.3.tar.gz
/salt-0.16.0.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))")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: salt Name: salt
Version: 0.15.3 Version: 0.16.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: A parallel remote execution system Summary: A parallel remote execution system
@ -36,6 +36,7 @@ Requires: dmidecode
%endif %endif
Requires: pciutils Requires: pciutils
Requires: yum-utils
%if 0%{?with_python26} %if 0%{?with_python26}
BuildRequires: python26-zmq BuildRequires: python26-zmq
@ -60,7 +61,7 @@ BuildRequires: python-unittest2
# this BR causes windows tests to happen # this BR causes windows tests to happen
# clearly, that's not desired # clearly, that's not desired
# https://github.com/saltstack/salt/issues/3749 # https://github.com/saltstack/salt/issues/3749
#BuildRequires: python-mock BuildRequires: python-mock
BuildRequires: git BuildRequires: git
%endif %endif
@ -309,6 +310,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Tue Jul 9 2013 Clint Savage <herlo1@gmail.com> - 0.16.0-1
- Update to feature release 0.16.0
* Sat Jun 1 2013 Clint Savage <herlo1@gmail.com> - 0.15.3-1 * Sat Jun 1 2013 Clint Savage <herlo1@gmail.com> - 0.15.3-1
- Update to patch release 0.15.3 - Update to patch release 0.15.3
- Removed OrderedDict patch - Removed OrderedDict patch
@ -364,7 +368,7 @@ rm -rf $RPM_BUILD_ROOT
- Moved to upstream release 0.10.5 - Moved to upstream release 0.10.5
- Added pciutils as Requires - Added pciutils as Requires
* Tue Oct 24 2012 Clint Savage <herlo1@gmail.com> - 0.10.4-1 * Wed Oct 24 2012 Clint Savage <herlo1@gmail.com> - 0.10.4-1
- Moved to upstream release 0.10.4 - Moved to upstream release 0.10.4
- Patched jcollie/systemd-service-status (SALT@GH#2335) (RHBZ#869669) - Patched jcollie/systemd-service-status (SALT@GH#2335) (RHBZ#869669)
@ -375,7 +379,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Aug 2 2012 Clint Savage <herlo1@gmail.com> - 0.10.2-2 * Thu Aug 2 2012 Clint Savage <herlo1@gmail.com> - 0.10.2-2
- Fix upstream bug #1730 per RHBZ#845295 - Fix upstream bug #1730 per RHBZ#845295
* Sat Jul 31 2012 Clint Savage <herlo1@gmail.com> - 0.10.2-1 * Tue Jul 31 2012 Clint Savage <herlo1@gmail.com> - 0.10.2-1
- Moved to upstream release 0.10.2 - Moved to upstream release 0.10.2
- Removed PyXML as a dependency - Removed PyXML as a dependency
@ -418,7 +422,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Dec 1 2011 Clint Savage <herlo1@gmail.com> - 0.9.4-2 * Thu Dec 1 2011 Clint Savage <herlo1@gmail.com> - 0.9.4-2
- Removing requirement for Cython. Optional only for salt-minion - Removing requirement for Cython. Optional only for salt-minion
* Thu Nov 30 2011 Clint Savage <herlo1@gmail.com> - 0.9.4-1 * Wed Nov 30 2011 Clint Savage <herlo1@gmail.com> - 0.9.4-1
- New upstream release with new features and bugfixes - New upstream release with new features and bugfixes
* Thu Nov 17 2011 Clint Savage <herlo1@gmail.com> - 0.9.3-1 * Thu Nov 17 2011 Clint Savage <herlo1@gmail.com> - 0.9.3-1

@ -6,3 +6,4 @@
5a75bd6cc6e0f852a3a8aff12dec58bf salt-0.15.1.tar.gz 5a75bd6cc6e0f852a3a8aff12dec58bf salt-0.15.1.tar.gz
494dda5be0e3a0fa500996fbab507bfe salt-0.15.2.tar.gz 494dda5be0e3a0fa500996fbab507bfe salt-0.15.2.tar.gz
9e9c8cc3be262252cc9acf1f41df317b salt-0.15.3.tar.gz 9e9c8cc3be262252cc9acf1f41df317b salt-0.15.3.tar.gz
4e4f382614b8c30818be0c2ebe2988e8 salt-0.16.0.tar.gz

Loading…
Cancel
Save