From fb238fc4c1bc0e076fd5835bf696a1f800f127b0 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Wed, 18 Dec 2024 21:07:10 +0300 Subject: [PATCH] Changed bug tracker URL to https://bugs.msvsphere-os.ru/ --- SOURCES/0001-msvsphere-bugtracker.patch | 38 +++++++++++++++++++++++++ SPECS/libdnf.spec | 8 +++++- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 SOURCES/0001-msvsphere-bugtracker.patch diff --git a/SOURCES/0001-msvsphere-bugtracker.patch b/SOURCES/0001-msvsphere-bugtracker.patch new file mode 100644 index 0000000..9632cd1 --- /dev/null +++ b/SOURCES/0001-msvsphere-bugtracker.patch @@ -0,0 +1,38 @@ +From da3bb5fe0c7c72e1b837f41c92e86a7f790fe8a7 Mon Sep 17 00:00:00 2001 +From: Sergey Cherevko +Date: Wed, 18 Dec 2024 21:04:40 +0300 +Subject: [PATCH] msvsphere 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..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.43.5 + diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index 52dc1ce..465f805 100644 --- a/SPECS/libdnf.spec +++ b/SPECS/libdnf.spec @@ -56,7 +56,7 @@ Name: libdnf Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version} -Release: 5%{?dist} +Release: 5%{?dist}.inferit Summary: Library providing simplified C and Python API to libsolv License: LGPL-2.1-or-later URL: https://github.com/rpm-software-management/libdnf @@ -68,6 +68,9 @@ Patch4: 0004-Set-pool-flag-to-fix-pool_addfileprovides_queue-with.patch Patch5: 0005-ConfigParser-fix-use-out-of-scope-leaks.patch Patch6: 0006-Add-tests-for-shell-style-variable-expansion.patch +# MSVSphere +Patch100: 0001-msvsphere-bugtracker.patch + BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ @@ -310,6 +313,9 @@ popd %endif %changelog +* Wed Dec 18 2024 Sergey Cherevko - 0.73.1-5.inferit +- Changed bug tracker URL to https://bugs.msvsphere-os.ru/ + * Tue Nov 26 2024 MSVSphere Packaging Team - 0.73.1-5 - Rebuilt for MSVSphere 10