diff --git a/SOURCES/msvsphere_bugtracker.patch b/SOURCES/msvsphere_bugtracker.patch new file mode 100644 index 0000000..ecef5a8 --- /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-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/"; + + } + diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index 7a23600..eb6e4e0 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: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -65,6 +65,8 @@ Patch1: 0001-Allow-change-of-arch-during-security-updates-with-no.patch Patch2: 0002-Add-repoid-to-solver-error-messages.patch Patch3: 0003-Update-translations-RHEL-9-2.patch +# MSVSphere patches +Patch10001: msvsphere_bugtracker.patch BuildRequires: cmake BuildRequires: gcc @@ -308,6 +310,10 @@ popd %endif %changelog +* Mon Oct 09 2023 Sergey Cherevko - 0.69.0-5.inferit +- Changed bug tracker URL to https://bugs.msvsphere-os.ru/ +- Rebuilt for MSVSphere 9.3 + * Mon May 22 2023 Nicola Sella - 0.69.0-5 - Fix specfile and bump release