Add x86_64_v2 to _BASEARCH_MAP

Add link to AlmaLinux bugtracker
This commit is contained in:
Eduard Abdullin 2025-07-11 01:19:24 +00:00 committed by root
commit 9777bbac1a
2 changed files with 42 additions and 2 deletions

View File

@ -0,0 +1,32 @@
From 2c4ba6980b4b19041912d24a3b705a3a927dfa39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Wed, 9 Jul 2025 09:00:00 +0200
Subject: [PATCH] Obsolete RHEL-9-only multisig DNF plugin
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Resolves: RHEL-102336
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
dnf.spec | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dnf.spec b/dnf.spec
index 1e7dde917..770c70c13 100644
--- a/dnf.spec
+++ b/dnf.spec
@@ -183,6 +183,10 @@ Provides: dnf-command(search)
Provides: dnf-command(updateinfo)
Provides: dnf-command(upgrade)
Provides: dnf-command(upgrade-to)
+# RHEL-9-only multisig DNF plugin is function-wise superseded by DNF,
+# RHEL-102336
+Provides: python3-dnf-plugin-multisig = %{version}-%{release}
+Obsoletes: python3-dnf-plugin-multisig < 4.4.3
%description -n python3-%{name}
Python 3 interface to DNF.
--
2.50.1

View File

@ -72,7 +72,7 @@ It supports RPMs, modules and comps groups & environments.
Name: dnf
Version: 4.20.0
Release: 15%{?dist}.alma.1
Release: 16%{?dist}.alma.1
Summary: %{pkg_summary}
# For a breakdown of the licensing, see PACKAGE-LICENSING
License: GPL-2.0-or-later AND GPL-1.0-only
@ -110,6 +110,7 @@ Patch29: 0029-spec-package-etc-dnf-usr_drift_protected_paths.d.patch
Patch30: 0030-Support-globs-in-usr_drift_protected_paths.patch
Patch31: 0031-doc-Document-usr_drift_protected_paths.patch
Patch32: 0032-Load-filelists-if-there-are-any-usr_drift_protected_.patch
Patch33: 0033-Obsolete-RHEL-9-only-multisig-DNF-plugin.patch
# AlmaLinux Patch
Patch1001: 0001-Add-link-to-AlmaLinux-bugtracker.patch
@ -220,6 +221,10 @@ Provides: dnf-command(search)
Provides: dnf-command(updateinfo)
Provides: dnf-command(upgrade)
Provides: dnf-command(upgrade-to)
# RHEL-9-only multisig DNF plugin is function-wise superseded by DNF,
# RHEL-102336
Provides: python3-dnf-plugin-multisig = %{version}-%{release}
Obsoletes: python3-dnf-plugin-multisig < 4.4.3
%description -n python3-%{name}
Python 3 interface to DNF.
@ -471,10 +476,13 @@ popd
# bootc subpackage does not include any files
%changelog
* Sat Jun 28 2025 Eduard Abdullin <eabdullin@almalinux.org> - 4.20.0-15.alma.1
* Fri Jul 11 2025 Eduard Abdullin <eabdullin@almalinux.org> - 4.20.0-16.alma.1
- Add x86_64_v2 to _BASEARCH_MAP
- Add link to AlmaLinux bugtracker
* Wed Jul 09 2025 Petr Pisar <ppisar@redhat.com> - 4.20.0-16
- Obsolete RHEL-9-only multisig DNF plugin (RHEL-102336)
* Wed Jun 25 2025 Evan Goode <egoode@redhat.com> - 4.20.0-15
- Mark transient transactions in DNF history (RHEL-84515)
- Warn/disallow changes outside /usr, /etc with --transient (RHEL-84501)