diff --git a/SOURCES/0001-msvsphere-bugtracker.patch b/SOURCES/0001-msvsphere-bugtracker.patch index 13fd7c1..f932271 100644 --- a/SOURCES/0001-msvsphere-bugtracker.patch +++ b/SOURCES/0001-msvsphere-bugtracker.patch @@ -1,6 +1,6 @@ -From ba15d315536d32c1b04ea70798c22bbbac842163 Mon Sep 17 00:00:00 2001 -From: Sergey Cherevko -Date: Tue, 15 Aug 2023 12:54:23 +0300 +From a7b763f11447507ee33012a97ab5196cdf1bd87c Mon Sep 17 00:00:00 2001 +From: Sergey Cherevko +Date: Wed, 13 Sep 2023 12:43:49 +0300 Subject: [PATCH] msvsphere bugtracker --- @@ -9,7 +9,7 @@ Subject: [PATCH] msvsphere bugtracker 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hawkey/conf.py b/docs/hawkey/conf.py -index 93330c2..357795d 100644 +index 93330c2..09d3b52 100644 --- a/docs/hawkey/conf.py +++ b/docs/hawkey/conf.py @@ -260,6 +260,6 @@ texinfo_documents = [ @@ -17,11 +17,11 @@ index 93330c2..357795d 100644 .. 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/ ++.. _bugzilla: https://bugs.msvsphere-os.ru/ """ diff --git a/libdnf/conf/Const.hpp b/libdnf/conf/Const.hpp -index ba21bbe..43ff824 100644 +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", @@ -29,10 +29,10 @@ index ba21bbe..43ff824 100644 "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/"; ++constexpr const char * BUGTRACKER="https://bugs.msvsphere-os.ru/"; } -- -2.39.2 +2.41.0 diff --git a/SPECS/libdnf.spec b/SPECS/libdnf.spec index 4ac08dd..b4a9b73 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}.inferit +Release: 14%{?dist}.inferit.1 Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -352,6 +352,10 @@ popd %endif %changelog +* Wed Sep 13 2023 Sergey Cherevko - 0.63.0-14.inferit.1 +- Changed bug tracker URL to https://bugs.msvsphere-os.ru/ +- Rebuilt for MSVSphere 8.8 + * 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