14
0
forked from pool/python-xattr

- Relax version constraint for cffi requirement

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=31
This commit is contained in:
2018-02-22 13:23:37 +00:00
committed by Git OBS Bridge
parent 663c3a12c0
commit b48d487fc1
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 13:22:46 UTC 2018 - rjschwei@suse.com
- Relax version constraint for cffi requirement
-------------------------------------------------------------------
Wed Aug 30 06:04:05 UTC 2017 - tbechtold@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-xattr
#
# 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
@@ -29,7 +29,7 @@ BuildRequires: %{python_module cffi}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
%requires_eq python-cffi
Requires: python-cffi >= 1.11
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildRoot: %{_tmppath}/%{name}-%{version}-build