From 87ec3eead4b28e1ba95c67630714d757f3a52db6d9eb22b14280dab916a4f69a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 9 Nov 2018 14:23:40 +0000 Subject: [PATCH] Accepting request 647425 from home:esampson:branches:devel:languages:python - exclude ./tests directory when building RPM since it causes file conflicts with python-tinyDB OBS-URL: https://build.opensuse.org/request/show/647425 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kafka-python?expand=0&rev=10 --- python-kafka-python.changes | 6 ++++++ python-kafka-python.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-kafka-python.changes b/python-kafka-python.changes index 037d264..e46c1f4 100644 --- a/python-kafka-python.changes +++ b/python-kafka-python.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 8 18:29:27 UTC 2018 - esampson@suse.com + +- exclude ./tests directory when building RPM since it causes file conflicts with python-tinyDB + + ------------------------------------------------------------------- Mon Mar 27 08:39:42 UTC 2017 - tbechtold@suse.com diff --git a/python-kafka-python.spec b/python-kafka-python.spec index 66eb982..e40ad0b 100644 --- a/python-kafka-python.spec +++ b/python-kafka-python.spec @@ -1,7 +1,7 @@ # # spec file for package python-kafka-python # -# 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 @@ -54,5 +54,6 @@ is also supported for message sets. %defattr(-,root,root,-) %doc README.rst LICENSE %{python_sitelib}/* +%exclude %{python_sitelib}/tests/ %changelog