Release v2.2.2

Change-Id: I41bbdc6a3df96424db2b69cc0d9e5c4befd8ee06
This commit is contained in:
Vincent Llorens 2016-12-14 10:57:17 +01:00
parent 90e6d14aab
commit 42bdd09212
3 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,12 @@
CHANGES
=======
* Make SchedulerManager handle ERROR notifications
2.2.1
-----
* Release v2.2.1
* fix: update required version of synergy-service
2.2.0

View File

@ -1,3 +1,9 @@
python-synergy-scheduler-manager (2.2.2) unstable; urgency=low
* Make SchedulerManager handle ERROR notifications
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 14 Dec 2016 10:49:24 +0100
python-synergy-scheduler-manager (2.2.1) unstable; urgency=low
* fix: update required version of synergy-service

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
Name: python-synergy-scheduler-manager
Version: 2.2.1
Version: 2.2.2
Release: 1%{?dist}
Summary: Advanced scheduling capability for OpenStack.
Source: %name-%version.tar.bz2
@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Dec 14 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 2.2.2-1
- Make SchedulerManager handle ERROR notifications
* Mon Dec 12 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 2.2.1-1
- fix: update required version of synergy-service