From 79408db40886a38b36e49b21ffd56c0f2a452864 Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Sun, 19 Mar 2023 01:03:15 +0300 Subject: [PATCH] Changed bugtracker to https://bugs.msvsphere.ru/ --- SOURCES/msvsphere_bugtracker.patch | 23 +++++++++++++++++++++++ SPECS/libdnf.spec | 7 ++++++- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 SOURCES/msvsphere_bugtracker.patch diff --git a/SOURCES/msvsphere_bugtracker.patch b/SOURCES/msvsphere_bugtracker.patch new file mode 100644 index 0000000..e24af6f --- /dev/null +++ b/SOURCES/msvsphere_bugtracker.patch @@ -0,0 +1,23 @@ +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.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.ru/"; + + } + diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index 54f7fa4..418b0af 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: 3%{?dist} +Release: 3%{?dist}.inferit Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -64,6 +64,8 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz Patch1: 0001-advisory-upgrade-filter-out-advPkgs-with-different-a.patch Patch2: 0002-Add-obsoletes-to-filtering-for-advisory-candidates.patch Patch3: 0003-Update-translations-RHEL-9.1.patch +# MSVSphere patches +Patch10001: msvsphere_bugtracker.patch BuildRequires: cmake BuildRequires: gcc @@ -307,6 +309,9 @@ popd %endif %changelog +* Sat Mar 18 2023 Eugene Zamriy - 0.67.0-3.inferit +- Changed bug tracker URL to https://bugs.msvsphere.ru/ + * Wed Mar 15 2023 MSVSphere Packaging Team - 0.67.0-3 - Rebuilt for MSVSphere 9.1.