From 552d1469c462e4b4e5f4f04e33c68be36b90891c Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 10 Aug 2021 01:16:15 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- virt-p2v.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/virt-p2v.spec b/virt-p2v.spec index f1a79a9..0fc5a72 100644 --- a/virt-p2v.spec +++ b/virt-p2v.spec @@ -10,7 +10,7 @@ Summary: Convert a physical machine to run on KVM Name: virt-p2v Epoch: 1 Version: 1.42.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2+ # virt-p2v works only on x86_64 at the moment. It requires porting @@ -133,6 +133,10 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/p2v-release-notes.1* %changelog +* Tue Aug 10 2021 Mohan Boddu - 1:1.42.0-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 1:1.42.0-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937