From d3f06f6bc6836a76080b501f62b0c9bdf482ef2a Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 09:02:30 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- mdadm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mdadm.spec b/mdadm.spec index 986003f..b8fc26b 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -2,7 +2,7 @@ Name: mdadm Version: 4.3 # extraversion is used to define rhel internal version %define extraversion 2 -Release: %{extraversion}%{?dist} +Release: %{extraversion}%{?dist}.1 Summary: The mdadm program controls Linux md devices (software RAID arrays) URL: http://www.kernel.org/pub/linux/utils/raid/mdadm/ License: GPLv2+ @@ -163,6 +163,9 @@ install -m644 %{SOURCE5} %{buildroot}/etc/libreport/events.d /usr/share/mdadm/mdcheck %changelog +* Mon Jun 24 2024 Troy Dawson - 4.3-2.1 +- Bump release for June 2024 mass rebuild + * Wed May 15 2024 Xiao Ni 4.3-2 - Update to latest upstream and add gating test - Resolves RHEL-30530