Updated RPM spec to newer version

This commit is contained in:
Andrew Niemantsverdriet 2013-07-23 15:35:56 -06:00
parent d14d18cd29
commit 61768fc397

View File

@ -12,7 +12,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
Name: salt-api
Version: 0.8.1
Version: 0.8.2
Release: 0%{?dist}
Summary: A web api for to access salt the parallel remote execution system
@ -145,7 +145,12 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Apr 29 2013 Andrew Niemantsverdriet <andrewniemants@gmail.com> - 0.8.1-0
* Wed Jul 17 2013 Andrew Niemantsverdriet <andrewniemants@gmail.com> - 0.8.1-0
- Bugfix release that fixes a compatibility issue with changes in Salt 0.15.9.
- Fixed an inconsistency with the return format for the /minions convenience URL.
- Added a dedicated URL for serving an HTML app and static media
* Tue Apr 16 2013 Andrew Niemantsverdriet <andrewniemants@gmail.com> - 0.8.1-0
- Minor bugfix version released
* Tue Apr 16 2013 Andrew Niemantsverdriet <andrewniemants@gmail.com> - 0.8.0-0