From c9ddf048ab4128dcd35b1253d369e0206e8c91d0 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 20:01:06 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- file.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/file.spec b/file.spec index 5d20374..2d6edf7 100644 --- a/file.spec +++ b/file.spec @@ -15,7 +15,7 @@ Summary: Utility for determining file types Name: file Version: 5.39 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Source0: http://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -210,6 +210,10 @@ cd %{py3dir} %endif %changelog +* Mon Aug 09 2021 Mohan Boddu - 5.39-8 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Aug 9 2021 Vincent Mihalkovic - 5.39-7 - do not classify python bytecode files as text. Resolves: #1963892