diff --git a/python-marathon.changes b/python-marathon.changes index 82596d8..22149b6 100644 --- a/python-marathon.changes +++ b/python-marathon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 2 15:43:11 UTC 2018 - tchvatal@suse.com + +- Fix requires + ------------------------------------------------------------------- Thu Jul 13 14:10:42 UTC 2017 - tbechtold@suse.com diff --git a/python-marathon.spec b/python-marathon.spec index 4d28d12..364b1a7 100644 --- a/python-marathon.spec +++ b/python-marathon.spec @@ -1,7 +1,7 @@ # # spec file for package python-marathon # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,15 +23,13 @@ Release: 0 Summary: Marathon Client Library License: MIT Group: Development/Languages/Python -Url: https://github.com/thefactory/marathon-python +URL: https://github.com/thefactory/marathon-python Source: https://files.pythonhosted.org/packages/source/m/marathon/marathon-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-requests >= 2.0.0 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -47,8 +45,7 @@ Python interface to the Mesos Marathon REST API. %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE +%license LICENSE %{python_sitelib}/* %changelog