To fix build flag error

This commit is contained in:
Xiao Ni 2024-03-20 20:56:10 +08:00 committed by root
parent b72c4114d4
commit f101e7f662
2 changed files with 6 additions and 1 deletions

1
.mdadm.metadata Normal file
View File

@ -0,0 +1 @@
27f240cff200e00c28a486a028bcdb14f67f8790 mdadm-4.2.tar.xz

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