Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0002-doc_c_Doxyfile.in.in_help-reproducible-builds.patch | [PATCH] Make documentation builds reproducible Doxygen includes the full path to sources in its documentation by default, which makes builds non-reproducible. Instruct it to use the shortest possible path that makes file names unique instead. |
Mihai Moldovan <ionic@ionic.de> | no | 2020-11-24 | ||
0003-Set-CMAKE_SKIP_RPATH-to-TRUE.patch | [PATCH] Set CMAKE_SKIP_RPATH to TRUE When skipping RPATH make doc raise: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/sphinx/config.py", line 368, in eval_config_file execfile_(filename, namespace) File "/usr/lib/python3/dist-packages/sphinx/util/pycompat.py", line 150, in execfile_ exec_(code, _globals) File "/home/user/librepo/doc/python/conf.py", line 15, in <module> import librepo File "/home/user/librepo/build/librepo/python/python3/librepo/__init__.py", line 1081, in <module> import librepo._librepo A fix is to set properly LD_LIBRARY_PATH in sphinx env call |
=?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret=20=28fepitre=29?= | no | 2020-11-24 | ||
0004-find-gpgme-pkg-conf.patch | fix FTBFS against libgpgme-dev >= 1.18.0-2 | Andreas Metzler <ametzler@bebt.de> | invalid | upstream | 2023-01-05 | |
0005-test_yum_package_downloading.py-Don-t-hardcode-a-val.patch | test_yum_package_downloading.py: Don't hardcode a value for EOPNOTSUPP For historical reasons, errno numbers are not the same on all architectures (compatibility with other operating systems already available on the same hardware was considered more important than having the same numbers on all Linux architectures). Use errno.EOPNOTSUPP instead of hardcoding a number. |
Adrian Bunk <bunk@debian.org> | no | 2023-01-09 |