You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.0 KiB
24 lines
1.0 KiB
1 year ago
|
diff -aruN libdnf-0.67.0/docs/hawkey/conf.py libdnf-0.67.0_inferit/docs/hawkey/conf.py
|
||
|
--- libdnf-0.67.0/docs/hawkey/conf.py 2023-03-09 11:15:09.545126905 +0300
|
||
|
+++ libdnf-0.67.0_inferit/docs/hawkey/conf.py 2023-03-09 11:23:02.687639783 +0300
|
||
|
@@ -260,6 +260,6 @@
|
||
|
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.msvsphere-os.ru/
|
||
|
|
||
|
"""
|
||
|
diff -aruN libdnf-0.67.0/libdnf/conf/Const.hpp libdnf-0.67.0_inferit/libdnf/conf/Const.hpp
|
||
|
--- libdnf-0.67.0/libdnf/conf/Const.hpp 2023-03-09 11:15:09.547126891 +0300
|
||
|
+++ libdnf-0.67.0_inferit/libdnf/conf/Const.hpp 2023-03-09 22:16:42.280571700 +0300
|
||
|
@@ -41,7 +41,7 @@
|
||
|
"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.msvsphere-os.ru/";
|
||
|
|
||
|
}
|
||
|
|