ipset-7.22-7
* Mon Mar 17 2025 Eric Garver <egarver@redhat.com> - 7.22-7 - fix kernel-modules-extra dependency for aarch64 64k variant [RHEL-83582] Resolves: RHEL-83582
This commit is contained in:
parent
28c9ee1d1f
commit
ead2f6782e
14
ipset.spec
14
ipset.spec
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: ipset
|
Name: ipset
|
||||||
Version: 7.22
|
Version: 7.22
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: Manage Linux IP sets
|
Summary: Manage Linux IP sets
|
||||||
|
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -30,7 +30,14 @@ BuildRequires: libtool-ltdl-devel
|
|||||||
# explicitly update only one of the two (e.g 'yum update ipset')
|
# explicitly update only one of the two (e.g 'yum update ipset')
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
||||||
# RHEL10 moved ipset-specific kernel modules into extra package
|
# RHEL10 moved ipset-specific kernel modules into extra package
|
||||||
Requires: kernel-modules-extra
|
Requires: (kernel-modules-extra if kernel-core)
|
||||||
|
Requires: (kernel-rt-modules-extra if kernel-rt-core)
|
||||||
|
Requires: (kernel-64k-modules-extra if kernel-64k-core)
|
||||||
|
Requires: (kernel-rt-64k-modules-extra if kernel-rt-64k-core)
|
||||||
|
Requires: (kernel-debug-modules-extra if kernel-debug-core)
|
||||||
|
Requires: (kernel-rt-debug-modules-extra if kernel-rt-debug-core)
|
||||||
|
Requires: (kernel-64k-debug-modules-extra if kernel-64k-debug-core)
|
||||||
|
Requires: (kernel-rt-64k-debug-modules-extra if kernel-rt-64k-debug-core)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
IP sets are a framework inside the Linux kernel since version 2.4.x, which can
|
IP sets are a framework inside the Linux kernel since version 2.4.x, which can
|
||||||
@ -191,6 +198,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 17 2025 Eric Garver <egarver@redhat.com> - 7.22-7
|
||||||
|
- fix kernel-modules-extra dependency for aarch64 64k variant [RHEL-83582]
|
||||||
|
|
||||||
* Fri Nov 08 2024 Phil Sutter <psutter@redhat.com> - 7.22-6
|
* Fri Nov 08 2024 Phil Sutter <psutter@redhat.com> - 7.22-6
|
||||||
- Bump for sidetag build
|
- Bump for sidetag build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user