From 4bb4ff12f6127a14134a6d904dd700ddb89c7d88 Mon Sep 17 00:00:00 2001 From: Xiao Ni Date: Mon, 6 Nov 2023 21:58:05 +0800 Subject: [PATCH] Update extraversion In last commit, the comment is wrong. I forgot to create rhel8.9 branch for internal dist. And it misses the jira information. So update the extraversion again. Resolves: RHEL-15388 Signed-off-by: Xiao Ni --- mdadm.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mdadm.spec b/mdadm.spec index 49885b5..e9a5ba6 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -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 10 +%define extraversion 11 Release: %{extraversion}%{?dist} Source: http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-%{version}%{?subversion:-%{subversion}}.tar.xz Source1: mdmonitor.init @@ -272,6 +272,10 @@ rm -rf %{buildroot} /usr/share/mdadm/mdcheck %changelog +* Mon Nov 6 2023 Xiao Ni - 4.2-11 +- Update extraversion again +- Resolves RHEL-15388 + * Mon Nov 6 2023 Xiao Ni - 4.2-10 - Update extraversion - Resolves RHEL-15388