Compare commits

...

No commits in common. 'i9-beta' and 'c9' have entirely different histories.
i9-beta ... c9

@ -1,32 +0,0 @@
diff -aruN dnf-4.12.0/dnf/const.py.in dnf-4.12.0_inferit/dnf/const.py.in
--- dnf-4.12.0/dnf/const.py.in 2023-03-06 22:24:09.997342302 +0300
+++ dnf-4.12.0_inferit/dnf/const.py.in 2023-03-10 16:25:23.296678018 +0300
@@ -54,4 +54,4 @@
USER_AGENT = "dnf/%s" % VERSION
BUGTRACKER_COMPONENT=NAME.lower()
-BUGTRACKER='https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=%s' % BUGTRACKER_COMPONENT
+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
@@ -267,5 +267,5 @@
.. _DNF: https://github.com/rpm-software-management/dnf/
.. _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-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
+++ dnf-4.12.0_inferit/tests/test_config.py 2023-03-10 16:26:54.330336107 +0300
@@ -55,8 +55,7 @@
def test_bugtracker(self):
conf = Conf()
self.assertEqual(conf.bugtracker_url,
- "https://bugzilla.redhat.com/enter_bug.cgi" +
- "?product=Fedora&component=dnf")
+ "https://bugs.msvsphere-os.ru/")
def test_conf_from_file(self):
conf = Conf()

@ -69,7 +69,7 @@ It supports RPMs, modules and comps groups & environments.
Name: dnf Name: dnf
Version: 4.14.0 Version: 4.14.0
Release: 17%{?dist}.inferit Release: 17%{?dist}
Summary: %{pkg_summary} Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING # For a breakdown of the licensing, see PACKAGE-LICENSING
License: GPLv2+ License: GPLv2+
@ -102,9 +102,6 @@ Patch24: 0024-doc-Remove-provide-of-spec-definition-for-repoquery-.patch
Patch25: 0025-man-Improve-upgrade-minimal-command-docs-RHEL-6417.patch Patch25: 0025-man-Improve-upgrade-minimal-command-docs-RHEL-6417.patch
Patch26: 0026-doc-Makecache-with-timer-tries-only-one-mirror.patch Patch26: 0026-doc-Makecache-with-timer-tries-only-one-mirror.patch
# MSVSphere patches
Patch10000: msvsphere_bugtracker.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gettext BuildRequires: gettext
@ -395,6 +392,7 @@ popd
* Tue Aug 06 2024 Petr Pisar <ppisar@redhat.com> - 4.14.0-17 * Tue Aug 06 2024 Petr Pisar <ppisar@redhat.com> - 4.14.0-17
- Revert more specific error message on a locked OSTree system or a bootc system - Revert more specific error message on a locked OSTree system or a bootc system
without a usr-overlay (RHEL-49670) without a usr-overlay (RHEL-49670)
* Wed Jul 24 2024 Petr Pisar <ppisar@redhat.com> - 4.14.0-16 * Wed Jul 24 2024 Petr Pisar <ppisar@redhat.com> - 4.14.0-16
- More specific error message on a locked OSTree system or a bootc system - More specific error message on a locked OSTree system or a bootc system
without a usr-overlay (RHEL-49670) without a usr-overlay (RHEL-49670)
@ -423,18 +421,11 @@ popd
* Tue Apr 23 2024 Petr Pisar <ppisar@redhat.com> - 4.14.0-10 * Tue Apr 23 2024 Petr Pisar <ppisar@redhat.com> - 4.14.0-10
- Fix preferring the lowest-cost repositories on a reinstallation (RHEL-25005) - Fix preferring the lowest-cost repositories on a reinstallation (RHEL-25005)
* Mon Apr 01 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 4.14.0-9.inferit
- Rebuilt for MSVSphere 9.4-beta
* Wed Oct 25 2023 Jaroslav Rohel <jrohel@redhat.com> - 4.14.0-9 * Wed Oct 25 2023 Jaroslav Rohel <jrohel@redhat.com> - 4.14.0-9
- Fix japanese translations (RHEL-11345) - Fix japanese translations (RHEL-11345)
- Fix substitution in kay-value-pair list in add_new_repo (RHEL-6396) - Fix substitution in kay-value-pair list in add_new_repo (RHEL-6396)
- base: Add obsoleters of only latest versions (RHEL-6304) - base: Add obsoleters of only latest versions (RHEL-6304)
* Mon Oct 09 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 4.14.0-8.inferit
- Changed bug tracker URL to https://bugs.msvsphere-os.ru/
- Rebuilt for MSVSphere 9.3
* Wed Jun 28 2023 Jaroslav Rohel <jrohel@redhat.com> - 4.14.0-8 * Wed Jun 28 2023 Jaroslav Rohel <jrohel@redhat.com> - 4.14.0-8
- Return an error when transaction fails (RhBug:2170093,2212262) - Return an error when transaction fails (RhBug:2170093,2212262)
- Document symbols in `dnf history list` output (RhBug:2172067,2218113) - Document symbols in `dnf history list` output (RhBug:2172067,2218113)
@ -447,9 +438,6 @@ popd
- Omit src RPMs from check-update (RhBug:2151910,2203069) - Omit src RPMs from check-update (RhBug:2151910,2203069)
- automatic: Fix online detection with proxy (RhBug:2022440,2189851) - automatic: Fix online detection with proxy (RhBug:2022440,2189851)
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 4.14.0-5
- Rebuilt for MSVSphere 9.2 beta
* Wed Mar 15 2023 Marek Blaha <mblaha@redhat.com> - 4.14.0-5 * Wed Mar 15 2023 Marek Blaha <mblaha@redhat.com> - 4.14.0-5
- Update translations - Update translations

Loading…
Cancel
Save