From 917bc81bc7d3ea80a7daf5653da44fa57235d917bfb737faba3b061d87b6dc47 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 13:46:11 +0000 Subject: [PATCH 1/2] Remove superfluous devel dependency for noarch package OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=9 --- python-pelican.changes | 5 +++++ python-pelican.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pelican.changes b/python-pelican.changes index 4893ee6..cda4ef7 100644 --- a/python-pelican.changes +++ b/python-pelican.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 12:51:25 UTC 2018 - Matej Cepl + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Fri Nov 30 21:04:35 UTC 2018 - Benoît Monin diff --git a/python-pelican.spec b/python-pelican.spec index 649893e..4700328 100644 --- a/python-pelican.spec +++ b/python-pelican.spec @@ -30,7 +30,6 @@ BuildRequires: %{python_module Jinja2 >= 2.7} BuildRequires: %{python_module Pygments} BuildRequires: %{python_module Unidecode} BuildRequires: %{python_module blinker} -BuildRequires: %{python_module devel} BuildRequires: %{python_module docutils} BuildRequires: %{python_module feedgenerator >= 1.9} BuildRequires: %{python_module python-dateutil} From 82730abf601a6322fc84d61222f2e0867ba066a49f0bbc80746ec064934597a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 12:16:51 +0000 Subject: [PATCH 2/2] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pelican?expand=0&rev=10 --- python-pelican.changes | 5 +++++ python-pelican.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pelican.changes b/python-pelican.changes index cda4ef7..26b24ea 100644 --- a/python-pelican.changes +++ b/python-pelican.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 12:16:39 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Tue Dec 4 12:51:25 UTC 2018 - Matej Cepl diff --git a/python-pelican.spec b/python-pelican.spec index 4700328..f80f151 100644 --- a/python-pelican.spec +++ b/python-pelican.spec @@ -97,7 +97,7 @@ chmod -x pelican/tools/templates/publishconf.py.jinja2 %install %python_install -%fdupes %buildroot/%_prefix +%python_expand %fdupes %{buildroot}%{$python_sitelib} for p in pelican pelican-import pelican-quickstart pelican-themes ; do %python_clone -a %{buildroot}%{_bindir}/$p