From fba4c4860713ca6632d1f1ffef3e0d3181221706ee7267398b09b1f54796fde9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 15 Aug 2018 12:40:27 +0000 Subject: [PATCH] Make checking happy. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=91 --- python-pbr.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-pbr.spec b/python-pbr.spec index 9850a83..4f6df42 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -39,10 +39,10 @@ Requires(post): update-alternatives Requires(postun): update-alternatives Obsoletes: python-pbr-doc BuildArch: noarch -%if %{with test} -Name: python-pbr-%{flavor} -%else +%if !%{with test} Name: python-pbr +%else +Name: python-pbr-%{flavor} %endif %if %{with test} BuildRequires: %{python_module Sphinx >= 1.6.2}