Hello community,

here is the log from the commit of package python-pbr for openSUSE:Factory 
checked in at 2018-08-27 12:54:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pbr (Old)
 and      /work/SRC/openSUSE:Factory/.python-pbr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pbr"

Mon Aug 27 12:54:23 2018 rev:37 rq:629411 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes    2018-08-08 
14:44:38.632679431 +0200
+++ /work/SRC/openSUSE:Factory/.python-pbr.new/python-pbr.changes       
2018-08-27 12:54:34.524502740 +0200
@@ -1,0 +2,5 @@
+Wed Aug 15 12:38:40 UTC 2018 - mc...@suse.com
+
+- Fix conditions when to enanle tests and when not.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pbr.spec ++++++
--- /var/tmp/diff_new_pack.5dBqO1/_old  2018-08-27 12:54:36.688505114 +0200
+++ /var/tmp/diff_new_pack.5dBqO1/_new  2018-08-27 12:54:36.692505119 +0200
@@ -20,8 +20,10 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %bcond_without test
-%endif
+%else
 %bcond_with test
+%endif
+
 Version:        4.1.1
 Release:        0
 Summary:        Python Build Reasonableness
@@ -37,10 +39,10 @@
 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}


Reply via email to