From 462fe22de99932fd622c7880103acb5dee6d61fb66664b24112ae38337eddfd3 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:19:07 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=107 --- python-celery.changes | 5 +++++ python-celery.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-celery.changes b/python-celery.changes index 9851ef4..6c36ae4 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:46:31 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Aug 16 11:04:24 UTC 2018 - tchvatal@suse.com diff --git a/python-celery.spec b/python-celery.spec index 77a73c2..698cf90 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -32,7 +32,6 @@ BuildRequires: %{python_module billiard >= 3.5.0.2} BuildRequires: %{python_module case >= 1.3.1} BuildRequires: %{python_module cl} BuildRequires: %{python_module curses} -BuildRequires: %{python_module devel} BuildRequires: %{python_module eventlet} BuildRequires: %{python_module gevent} BuildRequires: %{python_module kombu >= 4.0.2} From e7502ac990989340d4ffa02d362cfd342d022488895a0a33234b7e583085f093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 11:29:03 +0000 Subject: [PATCH 2/2] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=108 --- python-celery.changes | 5 +++++ python-celery.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-celery.changes b/python-celery.changes index 6c36ae4..64498af 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 11:28:53 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Tue Dec 4 12:46:31 UTC 2018 - Matej Cepl diff --git a/python-celery.spec b/python-celery.spec index 698cf90..6ffa75b 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -72,7 +72,7 @@ sed -i -e 's:,<3.3::g' requirements/test.txt %install %python_install -%fdupes %{buildroot}/%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check %python_exec setup.py test