i9 changed/i9/dnf-4.14.0-5.el9_2.1.inferit.1
Sergey Cherevko 1 year ago
parent 46030e75e5
commit 88f9e7533f
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -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()

@ -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 <s.cherevko@msvsphere.ru> - 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 <ashejn@msvsphere.ru> - 4.14.0-5.1.inferit
- Enable fastestmirror by default

Loading…
Cancel
Save