From 61768fc3974a0b7cef657fe263781d73fb491df6 Mon Sep 17 00:00:00 2001 From: Andrew Niemantsverdriet Date: Tue, 23 Jul 2013 15:35:56 -0600 Subject: [PATCH] Updated RPM spec to newer version --- rpm/salt-api.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rpm/salt-api.spec b/rpm/salt-api.spec index 1d0dd832eb..78e2ae2021 100644 --- a/rpm/salt-api.spec +++ b/rpm/salt-api.spec @@ -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 - 0.8.1-0 +* Wed Jul 17 2013 Andrew Niemantsverdriet - 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 - 0.8.1-0 - Minor bugfix version released * Tue Apr 16 2013 Andrew Niemantsverdriet - 0.8.0-0