From 58ea76e6faf3b869839def2cc829d789b5862d8c Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 18 Jul 2016 11:24:04 +0000 Subject: [PATCH] fedora packaging also causes us problems with lz4 - PITA git-svn-id: https://xpra.org/svn/Xpra/trunk@13035 3bb7dfac-3a0b-4e04-842a-767bc560f471 --- rpmbuild/python-lz4.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rpmbuild/python-lz4.spec b/rpmbuild/python-lz4.spec index 1bd4a5735f..c49f4b32a6 100644 --- a/rpmbuild/python-lz4.spec +++ b/rpmbuild/python-lz4.spec @@ -16,7 +16,7 @@ %{!?python3_sitearch: %global python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} -Name: python-lz4 +Name: python2-lz4 Version: 0.8.2 Release: 1%{?dist} URL: https://github.com/steeve/python-lz4 @@ -31,6 +31,8 @@ BuildRequires: python-setuptools BuildRequires: lz4-devel %endif Requires: lz4 +Provides: python-lz4 +Obsoletes: python-lz4 < 0.8.2 Patch0: lz4-skip-nose-vs-sphinx-mess.patch %description