diff --git a/python-pyvmomi.changes b/python-pyvmomi.changes index 266e857..c305422 100644 --- a/python-pyvmomi.changes +++ b/python-pyvmomi.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Mar 3 18:41:57 UTC 2018 - arun@gmx.de + +- specfile: + * update copyright year + * don't use python_module for Requires + ------------------------------------------------------------------- Wed Nov 29 15:01:48 UTC 2017 - boris@steki.net @@ -6,7 +13,6 @@ Wed Nov 29 15:01:48 UTC 2017 - boris@steki.net + Remove custom getattr in _HTTPSConnection + Add user-agent header when connecting to vsphere - moved to single spec logic to build py2 and py3 package - ------------------------------------------------------------------- Sun Jan 15 11:57:13 UTC 2017 - hpj@urpla.net diff --git a/python-pyvmomi.spec b/python-pyvmomi.spec index 63abbf6..36b5d86 100644 --- a/python-pyvmomi.spec +++ b/python-pyvmomi.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyvmomi # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -45,8 +45,8 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module testtools >= 0.9.34} %endif BuildRequires: %{python_module vcrpy} -Requires: %{python_module requests >= 2.3.0} -Requires: %{python_module six >= 1.7.3} +Requires: python-requests >= 2.3.0 +Requires: python-six >= 1.7.3 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch