Add change of mdadm.spec
It misses the change of mdadm.spec in last commit. Resolves: RHEL-26274 Signed-off-by: Xiao Ni <xni@redhat.com>
This commit is contained in:
parent
3c896440ef
commit
31c91f61a9
@ -2,7 +2,7 @@ Summary: The mdadm program controls Linux md devices (software RAID arrays)
|
||||
Name: mdadm
|
||||
Version: 4.2
|
||||
# extraversion is used to define rhel internal version
|
||||
%define extraversion 13
|
||||
%define extraversion 14
|
||||
Release: %{extraversion}%{?dist}
|
||||
Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}%{?subversion:-%{subversion}}.tar.xz
|
||||
Source1: mdmonitor.init
|
||||
@ -179,6 +179,7 @@ Patch161: 0162-mdadm-ddf-Abort-when-raid-disk-is-smaller-in-getinfo.patch
|
||||
Patch162: 0163-mdadm-super1-Add-MD_FEATURE_RAID0_LAYOUT-if-kernel-5.patch
|
||||
Patch163: 0164-mdadm-remove-container_enough-logic.patch
|
||||
Patch164: 0165-Fix-assembling-RAID-volume-by-using-incremental.patch
|
||||
Patch165: 0166-Revert-mdadm-remove-container_enough-logic.patch
|
||||
|
||||
# RHEL customization patches
|
||||
Patch200: mdadm-udev.patch
|
||||
@ -273,6 +274,10 @@ rm -rf %{buildroot}
|
||||
/usr/share/mdadm/mdcheck
|
||||
|
||||
%changelog
|
||||
* Fri Mar 15 2024 Xiao Ni <xni@redhat.com> - 4.2-14
|
||||
- Revert "mdadm: remove container_enough logic"
|
||||
- Resolves RHEL-26274
|
||||
|
||||
* Fri Nov 10 2023 Xiao Ni <xni@redhat.com> - 4.2-13
|
||||
- Fix raid0 layout display problem
|
||||
- Resolves RHEL-8372
|
||||
|
Loading…
Reference in New Issue
Block a user