From 1fcaa99575dcbfc91152cd91d13bd2c9d128d97f Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 22:35:41 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- nvmetcli.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nvmetcli.spec b/nvmetcli.spec index b4414b2..bf355a4 100644 --- a/nvmetcli.spec +++ b/nvmetcli.spec @@ -2,7 +2,7 @@ Name: nvmetcli License: ASL 2.0 Summary: An adminstration shell for NVMe storage targets Version: 0.7 -Release: 2%{?dist} +Release: 3%{?dist} URL: ftp://ftp.infradead.org/pub/nvmetcli/ Source: ftp://ftp.infradead.org/pub/nvmetcli/%{name}-%{version}.tar.gz Patch00: 0001-nvmetcli-don-t-remove-ANA-Group-1-on-clear.patch @@ -66,6 +66,10 @@ install -m 644 Documentation/nvmetcli.8.gz %{buildroot}%{_mandir}/man8/ %{_mandir}/man8/nvmetcli.8.gz %changelog +* Mon Aug 09 2021 Mohan Boddu - 0.7-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 0.7-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937