From: Gurucharan Shetty Date: Wed, 16 Sep 2015 16:25:39 +0000 (-0700) Subject: rhel: Make python 2.7 a requirement of build. X-Git-Tag: v2.5.0~561 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=43b6e7ca4c70c7fc0dfad0de49b1d907f4068289 rhel: Make python 2.7 a requirement of build. Reported-by: 张强 Signed-off-by: Gurucharan Shetty --- diff --git a/AUTHORS b/AUTHORS index 84f308423..9f1d7c19a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -391,6 +391,7 @@ rahim entezari rahim.entezari@gmail.com 冯全树(Crab) fqs888@126.com 胡靖飞 hujingfei914@msn.com 张伟 zhangwqh@126.com +张强 zhangqiang@meizu.com Thanks to all Open vSwitch contributors. If you are not listed above but believe that you should be, please write to dev@openvswitch.org. diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in index dad3e04f3..642986b85 100644 --- a/rhel/openvswitch.spec.in +++ b/rhel/openvswitch.spec.in @@ -22,7 +22,7 @@ License: ASL 2.0 Release: 1 Source: openvswitch-%{version}.tar.gz Buildroot: /tmp/openvswitch-rpm -Requires: logrotate, python +Requires: logrotate, python >= 2.7 BuildRequires: openssl-devel %bcond_without check