Accepting request 1201512 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1201512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcbor?expand=0&rev=9
This commit is contained in:
2024-09-17 16:17:04 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 16 09:29:46 UTC 2024 - Eric Schirra <ecsos@opensuse.org>
- The doc fails to build with an assert in sphinx in 15sp6 also.
-------------------------------------------------------------------
Tue Apr 2 14:35:56 UTC 2024 - pgajdos@suse.com

View File

@@ -23,8 +23,8 @@
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "doc"
# in 15sp4/sp5, the doc fails to build with an assert in sphinx
%if 0%{?sle_version} >= 150400 && 0%{?sle_version} <= 150500
# in 15sp4/sp5/sp6, the doc fails to build with an assert in sphinx
%if 0%{?sle_version} >= 150400 && 0%{?sle_version} <= 150600
%define build_man 0
%else
%define build_man 1