From 7780134c59c566717dbabb66e27a4d8dabb3d4dfcf5cc92d5b6494d31bad97d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 29 Aug 2018 08:28:37 +0000 Subject: [PATCH] - Move the Name definition above lua code to work on 42.3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-releases?expand=0&rev=7 --- python-releases.changes | 5 +++++ python-releases.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/python-releases.changes b/python-releases.changes index cb7a24a..96a7cc9 100644 --- a/python-releases.changes +++ b/python-releases.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 29 08:28:17 UTC 2018 - tchvatal@suse.com + +- Move the Name definition above lua code to work on 42.3 + ------------------------------------------------------------------- Sat Aug 11 14:43:12 UTC 2018 - tchvatal@suse.com diff --git a/python-releases.spec b/python-releases.spec index 49d6614..29a4fec 100644 --- a/python-releases.spec +++ b/python-releases.spec @@ -23,6 +23,11 @@ %else %bcond_with test %endif +%if %{with test} +Name: python-releases-%{flavor} +%else +Name: python-releases +%endif Version: 1.6.1 Release: 0 Summary: A Sphinx extension for changelog manipulation @@ -38,11 +43,6 @@ Requires: python-semantic_version Requires: python-six >= 1.4.1 BuildArch: noarch %if %{with test} -Name: python-releases-%{flavor} -%else -Name: python-releases -%endif -%if %{with test} BuildRequires: %{python_module Sphinx >= 1.3} BuildRequires: %{python_module invocations} BuildRequires: %{python_module invoke}