From 5f7e4b85ed7331eb27654bb3dbab9592a3f8f722 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 31 Jul 2024 16:18:32 +0300 Subject: [PATCH 1/2] Add link to AlmaLinux bugtracker --- docs/hawkey/conf.py | 2 +- libdnf/conf/Const.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hawkey/conf.py b/docs/hawkey/conf.py index 93330c2..5ea39da 100644 --- a/docs/hawkey/conf.py +++ b/docs/hawkey/conf.py @@ -260,6 +260,6 @@ texinfo_documents = [ rst_prolog = """ .. default-domain:: py .. _libsolv: https://github.com/openSUSE/libsolv -.. _bugzilla: https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=hawkey +.. _bugzilla: https://bugs.almalinux.org/ """ diff --git a/libdnf/conf/Const.hpp b/libdnf/conf/Const.hpp index ba21bbe..28cfa57 100644 --- a/libdnf/conf/Const.hpp +++ b/libdnf/conf/Const.hpp @@ -41,7 +41,7 @@ const std::vector INSTALLONLYPKGS{"kernel", "kernel-PAE", "installonlypkg(vm)", "multiversion(kernel)"}; -constexpr const char * BUGTRACKER="https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=dnf"; +constexpr const char * BUGTRACKER="https://bugs.almalinux.org/"; } -- 2.39.3 (Apple Git-146)