From 88f9e7533fc4571f4a4090f662a89b80b80965aa Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Tue, 12 Sep 2023 19:09:54 +0300 Subject: [PATCH] Changed bug tracker URL to https://bugs.msvsphere-os.ru/ --- SOURCES/msvsphere_bugtracker.patch | 6 +++--- SPECS/dnf.spec | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/SOURCES/msvsphere_bugtracker.patch b/SOURCES/msvsphere_bugtracker.patch index 90e9d8d..852d0e0 100644 --- a/SOURCES/msvsphere_bugtracker.patch +++ b/SOURCES/msvsphere_bugtracker.patch @@ -6,7 +6,7 @@ diff -aruN dnf-4.12.0/dnf/const.py.in dnf-4.12.0_inferit/dnf/const.py.in BUGTRACKER_COMPONENT=NAME.lower() -BUGTRACKER='https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=%s' % BUGTRACKER_COMPONENT -+BUGTRACKER='https://bugs.msvsphere.ru/' ++BUGTRACKER='https://bugs.msvsphere-os.ru/' diff -aruN dnf-4.12.0/doc/conf.py.in dnf-4.12.0_inferit/doc/conf.py.in --- dnf-4.12.0/doc/conf.py.in 2023-03-06 22:24:09.997342302 +0300 +++ dnf-4.12.0_inferit/doc/conf.py.in 2023-03-10 16:25:59.344542624 +0300 @@ -15,7 +15,7 @@ diff -aruN dnf-4.12.0/doc/conf.py.in dnf-4.12.0_inferit/doc/conf.py.in .. _hawkey: http://rpm-software-management.github.io/hawkey/ .. _YUM: http://yum.baseurl.org/ -.. _bugzilla: https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=dnf -+.. _bugzilla: https://bugs.msvsphere.ru/ ++.. _bugzilla: https://bugs.msvsphere-os.ru/ """ diff -aruN dnf-4.12.0/tests/test_config.py dnf-4.12.0_inferit/tests/test_config.py --- dnf-4.12.0/tests/test_config.py 2023-03-06 22:24:09.998342298 +0300 @@ -26,7 +26,7 @@ diff -aruN dnf-4.12.0/tests/test_config.py dnf-4.12.0_inferit/tests/test_config. self.assertEqual(conf.bugtracker_url, - "https://bugzilla.redhat.com/enter_bug.cgi" + - "?product=Fedora&component=dnf") -+ "https://bugs.msvsphere.ru/") ++ "https://bugs.msvsphere-os.ru/") def test_conf_from_file(self): conf = Conf() diff --git a/SPECS/dnf.spec b/SPECS/dnf.spec index fe20a40..4f3bb50 100644 --- a/SPECS/dnf.spec +++ b/SPECS/dnf.spec @@ -66,7 +66,7 @@ It supports RPMs, modules and comps groups & environments. Name: dnf Version: 4.14.0 -Release: 5%{?dist}.1.inferit +Release: 5%{?dist}.1.inferit.1 Summary: %{pkg_summary} # For a breakdown of the licensing, see PACKAGE-LICENSING License: GPLv2+ @@ -370,6 +370,10 @@ popd %{python3_sitelib}/%{name}/automatic/ %changelog +* Tue Sep 12 2023 Sergey Cherevko - 4.14.0-5.1.inferit.1 +- Changed bug tracker URL to https://bugs.msvsphere-os.ru/ +- Rebuilt for MSVSphere 9.2 + * Tue Aug 29 2023 Arkady L. Shane - 4.14.0-5.1.inferit - Enable fastestmirror by default