From a22b0055f8571cb9a0cd8c9d39e2d72aa1ca8cb1 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 19:48:36 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- diffstat.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/diffstat.spec b/diffstat.spec index 9fca727..3b62727 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -1,7 +1,7 @@ Summary: A utility which provides statistics based on the output of diff Name: diffstat Version: 1.64 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT URL: https://invisible-island.net/diffstat Source0: https://invisible-mirror.net/archives/diffstat/%{name}-%{version}.tgz @@ -42,6 +42,10 @@ make check %{_mandir}/*/* %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.64-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Apr 15 2021 Mohan Boddu - 1.64-5 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937