From a5daf3da87dcafb09d1e3c3c0b768758d33fba86 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Mon, 29 Nov 2021 13:18:22 -0500 Subject: [PATCH] Rebuild with latest json-c version Related: rhbz#2023317 Signed-off-by: Bryan Gurney --- ndctl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ndctl.spec b/ndctl.spec index 0ce5e3d..126309f 100644 --- a/ndctl.spec +++ b/ndctl.spec @@ -1,6 +1,6 @@ Name: ndctl Version: 71.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) License: GPLv2 Url: https://github.com/pmem/ndctl @@ -149,6 +149,10 @@ make check %changelog +* Mon Nov 29 2021 Bryan Gurney - 71.1-5 +- Rebuild with latest json-c version +- Related: rhbz#2023317 + * Mon Aug 09 2021 Mohan Boddu - 71.1-4 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688