diff --git a/.gitignore b/.gitignore index c87e703..4622b9a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /salt-0.15.2.tar.gz /salt-0.15.3.tar.gz /salt-0.16.0.tar.gz +/salt-0.16.2.tar.gz diff --git a/salt.spec b/salt.spec index 2daebf8..f5fae19 100644 --- a/salt.spec +++ b/salt.spec @@ -11,8 +11,8 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: salt -Version: 0.16.0 -Release: 2%{?dist} +Version: 0.16.2 +Release: 1%{?dist} Summary: A parallel remote execution system Group: System Environment/Daemons @@ -310,6 +310,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Thu Aug 8 2013 Clint Savage - 0.16.2-1 +- Update to patch release 0.16.2 + * Sun Aug 04 2013 Fedora Release Engineering - 0.16.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 5df4b38..4d33657 100644 --- a/sources +++ b/sources @@ -7,3 +7,4 @@ 494dda5be0e3a0fa500996fbab507bfe salt-0.15.2.tar.gz 9e9c8cc3be262252cc9acf1f41df317b salt-0.15.3.tar.gz 4e4f382614b8c30818be0c2ebe2988e8 salt-0.16.0.tar.gz +a4f4cbbdaef3a0242ba27e85a38d94a2 salt-0.16.2.tar.gz