From b8407bdfb18ae70da7e0856101ea95807ceaf407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Mon, 4 Jul 2005 07:08:28 +0000 Subject: [PATCH] - fixed reiserfs check (#162378) --- file.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/file.spec b/file.spec index e5dc2f2..a18bf8d 100644 --- a/file.spec +++ b/file.spec @@ -3,7 +3,7 @@ Summary: A utility for determining file types. Name: file Version: 4.13 -Release: 4 +Release: 5 License: distributable Group: Applications/File Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz @@ -14,6 +14,7 @@ Patch3: file-4.13-magic.patch Patch4: file-4.12-core64.patch Patch5: file-4.13-fsdump.patch Patch6: file-4.13-quick.patch +Patch7: file-4.13-howmany.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: zlib-devel @@ -35,6 +36,7 @@ useful utility. %patch4 -p1 -b .core64 %patch5 -p1 -b .fsdump %patch6 -p1 -b .quick +%patch7 -p1 -b .howmany iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_ mv doc/libmagic.man_ doc/libmagic.man @@ -79,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libmagic.* %changelog +* Mon Jul 04 2005 Radek Vokal - 4.14-5 +- fixed reiserfs check (#162378) + * Mon Apr 11 2005 Radek Vokal - 4.13-4 - check Cyrus files before Apple Quicktime movies (#154342)