Release 2.5.1

Synergy:
- fix small typo preventing it from running

Packaging:
- RPM: more specific python dependencies, to make it easier to install
  on CentOS 7
- update python-ova dependency to Newton (v14)
- update synergy-service dependency to 1.5

Change-Id: I7c583805cf60298a2af2c032cacc55affcabf474
This commit is contained in:
Vincent Llorens 2017-08-23 11:11:21 +02:00
parent 631437a032
commit e4d9840645
4 changed files with 28 additions and 9 deletions

View File

@ -1,3 +1,5 @@
Andreas Jaeger <aj@suse.com>
Anh Tran <anhtt@vn.fujitsu.com>
Lisa Zangrando <lisa.zangrando@pd.infn.it>
Vincent Llorens <vincent.llorens@cc.in2p3.fr>
ervin <ervin.konomi@pd.infn.it>

View File

@ -1,6 +1,12 @@
CHANGES
=======
* fix small typo preventing scheduler initialization
2.5.0
-----
* Release 2.5.0
* Added support for policy.json in packaging process
* Project manager problems concerning the adding and removing projects
* Authorization policies changed

View File

@ -1,3 +1,10 @@
python-synergy-scheduler-manager (2.5.1) unstable; urgency=low
* Update some python requirements to python2-* names
* fix small typo preventing scheduler initialization
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Wed, 23 Aug 2017 11:16:20 +0200
python-synergy-scheduler-manager (2.5.0) unstable; urgency=low
* Added support for policy.json in packaging process

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.5.0
Version: 2.5.1
Release: 1%{?dist}
Summary: Advanced scheduling capability for OpenStack.
Source: %name-%version.tar.bz2
@ -11,15 +11,15 @@ License: ASL 2.0
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-nova >= 12.0
Requires: python-oslo-config
Requires: python-oslo-messaging
Requires: python-oslo-serialization
Requires: python-oslo-versionedobjects
Requires: python-pbr
Requires: python-requests
Requires: python-nova >= 14.0
Requires: python2-oslo-config
Requires: python2-oslo-messaging
Requires: python2-oslo-serialization
Requires: python2-oslo-versionedobjects
Requires: python2-pbr
Requires: python2-requests
Requires: python-sqlalchemy
Requires: python-synergy-service >= 1.1
Requires: python-synergy-service >= 1.5
%description
@ -56,6 +56,10 @@ install -D -m0644 config/policy.json %{buildroot}%{_sysconfdir}
%changelog
* Mon Aug 21 2017 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 2.5.1-1
- Update some python requirements to python2-* names
- fix small typo preventing scheduler initialization
* Fri Aug 11 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 2.5.0-1
- Added support for policy.json in packaging process
- Project manager problems concerning the adding and removing projects