From e5b3feec00f654e56c2c9fa6f2270430b582e99e Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:51:15 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- ndctl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ndctl.spec b/ndctl.spec index 44e857c..44612a8 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -1,6 +1,6 @@ Name: ndctl Version: 80 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) License: GPL-2.0-only and LGPL-2.1-only and CC0-1.0 and MIT Url: https://github.com/pmem/ndctl @@ -243,6 +243,10 @@ fi %changelog +* Tue Oct 29 2024 Troy Dawson - 80-3 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Oct 21 2024 Jeff Moyer - 80-2 - Declare explicit version dependencies for daxctl, cxl-cli and cxl-libs. - Related: RHEL-33029