From 98dda4b753aa6a39e6a9c2fca883c61fe11a8cdbfc40e32ffad5ac4b5d61193a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:27:01 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=5 --- python-feedgenerator.changes | 5 +++++ python-feedgenerator.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-feedgenerator.changes b/python-feedgenerator.changes index 3fc641a..075b1cc 100644 --- a/python-feedgenerator.changes +++ b/python-feedgenerator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:47:56 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Mon Sep 24 10:23:52 UTC 2018 - Jan Engelhardt diff --git a/python-feedgenerator.spec b/python-feedgenerator.spec index 0e14c60..537168f 100644 --- a/python-feedgenerator.spec +++ b/python-feedgenerator.spec @@ -26,7 +26,6 @@ Group: Development/Languages/Python URL: https://github.com/getpelican/feedgenerator Source: https://files.pythonhosted.org/packages/source/f/feedgenerator/feedgenerator-%{version}.tar.gz Source1: https://raw.githubusercontent.com/getpelican/feedgenerator/master/LICENSE -BuildRequires: %{python_module devel} BuildRequires: %{python_module pytz} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} From 4de56e41d6b541c7d8ae35e6c6001db0cf340138b0fda4bc7a6e799243ad7f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 13:27:32 +0000 Subject: [PATCH 2/2] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=6 --- python-feedgenerator.changes | 5 +++++ python-feedgenerator.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-feedgenerator.changes b/python-feedgenerator.changes index 075b1cc..1d2a266 100644 --- a/python-feedgenerator.changes +++ b/python-feedgenerator.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 13:27:23 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Tue Dec 4 12:47:56 UTC 2018 - Matej Cepl diff --git a/python-feedgenerator.spec b/python-feedgenerator.spec index 537168f..5ab8b81 100644 --- a/python-feedgenerator.spec +++ b/python-feedgenerator.spec @@ -51,7 +51,7 @@ cp %{SOURCE1} LICENSE %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LC_ALL=en_US.utf8