Resolves: #1226215 - fixed patch for recognition of gnu message catalog (.mo) files

This commit is contained in:
Marek Cermak 2017-07-31 07:47:14 +02:00
parent c06e3ffa56
commit 4dfb7e6174
2 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,8 @@ Subject: [PATCH] Strength decreased in magic file magic/Magdir/dump for new-fs
https://bugzilla.redhat.com/show_bug.cgi?id=1226215
Upstream commit: https://github.com/file/file/commit/2e5e9e16a4847b2e60cabc70e6b9bd7d633cb68a
Signed-off-by: Marek Cermak <macermak@redhat.com>
---
magic/Magdir/dump | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
@ -16,6 +18,7 @@ diff --git a/magic/Magdir/dump b/magic/Magdir/dump
index 64742b7a..c5711661 100644
--- a/magic/Magdir/dump
+++ b/magic/Magdir/dump
@@ -69,6 +69,8 @@
>0 use old-dump-be
24 lelong 60012 new-fs dump file (little endian),

View File

@ -3,7 +3,7 @@
Summary: A utility for determining file types
Name: file
Version: 5.31
Release: 4%{?dist}
Release: 5%{?dist}
License: BSD
Group: Applications/File
Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@ -182,6 +182,9 @@ cd %{py3dir}
%endif
%changelog
* Mon Jul 31 2017 Marek Cermak <macermak@redhat.com> - 5.31-5
- fixed patch for recognition of gnu message catalog (.mo) files (#1226215)
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 5.31-4
- Rebuild with binutils fix for ppc64le (#1475636)