15
0
forked from pool/python-xattr

- require the cffi version it was built against to avoid (bsc#948198)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xattr?expand=0&rev=20
This commit is contained in:
2015-09-30 12:03:21 +00:00
committed by Git OBS Bridge
parent cfa1ef1b00
commit bdeaba2f4d
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 30 12:01:27 UTC 2015 - dmueller@suse.com
- require the cffi version it was built against to avoid (bsc#948198)
-------------------------------------------------------------------
Tue Sep 16 06:12:13 UTC 2014 - tbechtold@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-xattr
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@@ -27,7 +27,7 @@ Source: xattr-%{version}.tar.gz
BuildRequires: python-cffi
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: python-cffi >= 0.4
%requires_eq python-cffi
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: pyxattr = %{version}
Obsoletes: pyxattr < %{version}