Hello community, here is the log from the commit of package python-pbr for openSUSE:Factory checked in at 2018-08-31 09:51:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pbr (Old) and /work/SRC/openSUSE:Factory/.python-pbr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pbr" Fri Aug 31 09:51:23 2018 rev:38 rq:631832 version:4.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes 2018-08-27 12:54:34.524502740 +0200 +++ /work/SRC/openSUSE:Factory/.python-pbr.new/python-pbr.changes 2018-08-31 09:51:27.621534691 +0200 @@ -1,0 +2,7 @@ +Mon Aug 27 15:24:52 UTC 2018 - [email protected] + +- Move the Name declaration above BR with LUA expansion as it won't + get expanded in time for older codestreams otherwise and result + in issue like "Package does not exist: %files -n python-%name" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pbr.spec ++++++ --- /var/tmp/diff_new_pack.NJ911U/_old 2018-08-31 09:51:28.177536090 +0200 +++ /var/tmp/diff_new_pack.NJ911U/_new 2018-08-31 09:51:28.181536100 +0200 @@ -23,7 +23,11 @@ %else %bcond_with test %endif - +%if !%{with test} +Name: python-pbr +%else +Name: python-pbr-%{flavor} +%endif Version: 4.1.1 Release: 0 Summary: Python Build Reasonableness @@ -39,11 +43,6 @@ Requires(postun): update-alternatives Obsoletes: python-pbr-doc BuildArch: noarch -%if !%{with test} -Name: python-pbr -%else -Name: python-pbr-%{flavor} -%endif %if %{with test} BuildRequires: %{python_module Sphinx >= 1.6.2} BuildRequires: %{python_module devel}
