From 5e7a8a46c972bac45954df76f75045be47fd672e Mon Sep 17 00:00:00 2001 From: Martin Bacovsky Date: Thu, 3 Aug 2006 13:43:36 +0000 Subject: [PATCH] - fix gziped empty file (#72986) --- file.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/file.spec b/file.spec index 6e9ce1f..fe5e595 100644 --- a/file.spec +++ b/file.spec @@ -3,7 +3,7 @@ Summary: A utility for determining file types. Name: file Version: 4.17 -Release: 5.1 +Release: 6 License: distributable Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -21,6 +21,7 @@ Patch15: file-4.17-mp3_flac.patch Patch16: file-4.17-oracle.patch Patch17: file-4.17-clamav.patch Patch18: file-4.17-powerpoint.patch +Patch19: file-4.17-empty.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: zlib-devel @@ -48,6 +49,7 @@ useful utility. %patch16 -p1 -b .oracle %patch17 -p1 -b .clamav %patch18 -p1 -b .powerpoint +%patch19 -p1 -b .empty iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_ mv doc/libmagic.man_ doc/libmagic.man @@ -93,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libmagic.* %changelog +* Thu Aug 03 2006 Martin Bacovsky - 4.17-6 +- fix gziped empty file (#72986) + * Wed Jul 12 2006 Jesse Keating - 4.17-5.1 - rebuild