From 35165c42412e06b6e040c635492139ab3b41779d Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Wed, 23 Aug 2017 10:44:53 +0200 Subject: [PATCH] Update RPM package dependencies During a recent installation of Synergy on a standard CentOS 7 cluster it appeared that python dependencies present in both EPEL and OpenStack repositories were not installed correctly. This commit makes the dependencies more explicit and result in a correct installation procedure. Note that since the Synergy code has not changed since the last version, only the package "dist" version is changed. Change-Id: I1d10fdc7e98788ce83c245aa3606351e358603e1 --- packaging/rpm/python-synergy.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/packaging/rpm/python-synergy.spec b/packaging/rpm/python-synergy.spec index 4c6baf3..cae057f 100755 --- a/packaging/rpm/python-synergy.spec +++ b/packaging/rpm/python-synergy.spec @@ -2,7 +2,7 @@ Name: python-synergy-service Version: 1.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Synergy service License: ASL 2.0 @@ -19,9 +19,9 @@ Requires(preun): systemd Requires(postun): systemd Requires: python2-eventlet Requires: python2-oslo-config -Requires: python-pbr +Requires: python2-pbr Requires: python-dateutil -Requires: python-requests +Requires: python2-requests %description @@ -85,6 +85,9 @@ if [ "$1" = 0 ]; then fi %changelog +* Mon Aug 21 2017 Vincent Llorens - 1.5.2-2 +- Update some python requirements to python2-* names + * Tue Jul 18 2017 Ervin Konomi - 1.5.2-1 - Fixes on the authorization mechanism - Enhancement in handling the parameters defined in the user request