From 688ee87a9cb0ef57e35c92ecbb79737d9b999574 Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Tue, 15 Aug 2023 12:56:00 +0300 Subject: [PATCH] Changed bug tracker URL to https://bugs.msvsphere.ru/ --- SOURCES/0001-msvsphere-bugtracker.patch | 38 +++++++++++++++++++++++++ SPECS/libdnf.spec | 9 +++++- 2 files changed, 46 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..13fd7c1 --- /dev/null +++ b/SOURCES/0001-msvsphere-bugtracker.patch @@ -0,0 +1,38 @@ +From ba15d315536d32c1b04ea70798c22bbbac842163 Mon Sep 17 00:00:00 2001 +From: Sergey Cherevko +Date: Tue, 15 Aug 2023 12:54:23 +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..357795d 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.ru/ + + """ +diff --git a/libdnf/conf/Const.hpp b/libdnf/conf/Const.hpp +index ba21bbe..43ff824 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.ru/"; + + } + +-- +2.39.2 + diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index 45247bb..4ac08dd 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: 14%{?dist} +Release: 14%{?dist}.inferit Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -105,8 +105,11 @@ Patch41: 0041-Fix-listing-a-repository-without-cpeid-RhBug-2066334.patch Patch42: 0042-Allow-change-of-arch-during-security-updates-with-no.patch Patch43: 0043-Update-translations.patch +# MSVSphere patches +Patch10001: 0001-msvsphere-bugtracker.patch BuildRequires: cmake +BuildRequires: git BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: libsolv-devel >= %{libsolv_version} @@ -349,6 +352,10 @@ popd %endif %changelog +* Tue Aug 15 2023 Sergey Cherevko - 0.63.0-14.inferit +- Changed bug tracker URL to https://bugs.msvsphere.ru/ +- Rebuilt for MSVSphere 8.8 + * Wed Jul 26 2023 MSVSphere Packaging Team - 0.63.0-14 - Rebuilt for MSVSphere 8.8