From 8cc5f2a344b63d901d29fda3ae7935e0654eb91f Mon Sep 17 00:00:00 2001 From: Xiao Ni Date: Wed, 20 Mar 2024 20:56:10 +0800 Subject: [PATCH] To fix build flag error It didn't specify -rhel-target exception when building 4.2-11. This is wrong and osci/errata can't work well. So add a version number and build a new one Resolves: RHEL-26272 Signed-off-by: Xiao Ni --- mdadm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mdadm.spec b/mdadm.spec index 7ca0ba2..fb8e164 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -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 4.2-12 +- To fix errata/osci problems +- Resolves RHEL-26272 + * Fri Mar 15 2024 Xiao Ni 4.2-11 - revert "mdadm: remove container_enough logic" - Resolves RHEL-26272