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