Add python-nova as a dependency

This package imports nova.* python classes that are provided by
python-nova.

Change-Id: I7975856cd905f4d2f260daa71e59bffcb6dce7c8
This commit is contained in:
Vincent Llorens 2016-08-22 16:54:40 +02:00
parent edac23cba4
commit b6c1aadd6f
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,9 @@
python-synergy-scheduler-manager (1.0.2ubuntu1) unstable; urgency=medium
* Add "python-nova" as a dependency
-- Vincent Llorens <vincent.llorens@cc.in2p3.fr> Mon, 22 Aug 2016 16:39:53 +0200
python-synergy-scheduler-manager (1.0.1) unstable; urgency=low
* Fix broken link in README

View File

@ -15,7 +15,7 @@ Vcs-Browser: https://git.openstack.org/cgit/openstack/synergy-scheduler-manager
Package: python-synergy-scheduler-manager
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Depends: ${python:Depends}, ${misc:Depends}, python-nova
Description: Advanced scheduling capability for OpenStack.
The Scheduler Manager provides advanced scheduling (fairshare) capability for
OpenStack. In particular it aims to address the resource utilization issues

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: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: Advanced scheduling capability for OpenStack.
Source: %name-%version.tar.bz2
@ -11,12 +11,13 @@ License: ASL 2.0
BuildArch: noarch
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-pbr
Requires: python-synergy-service
Requires: python-nova
Requires: python-oslo-config
Requires: python-oslo-messaging
Requires: python-pbr
Requires: python-requests
Requires: python-sqlalchemy
Requires: python-synergy-service
%description
@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Aug 22 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 1.0.2-1
- Add python-nova dependency
* Tue Jul 26 2016 Vincent Llorens <vincent.llorens@cc.in2p3.fr - 1.0.1-1
- Fix broken link in README

View File

@ -1,6 +1,6 @@
[metadata]
name = synergy-scheduler-manager
version = 1.0.1
version = 1.0.2
summary = Provide advanced scheduling (fairshare) capability for OpenStack
description-file =
README.rst