diff --git a/mdadm.spec b/mdadm.spec index 88fa471..4d7aefc 100644 --- a/mdadm.spec +++ b/mdadm.spec @@ -4,7 +4,7 @@ Name: mdadm Version: 4.3 # extraversion is used to define rhel internal version %define extraversion 4 -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+ @@ -298,6 +298,10 @@ install -m644 %{SOURCE5} %{buildroot}/etc/libreport/events.d /usr/share/mdadm/mdcheck %changelog +* Tue Oct 29 2024 Troy Dawson - 4.3-4.1 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Sat Oct 19 2024 Xiao Ni - 4.3-4 - Update to latest upstream - Resolves: RHEL-59101