#1 Explicitly BuildRequire python3-sphinxcontrib-qthelp
Merged 7 months ago by churchyard. Opened 7 months ago by churchyard.
rpms/ churchyard/xca sphinxcontrib-optional  into  rawhide

file modified
+4 -1
@@ -4,7 +4,7 @@ 

  Summary:	Graphical X.509 certificate management tool

  Name:		xca

  Version:	2.5.0

- Release:	1%{?dist}

+ Release:	2%{?dist}

  License:	BSD

  URL:		https://hohnstaedt.de/xca/

  Source0:	https://github.com/%{gitowner0}/%{gitproject0}/releases/download/RELEASE.%{version}/%{name}-%{version}.tar.gz
@@ -20,6 +20,7 @@ 

  BuildRequires:	xdg-utils

  BuildRequires:	libtool-ltdl-devel

  BuildRequires:	python3-sphinx

+ BuildRequires:	python3-sphinxcontrib-qthelp

  

  Requires:	hicolor-icon-theme

  
@@ -112,6 +113,8 @@ 

  #-------------------------------------------------------------------------------

  %changelog

  #-------------------------------------------------------------------------------

+ * Tue Nov 07 2023 Miro Hrončok <mhroncok@redhat.com> - 2.5.0-2

+ - Explicitly BuildRequire python3-sphinxcontrib-qthelp

  

  * Fri Oct  6 2023 Patrick Monnerat <patrick@monnerat.net> 2.5.0-1

  - New upstream release.

In preparation for making the sphinx -> sphinxcontrib.qthelp dependency optional,
I have identified this package uses sphinxcontrib.qthelp and fails without it:

[  9%] Create context sensitive help
/usr/bin/sphinx-build -q -b html /builddir/build/BUILD/xca-2.5.0/redhat-linux-build/doc/rst /builddir/build/BUILD/xca-2.5.0/redhat-linux-build/doc/html
/usr/bin/sphinx-build -q -b qthelp /builddir/build/BUILD/xca-2.5.0/redhat-linux-build/doc/rst /builddir/build/BUILD/xca-2.5.0/redhat-linux-build/doc/qthelp

Sphinx error:
Builder name qthelp not registered or available through entry point

rebased onto b3f37b4

7 months ago

The change in python-sphinx has been merged, so I am merging and building this as a provenpackager.

Pull-Request has been merged by churchyard

7 months ago
Metadata