- 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.

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-sip?expand=0&rev=11
This commit is contained in:
Benjamin Greiner 2024-11-05 08:37:01 +00:00 committed by Git OBS Bridge
parent 44dfb70d5e
commit 06569ba10e
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 5 07:40:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>

View File

@ -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