diff --git a/.gitignore b/.gitignore index cb6a819..c87e703 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /salt-0.15.1.tar.gz /salt-0.15.2.tar.gz /salt-0.15.3.tar.gz +/salt-0.16.0.tar.gz diff --git a/salt.spec b/salt.spec index 7c018e1..73f383f 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.3 +Version: 0.16.0 Release: 1%{?dist} Summary: A parallel remote execution system @@ -36,6 +36,7 @@ Requires: dmidecode %endif Requires: pciutils +Requires: yum-utils %if 0%{?with_python26} BuildRequires: python26-zmq @@ -60,7 +61,7 @@ BuildRequires: python-unittest2 # this BR causes windows tests to happen # clearly, that's not desired # https://github.com/saltstack/salt/issues/3749 -#BuildRequires: python-mock +BuildRequires: python-mock BuildRequires: git %endif @@ -309,6 +310,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Jul 9 2013 Clint Savage - 0.16.0-1 +- Update to feature release 0.16.0 + * Sat Jun 1 2013 Clint Savage - 0.15.3-1 - Update to patch release 0.15.3 - Removed OrderedDict patch @@ -364,7 +368,7 @@ rm -rf $RPM_BUILD_ROOT - Moved to upstream release 0.10.5 - Added pciutils as Requires -* Tue Oct 24 2012 Clint Savage - 0.10.4-1 +* Wed Oct 24 2012 Clint Savage - 0.10.4-1 - Moved to upstream release 0.10.4 - 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 - 0.10.2-2 - Fix upstream bug #1730 per RHBZ#845295 -* Sat Jul 31 2012 Clint Savage - 0.10.2-1 +* Tue Jul 31 2012 Clint Savage - 0.10.2-1 - Moved to upstream release 0.10.2 - Removed PyXML as a dependency @@ -418,7 +422,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Dec 1 2011 Clint Savage - 0.9.4-2 - Removing requirement for Cython. Optional only for salt-minion -* Thu Nov 30 2011 Clint Savage - 0.9.4-1 +* Wed Nov 30 2011 Clint Savage - 0.9.4-1 - New upstream release with new features and bugfixes * Thu Nov 17 2011 Clint Savage - 0.9.3-1 diff --git a/sources b/sources index 1ecc74b..5df4b38 100644 --- a/sources +++ b/sources @@ -6,3 +6,4 @@ 5a75bd6cc6e0f852a3a8aff12dec58bf salt-0.15.1.tar.gz 494dda5be0e3a0fa500996fbab507bfe salt-0.15.2.tar.gz 9e9c8cc3be262252cc9acf1f41df317b salt-0.15.3.tar.gz +4e4f382614b8c30818be0c2ebe2988e8 salt-0.16.0.tar.gz