From 33c9e197d1109a142e9b653625ea75f8940afa24 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:47:22 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- perltidy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perltidy.spec b/perltidy.spec index 45df8ba..13e4e20 100644 --- a/perltidy.spec +++ b/perltidy.spec @@ -1,6 +1,6 @@ Name: perltidy Version: 20210111 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Tool for indenting and re-formatting Perl scripts License: GPLv2+ URL: http://perltidy.sourceforge.net/ @@ -89,6 +89,10 @@ make test %{_mandir}/man3/Perl::Tidy.3* %changelog +* Mon Aug 09 2021 Mohan Boddu - 20210111-4 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Fri Apr 16 2021 Mohan Boddu - 20210111-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937