diff --git a/python-sip.changes b/python-sip.changes index e686eee..74ad34c 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 13 16:04:39 UTC 2021 - Ben Greiner + +- Don't create non-devel -sip metapackage for sip6 -- boo#1190441 + ------------------------------------------------------------------- Fri Feb 26 09:46:06 UTC 2021 - Ben Greiner diff --git a/python-sip.spec b/python-sip.spec index 4b06302..f1e5276 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -91,8 +91,11 @@ cp %{SOURCE0} . %install : +%if "%{sipN}" == "sip4" +# only sip4 still provides the old python-sip package %files %{python_files} %doc README.SUSE +%endif %files %{python_files devel} %doc README.SUSE