diff --git a/python-sip.changes b/python-sip.changes index d6c0f06..6f9a57d 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 5 07:40:38 UTC 2024 - Dominique Leuenberger + +- Only produce python-sip-doc when the default is SIP4: SIP6 does + not provide a -doc package. The previously generated meta package + only contained a README flle and no dependencies. + ------------------------------------------------------------------- Mon Nov 4 12:37:01 UTC 2024 - Dominique Leuenberger diff --git a/python-sip.spec b/python-sip.spec index cf45be3..3aca3e4 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -91,12 +91,12 @@ cp %{SOURCE0} . # only sip4 still provides the old python-sip package %files %{python_files} %doc README.SUSE + +%files -n python-sip-doc +%doc README.SUSE %endif %files %{python_files devel} %doc README.SUSE -%files -n python-sip-doc -%doc README.SUSE - %changelog