From 1bd9b7ca3a5be222ca1352f869f5565e201b1a1e Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 2 Apr 2024 22:38:36 +0300 Subject: [PATCH] Change bugtracker url --- SOURCES/0001-Change-bugrtacker-url.patch | 38 ++++++++++++++++++++++++ SPECS/libdnf.spec | 7 ++++- 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 SOURCES/0001-Change-bugrtacker-url.patch diff --git a/SOURCES/0001-Change-bugrtacker-url.patch b/SOURCES/0001-Change-bugrtacker-url.patch new file mode 100644 index 0000000..7d32d43 --- /dev/null +++ b/SOURCES/0001-Change-bugrtacker-url.patch @@ -0,0 +1,38 @@ +From 8a996123b6e6a092cc34752e14fa56db3c27c0c7 Mon Sep 17 00:00:00 2001 +From: tigro +Date: Tue, 2 Apr 2024 22:37:11 +0300 +Subject: [PATCH] Change bugrtacker url + +--- + 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..09d3b52 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.msvsphere-os.ru/ + + """ +diff --git a/libdnf/conf/Const.hpp b/libdnf/conf/Const.hpp +index ba21bbe..649a24b 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.msvsphere-os.ru/"; + + } + +-- +2.44.0 + diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index 17f504a..727a434 100644 --- a/SPECS/libdnf.spec +++ b/SPECS/libdnf.spec @@ -58,7 +58,7 @@ Name: libdnf Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version} -Release: 8%{?dist} +Release: 8%{?dist}.inferit Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -71,6 +71,8 @@ Patch5: 0005-filterAdvisory-installed_solvables-sort-RhBug2212838.patch Patch6: 0006-hawkeysubject-get_best_selectors-only-obsol-oflatest.patch Patch7: 0007-Avoid-reinstal-installonly-packages-marked-for-ERASE.patch Patch8: 0008-PGP-Set-a-default-creation-SELinux-labels-on-GnuPG-d.patch +# MSVSphere +Patch1000: 0001-Change-bugrtacker-url.patch BuildRequires: cmake @@ -320,6 +322,9 @@ popd %endif %changelog +* Tue Apr 02 2024 Arkady L. Shane - 0.69.0-8.inferit +- Change bugtracker url + * Wed Oct 25 2023 Petr Pisar - 0.69.0-8 - Set default SELinux labels on GnuPG directories (RHEL-11238)