Compare commits

..

2 Commits

Author SHA1 Message Date
Xiao Ni f101e7f662 To fix build flag error 2024-03-21 02:59:48 +00:00
Xiao Ni b72c4114d4 Revert mdadm: remove container_enough logic
Resolves: RHEL-26272

Signed-off-by: Xiao Ni <xni@redhat.com>
2024-03-15 15:50:18 +08:00
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Name: mdadm
Version: 4.2
# extraversion is used to define rhel internal version
%define extraversion 11
%define extraversion 12
Release: %{extraversion}%{?dist}
Summary: The mdadm program controls Linux md devices (software RAID arrays)
URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/
@ -263,6 +263,10 @@ install -m644 %{SOURCE5} %{buildroot}/etc/libreport/events.d
/usr/share/mdadm/mdcheck
%changelog
* Wed Mar 20 2024 Xiao Ni <xni@redhat.com> 4.2-12
- To fix errata/osci problems
- Resolves RHEL-26272
* Fri Mar 15 2024 Xiao Ni <xni@redhat.com> 4.2-11
- revert "mdadm: remove container_enough logic"
- Resolves RHEL-26272